Metadata-Version: 2.4
Name: sonolus-fastapi
Version: 0.2.4.1
Summary: FastAPI wrapper for Sonolus server creation and management This project is still under development.
Project-URL: Homepage, https://sonolus-fastapi.pim4n-net.com
Project-URL: Repository, https://github.com/Piliman22/sonolus-fastapi/
Project-URL: Issues, https://github.com/Piliman22/sonolus-fastapi/issues
Project-URL: Documentation, https://sonolus-fastapi.pim4n-net.com
Author-email: Your Name <your.email@example.com>
License: MIT
License-File: LICENSE
Keywords: fastapi,rhythm-game,server,sonolus
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Requires-Dist: fastapi>=0.124.4
Requires-Dist: pydantic>=2.12.5
Requires-Dist: sqlalchemy>=2.0.45
Requires-Dist: uvicorn>=0.38.0
Provides-Extra: dev
Requires-Dist: black>=23.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.0.290; extra == 'dev'
Description-Content-Type: text/markdown

# Sonolus-FastAPI

このプロジェクトはまだ開発途中です。

This project is still under development.

## Install

```bash
pip insatll sonolus-fastapi
```

## Usage


こちらをお読みください。

Please read this.


`https://sonolus-fastapi.pim4n-net.com`

## Example

[example.py](./example.py)
[example2.py](./example2.py)