Metadata-Version: 2.1
Name: pypjsekai
Version: 0.0.7
Summary: Reverse engineered Python client for the mobile rhythm game Project SEKAI COLORFUL STAGE! feat. Hatsune Miku
Project-URL: Documentation, https://github.com/pjsek-ai/pypjsekai#readme
Project-URL: Issues, https://github.com/pjsek-ai/pypjsekai/issues
Project-URL: Source, https://github.com/pjsek-ai/pypjsekai
Author-email: Erik Chan <erikchan002@gmail.com>
License-File: LICENSE.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: msgpack==1.0.4
Requires-Dist: pycryptodome==3.15.0
Requires-Dist: pydantic==1.10.2
Requires-Dist: pyjwt==2.4.0
Requires-Dist: requests==2.28.1
Description-Content-Type: text/markdown

# pypjsekai

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

-----

**Table of Contents**

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

## Installation

```console
pip install pypjsekai
```

## License

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