Skip to content

Files

Latest commit

 

History

History
13 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 580 Bytes

Development Scripts

  • scripts/build - Build package and documentation.
  • scripts/check - Check lint 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".