No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Implement all user management endpoints and full db support for users Reviewed-on: https://forgejo.bertramnet.org/Bertram/ddm/pulls/5 Co-authored-by: Liam <liamk024@gmail.com> Co-committed-by: Liam <liamk024@gmail.com> |
||
| src | ||
| .env.template | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| noxfile.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
ddm does music!
Python based implementation of the OpenSubsonic API.
Starting the dev environment:
- Run
uv syncto initialise the development environment. - Run
uv run ruff checkto check formatting. - Run
uv run ruff formatto fix formatting in files.
To launch the webserver in development mode:
- Run
uv run fastapi dev src/app.py