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/install
- Install dependencies in a virtual environment.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".