Metadata-Version: 2.1
Name: wcoin-wtech
Version: 1.0.1
Summary: The wcoin api
Home-page: https://github.com/wangtry3417/wcoin.git
Author: wangtry
Author-email: wangtry3417@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed

# wcoin
A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.

Key Features
-------------

- Modern Pythonic API using ``async`` and ``await``.
- Proper rate limit handling.
- Optimised in both speed and memory.

Installing
----------

**Python 3.8 or higher is required**

To install the library without full voice support, you can just run the following command:

.. code:: sh

    # Linux/macOS
    python3 -m pip install -U wcoin-wtech
    
    # Windows
    py -3 -m pip install -U wcoin-wtech

Otherwise to get voice support you should run the following command:

.. code:: sh

    # Linux/macOS
    python3 -m pip install -U "wcoin-wtech"

    # Windows
    py -3 -m pip install -U wcoin-wtech


To install the development version, do the following:

.. code:: sh

    $ git clone https://github.com/wangtry3417/wcoin.git
    $ cd wcoin.git
    $ pip install wcoin-wtech


Optional Packages
