/ph-toolbox

Primary LanguagePythonMIT LicenseMIT

Helper Functions Package

Installation

 pipenv install
 export PYTHONPATH="${HOME}/Projects/pypi/ph_toolbox"

Testing

make test
 pipenv run pytest ./tests/

Or specific test:

 pipenv run pytest ./tests/ph_toolbox/test_config.py

Running

Can be installed from https://pypi.org/project/ph-toolbox/

pipenv install ph-toolbox

Then can be imported into python code like below

from ph_toolbox.config import Config
from ph_toolbox.utils import get_logger