pyoneering

Decorators for deprecating and refactoring


Keywords
developer-tools, python3, refactoring
License
Apache-2.0
Install
pip install pyoneering==0.1.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status Coverage Status
Code Quality Status
package

Decorators for deprecating and refactoring

  • Free software: Apache Software License 2.0

Installation

pip install pyoneering

Documentation

https://python-pyoneering.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