Metadata-Version: 2.1
Name: Piscord
Version: 1.0.1
Summary: Piscord is a python framework to communicate with the Discord api.
Home-page: https://github.com/Astremy/Piscord
Author: Astremy
Author-email: 
License: UNKNOWN
Description: <img src="https://discordapp.com/assets/e05ead6e6ebc08df9291738d0aa6986d.png" 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.
        
        Thus, in all the examples, Piscord is used with [SAPAS](https://github.com/Astremy/SAPAS).
        
        How to use it :
        Just put it in your project folder and then import it.
        
        Used Modules :
        - asyncio
        - json
        - aiohttp
        - threading
        
        Author : Astremy
        
        Discord : [Piscord](https://discord.gg/U9X7XzP)
        
        This project is licensed under the terms of the MIT license : [License](https://github.com/Astremy/Piscord/blob/master/LICENSE.md)
        
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
