starlette/scripts
Tom Christie e3543aa08e
Add `routes` argument to Mount (#400)
* Add Mount(routes=...)

* Tweaks
2019-02-18 18:28:31 +00:00
..
README.md Install script (#300) 2019-01-14 11:12:40 +00:00
clean Add scripts/clean 2018-12-06 10:52:38 +00:00
install Tweaks to CONTRIBUTING docs and install script 2019-01-14 11:22:43 +00:00
lint Add `routes` argument to Mount (#400) 2019-02-18 18:28:31 +00:00
publish Add scripts/clean 2018-12-06 10:52:38 +00:00
test Move to 'databases' instead of built-in DatabaseMiddleware (#390) 2019-02-14 16:01:51 +00:00

README.md

Development Scripts

  • scripts/install - Install dependencies in a virtual environment.
  • scripts/test - Run the test suite.
  • scripts/lint - Run the code linting.
  • scripts/publish - Publish the latest version to PyPI.

Styled after GitHub's "Scripts to Rule Them All".