Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

tenproduct/python-textunited

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
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+)

Installation

pip install python-textunited

Documentation

https://python-textunited.readthedocs.io/

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

Releases

No releases published

Packages

No packages published

Languages