/pyphp

PHP Helper functions

Primary LanguagePythonMIT LicenseMIT

pyphp

Python helper functions to fill gaps that are used in PHP.

Installation

$ pip install pyphp

Usage

  • TODO

Contributing

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.

License

pyphp was created by David Mc Ken. It is licensed under the terms of the MIT license.

Credits

pyphp was created with cookiecutter and the py-pkgs-cookiecutter template.

Commands

# 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