Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
Codacy Code Quality Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

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+)

Installation

pip install python-textunited

Development

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