Metadata-Version: 2.1
Name: aionlib
Version: 0.1.1
Summary: Library support for the 'aion' project
Home-page: https://www.github.com/blueShard-dev/aionlib
Author: blueShard
License: MPL-2.0
Description: **_aionlib_ - library support for [aion](https://github.com/blueShard-dev/aion)**
        
        - [Introduction](#introduction)
        - [Installation](#installation)
        - [Todo](#todo)
        - [License](#license)
        
        # Introduction
        
        **aionlib** is the official library support for the [aion](https://github.com/blueShard-dev/aion_project)
        
        # Installation
        
        To install **aionlib** with pip3, type:
        
        ```
        sudo pip3 install aionlib
        ```
        
        If you want to install **aionlib** from github, type:
        
        ```
        sudo git clone https://github.com/blueShard-dev/aionlib
        cd aionlib
        sudo python3 setup.py install
        ```
        
        # Todo
        
        - [ ] tutorial for all classes / functions
        
        # License
        
        This project is licensed under the Mozilla Public Licence 2.0 (MPL-2.0) License - see the [LICENSE](License) file for more details
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
