Capitains Nemo is an User Interface built around the need to make CTS a easy to use, human readable standard for texts. Capitains Nemo counts multiple language implementation, including this one in Python for Flask. Presentend as a classic Flask Extension, flask.ext.nemo intends to be a simple, customizable interface between your enduser and your CTS5 API.
The Flask's extension Nemo can be customized from its stylesheets to its functions. Adding routes or removing them is as easy as adding a XSL Stylesheet to transform the very own result of a CTS GetPassage results to your own expected output.
You can now install it with pip : pip install flask_nemo
If you want to install the latest version, please do the following
git clone https://github.com/Capitains/flask-capitains-nemo.git
cd flask-capitains-nemo
virtualenv -p /path/to/python3 venv
source venv/bin/activate
python setup.py install
If you have trouble with dependency conflicts with MyCapitains, try running pip install MyCapytain
this before install
This small tutorial takes that you have a CTS API endpoint available, here http://localhost:8000
- (Advised) Create a virtual environment and source it :
virtualenv -p /usr/bin/python3 env
,source env/bin/activate
- With development version:
- Clone the repository :
git clone https://github.com/Capitains/flask-capitains-nemo.git
- Go to the directory :
cd Nemo
- Install the source with develop option :
python setup.py develop
- Clone the repository :
- With production version:
- Install from pip :
pip install flask_nemo
- Install from pip :
- You will be able now to call capitains nemo help information through
capitains-nemo --help
- Basic setting for testing is
capitains-nemo cts-api https://cts.perseids.org/api/cts
.