Vigenere-API
The project provides an API to use cipher, decipher and decrypt method with the Vigenere algorithm. The Caesar algorithm is provided for the cipher method and decipher method.
Install:
To see how to build the package, or to install the development version, see 'INSTALL.md'.
To install the latest version of the package.
pip install vigenere-api --index-url https://etulab.univ-amu.fr/api/v4/projects/8004/packages/pypi/simple
- API :
You can run the API with an HTTP server like :
python -m vigenere_api
```****