test-repo-2

No description has been added so far.


Keywords
test_repo_2
License
MIT
Install
pip install test-repo-2==0.3.0

Documentation

Test Repo 2

Build Status PyPI version License Documentation Status Test Coverage

Your short description here. romnnn.github.io/test_repo_2

$ pip install test_repo_2

See the official documentation for more information.

import test_repo_2

Development

For detailed instructions see CONTRIBUTING.

Tests

You can run tests with

$ invoke test
$ invoke test --min-coverage=90     # Fail when code coverage is below 90%
$ invoke type-check                 # Run mypy type checks

Linting and formatting

Lint and format the code with

$ invoke format
$ invoke lint

All of this happens when you run invoke pre-commit.

Note

This project is still in the alpha stage and should not be considered production ready.