Metadata-Version: 2.1
Name: axterdb
Version: 1.3
Summary: A Python wrapper for AxterDB
Author: AxterDB Development
License: MIT
Project-URL: Source, https://github.com/AxterDB/wrapper
Project-URL: Documentation, https://axterdb.readthedocs.io
Classifier: Development Status :: 5 - Production/Stable
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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

Pycord
======

AxterDB is a modern, easy to use, feature-rich, and async ready API wrapper for AxterDB in Python.

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

- Modern Pythonic API using ``async`` and ``await``.
- Optimised for both speed and memory usage.

Installing
----------

**Python 3.8 or higher is required**

.. code:: sh

    # Linux/macOS
    python3 -m pip install -U axterdb

    # Windows
    py -3 -m pip install -U axterdb

To install the development version, do the following:

.. code:: sh

    $ git clone https://github.com/AxterDB/wrapper
    $ cd wrapper
    $ python3 -m pip install -U .

or if you do not want to clone the repository:

.. code:: sh

    # Linux/macOS
    python3 -m pip install git+https://github.com/AxterDB/wrapper
    # Windows
    py -3 -m pip install git+https://github.com/AxterDB/wrapper
