Add files via upload

This commit is contained in:
blueShard-dev
2020-06-28 11:31:26 +00:00
committed by GitHub
parent 5ecf598a78
commit 8e6659e315
12 changed files with 4051 additions and 0 deletions

34
README.md Normal file
View File

@ -0,0 +1,34 @@
**_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