-
python 3.7.7
-
- python package and environment manager
-
git
-
run
poetry install
to install all python project deps -
run
start.sh
to start api server on http://localhost:5000-
See the docs for more details
-
If the server complains of an in use port and you are running Mac OS Monterey, follow these instructions
-
-
mypy
-
allow devs to add compile-time type checking to python code
-
-
pytest
- test python files, check test coverage
-
isort
- sort/organization imports automatically
-
black
- automatically format code
-
flake8
- enforce code formatting
-
mutagen
- parse music files and their metadata
-
fastAPI
- super fast and simple API library