Overview

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

General python functions and classes which could be used across multiple projects.

  • Free software: BSD 3-Clause License

Installation

pip install py3helpers

You can also install the in-development version with:

pip install https://github.com/adbailey4/py3helpers/archive/master.zip

You to allow access to seq_tools, you need to install with:

pip install py3helpers[seq_tools]

Or you can install from source with:

git clone https://github.com/adbailey4/python_utils
cd python_utils
pip install -e.[seq_tools]
python setup.py test

Development

To run the all tests run:

tox