Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.11 KB

Hermes

License: GPL v3

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.

Installation

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

Authors

  • Clement Dulouard - Initial work - CDulouard