Metadata-Version: 2.1
Name: async-pjsekai
Version: 0.0.10.dev2
Summary: Asynchronous reverse engineered client for the game Project SEKAI COLORFUL STAGE! feat. Hatsune Miku
Home-page: https://github.com/TheerapakG/sekai-monorepo
License: MIT
Author: TheerapakG
Author-email: theerapakg@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyJWT (>=2.6.0,<2.7.0)
Requires-Dist: aiofiles (>=23.1.0,<23.2.0)
Requires-Dist: aiohttp (>=3.8.4,<3.9.0)
Requires-Dist: cattrs (>=22.2.0,<22.3.0)
Requires-Dist: msgpack (>=1.0.5,<1.1.0)
Requires-Dist: pycryptodome (>=3.17,<3.18)
Project-URL: Repository, https://github.com/TheerapakG/sekai-monorepo
Description-Content-Type: text/markdown

# async-pjsekai

[![PyPI - Version](https://img.shields.io/pypi/v/async-pjsekai.svg)](https://pypi.org/project/async-pjsekai)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/async-pjsekai.svg)](https://pypi.org/project/async-pjsekai)

async-pjsekai is a fork of [pypjsekai](https://github.com/pjsek-ai/pypjsekai) so that operations are performed asynchronously.

-----

**Table of Contents**

- [async-pjsekai](#async-pjsekai)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install async-pjsekai
```

## License

`async-pjsekai` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

