/cookiecutter-python-lib

Cookiecutter template for a Python library project.

Primary LanguagePythonMIT LicenseMIT

Python Library Project Template

Python 3.8 Python 3.9 Python 3.10 Python 3.11 MIT License CI Test

This is a Cookiecutter template for creating a Python library project based on the Python Packaging User Guide.

Project features:

Usage

Install Python requirements for using the template:

$ python -m pip install -r requirements.txt

Create a new project directly from the template on GitHub:

$ cookiecutter gh:mdklatt/cookiecutter-python-lib

Development

Create a local development environment and run template tests:

$ make dev test