Download Bilibili resources
Execute the following commands, which sets up a service with development dependencies and enter into it.
> make run && make ssh
- As a precondition, please install Poetry which is a tool for dependency management and packaging in Python.
- Install and activate local virtual environment
> poetry install && poetry shell
IPython
is provided as interactive shell
-
static check (code style)
> make lintd
-
static check (type hint)
> make type-hintd
-
unit test
> make testd
-
static check (code style)
> make lint
-
static check (type hint)
> make type-hint
-
unit test
> make test