Hermes is a Python library that provide useful tools for network communication used by Alvarios.
This package is currently in development and may experience modifications that could break backward compatibility. Please make sure to fix the version of the package in your requirements to avoid errors in future releases.
For any question about this package, please contact Alvarios at [email protected]
More documentation will be available in the future, but for the moment you can find documented code samples in the example directory to start using our package.
Use the package manager pip to install hermes.
Install from PyPi :
python -m pip install hermes-alvarios
Install from GitHub :
python -m pip install git+https://github.com/Alvarios/Hermes@master#egg=Hermes
- Clement Dulouard - Initial work - CDulouard