My First PH3 Package#

PyPI Status Build Status Documentation Status License: MIT Code Coverage

Python Boilerplate contains all the boilerplate you need to create a Python package.

And that’s it!

Features#

  • TODO

Quickstart#

Install My First PH3 Package:

$ pip install my-first-ph3-package

Use My First PH3 Package in a Python project:

>>> from my_first_ph3_package import MyClass1
>>> my_object = MyClass1(a=5, b=3)
>>> my_object.addition()
8

Credits#

This package was created with Cookiecutter and the Package Helper 3 project template.