README

This is a project template for a python package.

Description

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.

Getting Started

Dependencies

  • Python 3.8+
  • pytest
  • pytest-cov
  • pylint
  • black

Installing

  • Clone the repository

Setup Wheel

python setup.py bdist_wheel

Lint this project

pylint --rcfile=.pylintrc ModuleTemplate

Version History

  • 0.1
    • Initial Release

License

This project is based on the python-project-template project by @rsaz. The project is licensed under the MIT License.