starlette/scripts
Tom Christie bcf876c686
Use isort for consistent import ordering (#156)
2018-10-29 14:46:42 +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 Initial commit 2018-06-25 14:15:32 +01:00
test Use isort for consistent import ordering (#156) 2018-10-29 14:46:42 +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".