The all-in-one backend application for Unitystation
- Account managment and user validation.
- Server list managment.
- In-game persistence.
- Works cross-fork!
- Modular architecture.
TODO
This repository uses pre-commit hook which runs every time you make a commit to catch linting and formatting errors early.
To enable pre-commit, install it with pip: pip install -U pre-commit
After package installation, install hook running pre-commit install
inside of project directory.
Hint: if the world is on fire, production servers down, clown hacks your door and you don't have time to make linters happy, you can add
-n
togit commit
command.