mirror of https://github.com/encode/starlette.git
12 lines
543 B
Markdown
12 lines
543 B
Markdown
# Development Scripts
|
|
|
|
* `scripts/install` - Install dependencies in a virtual environment.
|
|
* `scripts/test` - Run the test suite.
|
|
* `scripts/lint` - Run the automated code linting/formatting tools.
|
|
* `scripts/check` - Run the code linting, checking that it passes.
|
|
* `scripts/coverage` - Check that code coverage is complete.
|
|
* `scripts/build` - Build source and wheel packages.
|
|
* `scripts/publish` - Publish the latest version to PyPI.
|
|
|
|
Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).
|