| docs | |
|---|---|
| tests | |
| package |
A wrapper around the Text United API written in Python. Each Text United object is represented by a corresponding Python object. The attributes of these objects are cached, but the child objects are not.
- Free software: GNU General Public License v3 or later (GPLv3+)
pip install python-textunited
https://python-textunited.readthedocs.io/
To run the all 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 |