Metadata-Version: 2.1
Name: hermes-alvarios
Version: 0.2.4
Summary: Network tools for python.
Home-page: https://github.com/Alvarios/Hermes
Author: CDulouard
Author-email: clement.dulouard@alvarios.com
License: GNU General Public License v3 (GPLv3)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cffi
Requires-Dist: cryptography
Requires-Dist: numpy
Requires-Dist: opencv-python

# Hermes
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Hermes is a Python library that provide tools for network communication by Alvarios.  

This package is currently in development and may experience modifications that could break backward compatibility.

For any question about this package, please contact [Alvarios](https://alvarios.com) at [contact@alvarios.com](mailto:contact@alvarios.com)

Documentation for this package will be available soon!

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install hermes.

Install from PyPi : 
```bash
python -m pip install hermes-alvarios
```  
Install from GitHub : 
```bash
python -m pip install git+https://github.com/Alvarios/Hermes@master#egg=Hermes
```

## Authors

* **Clement Dulouard** - *Initial work* - [CDulouard](https://github.com/CDulouard)


