Metadata-Version: 2.1
Name: mutiny
Version: 0.2.0a0
Summary: Async ready API wrapper for Revolt API written in Python.
Author: Jakub Kuczys (jack1142)
Requires-Python: >=3.9,<3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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-Dist: aiohttp~=3.7
Requires-Dist: ulid-py~=1.0
Requires-Dist: black==21.7b0 ; extra == "dev"
Requires-Dist: flake8==3.9.2 ; extra == "dev"
Requires-Dist: isort==5.9.3 ; extra == "dev"
Requires-Dist: mypy==0.910 ; extra == "dev"
Project-URL: Documentation, https://mutiny.readthedocs.io
Project-URL: Issue Tracker, https://github.com/jack1142/Mutiny/issues
Project-URL: Source Code, https://github.com/jack1142/Mutiny
Project-URL: Sponsor on GitHub, https://github.com/sponsors/jack1142
Provides-Extra: dev

# Mutiny
> Async ready API wrapper for Revolt API written in Python.

[![Sponsor on GitHub](https://img.shields.io/github/sponsors/jack1142?logo=github)](https://github.com/sponsors/jack1142)
[![Documentation Status](https://readthedocs.org/projects/mutiny/badge/)](https://mutiny.readthedocs.io)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://user-images.githubusercontent.com/6032823/111363465-600fe880-8690-11eb-8377-ec1d4d5ff981.png)](https://github.com/PyCQA/isort)
[![We use pre-commit!](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Installation

**Python 3.9 or higher is required**

To install the library, you can just run the following command:

```sh
# Linux/OS X
python3.9 -m pip install -U mutiny

# Windows
py -3.9 -m pip install -U mutiny
```

## Documentation

Read [Mutiny's documentation](https://mutiny.readthedocs.io)

## License

Distributed under the Apache License 2.0. See ``LICENSE`` for more information.

---

> Jakub Kuczys &nbsp;&middot;&nbsp;
> GitHub [@jack1142](https://github.com/jack1142)

