starlette/scripts
Tom Christie 654a65b649 Add scripts/clean 2018-12-06 10:52:38 +00:00
..
README.md Initial commit 2018-06-25 14:15:32 +01:00
clean Add scripts/clean 2018-12-06 10:52:38 +00:00
lint Use isort for consistent import ordering (#156) 2018-10-29 14:46:42 +00:00
publish Add scripts/clean 2018-12-06 10:52:38 +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".