Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

bytedream/aionlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aionlib - library support for aion

Introduction

aionlib is the official library support aion

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 file for more details