starlette/scripts
Tom Christie 6cd0b2b787
Remove unused imports, with 'autoflake' (#313)
2019-01-10 14:35:32 +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 Remove unused imports, with 'autoflake' (#313) 2019-01-10 14:35:32 +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".