docs | |
---|---|
tests | |
package |
General python functions and classes which could be used across multiple projects.
- Free software: BSD 3-Clause License
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
https://py3helpers.readthedocs.io/
To run the all tests run:
tox