Metadata-Version: 2.1
Name: adva_module
Version: 1.0
Summary: A Python package to get REST API ADVA Information
Home-page: https://github.com/cocuni80/adva_module
Author: Jorge Riveros
Author-email: christian.riveros@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.x
Description-Content-Type: text/markdown
License-File: LICENSE

# Adva Module
Adva module for python 3.x

## Requirements
Python 3+

## Installation
```shell
$ pip install adva_module
```

## Quickstart
Import the `adva_module` library to use the functions
```python
from adva_module import Adva
```

