My First PH3 Package#
Python Boilerplate contains all the boilerplate you need to create a Python package.
Free software: MIT
Documentation: https://balouf.github.io/my-first-ph3-package/.
Github: balouf/my-first-ph3-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.