Metadata-Version: 2.1
Name: fuwa
Version: 1.0.1a0
Summary: The advertisement and parent package for the fuwa eco-system
Home-page: https://github.com/fuwa-py/fuwa
Author: justanotherebyte
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/fuwa-py/fuwa/issues
Description: ![Icon](https://raw.githubusercontent.com/fuwa-py/fuwa/.github/icon.png)
        
        # Fuwa
        
        Fuwa is a set of scalable and powerful python packages built for the Discord API, inspired heavily by twilight-rs.
        
        The eco-system of packages will soon include packages for `http`, `OAuth`, a slash `Command Framework` and much more.
        
        ## Installation
        
        Thanks to Python's installation syntax, it's pretty simple to install fuwa, and its corresponding packages. Let's look at an example. The gateway.
        
        To install any of the fuwa packages, you do not need to have the first-class fuwa package installed, as `pip` will manage this for you.
        
        To install the gateway (as an example), simply run:
        
        ```bash
        pip install fuwa[gateway]
        ```
        
        See, simply right! To find out what the following requirement extra is, simply visit the respective github page for each of the packages.
        
        
        ## Core Packages
        
        ### [`fuwa-gateway`](https://github.com/fuwa-py/fuwa-gateway)
        The gateway handler for the fuwa package eco-system. Incredibly low-level support, so its not recommended you use this on your own. Many future Fuwa packages will depend on this package in the future, such as the command framework.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: gateway
