Skip to content

Latest commit

History

History
executable file
12 lines (10 loc) 路 526 Bytes

File metadata and controls

executable file
12 lines (10 loc) 路 526 Bytes

Development Scripts

  • scripts/build - Build package and documentation.
  • scripts/check - Check linting/formatting.
  • scripts/clean - Delete any build artifacts.
  • scripts/coverage - Check code coverage.
  • 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".