Metadata-Version: 2.3
Name: pypjsekai
Version: 0.0.13
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-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
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
Requires-Python: >=3.8
Requires-Dist: msgpack==1.0.8
Requires-Dist: pycryptodome==3.20.0
Requires-Dist: pydantic==2.7.0
Requires-Dist: pyjwt==2.8.0
Requires-Dist: requests==2.31.0
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.
