Python helper functions to fill gaps that are used in PHP.
$ pip install pyphp
- TODO
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
pyphp
was created by David Mc Ken. It is licensed under the terms of the MIT license.
pyphp
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
# Install
poetry install
# Run tests
poetry run pytests tests/
# Install from git
pip install git+https://github.com/dmcken/pyphp.git
or
python3 -m pip install git+https://github.com/dmcken/pyphp.git