Metadata-Version: 2.1
Name: guilded.py
Version: 0.0.4
Summary: An API wrapper for Guilded's undocumented user API
Home-page: https://github.com/shayypy/guilded.py
Author: shay
Author-email: shay@bearger.ga
License: UNKNOWN
Description: # guilded.py
        
        Guilded API wrapper, written in Python.
        
        [![Downloads](https://pepy.tech/badge/guilded-py)](https://pypi.org/project/guilded-py)
        
        # Documentation
        
        While guilded.py does have a ReadTheDocs page ([![Documentation Status](https://readthedocs.org/projects/guildedpy/badge/?version=latest)](https://guildedpy.readthedocs.io/en/latest/?badge=latest)), you'll be better off following the docs in [the Guilded API server](https://guilded.gg/guilded-api) for now.
        
        - [Getting Started](https://www.guilded.gg/guilded-api/groups/WD56qLmd/channels/b43d6028-8277-4a1f-93be-ba5f8af128a8/docs)
        - [API Reference](https://www.guilded.gg/guilded-api/groups/WD56qLmd/channels/236eae98-df95-4349-8b16-80006b7587aa/docs)
        - [Event Reference](https://www.guilded.gg/guilded-api/groups/WD56qLmd/channels/b0036c20-9df2-4d65-9d46-aeef75583f92/docs)
        - [ABCs](https://www.guilded.gg/guilded-api/groups/WD56qLmd/channels/7277ccb1-e20c-4463-b6fa-42b3a91453d1/docs)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
