The library can be installed with pip:
pip install git+https://github.com/vasilstar97/python-package-boilerplate@main
Use the library by importing classes from my_package:
from my_package.my_module_1 import MyClass
For more detailed use case see our examples.
All the required data is stored in examples data folder.
Next examples will help one to get used to the library:
- Main example of the library.
- ...
Detailed information and description of the library is available in documentation.
The latest version of the library is available in the main branch.
The repository includes the following directories and modules:
- my_package
directory with the library code:
- ...
- ...
- tests
pytesttesting - examples examples of how the library works
- docs documentation sources
...
The project has BSD-3-Clause license
...
You can contact me:
- Vasilii Starikov - assistant
Also, you are welcomed to the issues section!
