starlette/scripts
Tom Christie 311e0a8886
Update publish (#923)
Include PYTHONPATH so that auto docs can import from the package correctly.
2020-04-30 10:26:17 +01: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 Update publish (#923) 2020-04-30 10:26:17 +01: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".