Skip to content
Snippets Groups Projects
Select Git revision
  • f2c6029102a7f6c2ebf19765754786d02abf521c
  • main default protected
  • v2.0.0 protected
  • v1.0.0 protected
4 results

vigenere-api

  • Clone with SSH
  • Clone with HTTPS
  • DAVID Axel's avatar
    DAVID Axel authored
    f2c60291
    History
    Pipeline status Coverage status Release Pylint Bandit Black MyPy Ruff License GPL-3.0 Platform Windows Linux Python 3.9

    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
    ```****