scripts/setup- Create a virtualenv directory, and install the dev requirements.scripts/test- Run the API Star test suite, usingpy.test.scripts/lint- Runflake8andisortagainst the code and tests.scripts/ci- Run the tests and linting with correct options for continuous integration.scripts/publish- Publish the latest version to PyPI. (Requires maintainer permissions.)
Styled after GitHub's "Scripts to Rule Them All".