Metadata-Version: 2.1
Name: piscord
Version: 1.5.0
Summary: Piscord is a python framework to communicate with the Discord api.
Home-page: https://github.com/Astremy/Piscord
Author: Astremy
License: LICENSE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: websockets (==8.1)

<img src="https://github.com/Astremy/Piscord/blob/master/assets/Logo_Piscord.png" width="170" align="right" />

# Piscord

Piscord is a python framework to communicate with the Discord api.


In particular, it simplifies the creation of a bot that interacts with a Web server.
It thus allows to do much more easily various things like bot control panels.

### Documentation
[Piscord Documentation](https://piscord.readthedocs.io/)

### Tutorial
[Piscord Tutorial](https://piscord.readthedocs.io/en/latest/tutorial.html) (Only in French for the moment)

#### How to use it
You can install it with pip : pip install piscord

Used Modules :
- aiohttp
- websockets

Author : Astremy

Discord : [Piscord](https://discord.com/invite/U9X7XzP)

This project is licensed under the terms of the MIT license : [License](https://github.com/Astremy/Piscord/blob/master/LICENSE)

_Although it is common to have a v1.x.x stable, piscord is still in beta, we are trying to stabilise the API during the v1.x.x phase and avoid breaking backward compatibility but please keep in mind this is still a provisional API_

