The permission system used by Taho Discord bot (Discord & site). The code is largely inspired by discord.py (Rapptz). The system is inspired by Discord's.
To install the development version, do the following:
$ git clone git@https://github.com/Taho-DiscordBot/Taho-Permissions.git
$ cd Taho-Permissions
$ python3 setup.py install
To install the package, do the following:
$ pip install -U git+https://github.com/Taho-DiscordBot/Taho-Permissions.git
If you found a bug, or if you want to improve the code, feel free to open a PR / an issue.
The package is not, an will not be, released on PyPip as it is only intended for internal Taho systems.