Overview
docs |
|
|---|---|
tests |
|
package |
sonnetsuiteshelper is a package designed to help with editing and analysing Sonnet Suites files.
Free software: GNU Lesser General Public License v3 or later (LGPLv3+)
Installation
pip install sonnetsuiteshelper
You can also install the in-development version with:
pip install https://github.com/Alan-Manning/python-sonnetsuiteshelper/archive/main.zip
Documentation
Feature Requests
To request a new feature or extend existing features please create a github issue with the label “Feature Request”
https://github.com/Alan-Manning/python-sonnetsuiteshelper/issues
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append
tox
|
|---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox
|