Skip to content

usharerose/bili-jean

Repository files navigation

bili-jean

license badge

Download Bilibili resources

Development

Environment

Docker (Recommended)

Execute the following commands, which sets up a service with development dependencies and enter into it.

> make run && make ssh

Virtual Environment

  1. As a precondition, please install Poetry which is a tool for dependency management and packaging in Python.
  2. Install and activate local virtual environment
    > poetry install && poetry shell
  3. IPython is provided as interactive shell

Test

Docker Environment

  • static check (code style)

    > make lintd
  • static check (type hint)

    > make type-hintd
  • unit test

    > make testd

Virtual Environment

  • static check (code style)

    > make lint
  • static check (type hint)

    > make type-hint
  • unit test

    > make test

About

Download Bilibili resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages