Skip to content

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

License

Notifications You must be signed in to change notification settings

adbailey4/py3helpers

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status
package

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

Documentation

https://py3helpers.readthedocs.io/

Development

To run the all tests run:

tox

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages