starlette/scripts
Jamie Hewland a42657db52
Check isort in CI (#913)
* Check isort in CI

* Fix incorrectly sorted imports
2020-04-24 11:27:34 +02: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 github-actions-for-ci (#911) 2020-04-23 16:05:05 +01: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 Check isort in CI (#913) 2020-04-24 11:27:34 +02: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".