1
2
3
4
5
6
7
8
9
10
11
12
13# Development Scripts
* `scripts/build` - Build package and documentation.
* `scripts/check` - Check linting and formatting.
* `scripts/clean` - Delete any build artifacts.
* `scripts/coverage` - Check test coverage.
* `scripts/docs` - Run documentation server locally.
* `scripts/lint` - Run the code linting.
* `scripts/publish` - Publish the latest version to PyPI.
`scripts/test` - Run the test suite.
Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).