starlette/scripts
Tom Christie 92dddea776
Reinstate Lifespan Middleware, for Responder (#405)
* Reinstate Lifespan Middleware, for Responder

* Ignore coverage of deprecated LifespanMiddleware
2019-02-20 14:40:34 +00:00
..
README.md Install script (#300) 2019-01-14 11:12:40 +00:00
clean Version 0.11 (#402) 2019-02-19 12:54:57 +00:00
install Tweaks to CONTRIBUTING docs and install script 2019-01-14 11:22:43 +00:00
lint Apply linting to setup.py (#403) 2019-02-19 11:30:33 +00:00
publish Add scripts/clean 2018-12-06 10:52:38 +00:00
test Reinstate Lifespan Middleware, for Responder (#405) 2019-02-20 14:40:34 +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".