starlette/scripts
Fulvio Esposito 9b4dff44c3 Drop double square brackets tests in install script (#718)
sh doesn't support double square brackets tests which are a bash feature.
This commit replace them with single square brackets tests
2019-11-22 11:26:14 +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 Drop double square brackets tests in install script (#718) 2019-11-22 11:26:14 +00:00
lint Apply linting to setup.py (#403) 2019-02-19 11:30:33 +00:00
publish Added support for publishing wheel files. Fixes #668 (#719) 2019-11-15 12:06:59 +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".