This is a project template for a python package.
This is a project template for a python package. Its is meant to be a starting point for your python package project. It provides a project structure that is easy to start with and can grow to support a wide variety of features.
- Python 3.8+
- pipenv
- pytest
- pytest-cov
- pylint
- Clone the repository
- How to run the program
python ./src/main.py
- How to run the tests
# Go inside of the tests folder in the root directory
pytest
- How to run test with coverage
pytest --cov .
Contact me at email
As an example, commands to run in order to get support and inform about an issue
- [@your name](your github profile)
- 0.1
- Initial Release
This project is licensed under the [your license] License - See the LICENSE.md file for details