starlette/scripts
Tom Christie 0b7819b4b2
Add DatabaseMiddleware (#243)
* Add `DatabaseMiddleware`
2018-12-04 16:05:16 +00:00
..
README.md Initial commit 2018-06-25 14:15:32 +01:00
lint Use isort for consistent import ordering (#156) 2018-10-29 14:46:42 +00:00
publish Version 0.8.2 2018-11-08 17:00:24 +00:00
test Add DatabaseMiddleware (#243) 2018-12-04 16:05:16 +00:00

README.md

Development Scripts

  • 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".