python-package-boilerplate
There are 7 repositories under python-package-boilerplate topic.
mtchavez/python-package-boilerplate
Boilerplate for a Python Package
tomchen/example_pypi_package
Example PyPI (Python Package Index) package set up with automated tests and publishing using GitHub Actions CI/CD, primarily for GitHub + VS Code (Windows / Mac / Linux) users
python-supply/guide-to-publishing-packages
This article is a step-by-step guide to assembling and publishing a small, open-source Python package; topics covered include directory structure, basic unit tests, basic continuous integration setup, and publication to a repository.
python-supply/published
Python library that serves as an example/template for a package publishing guide.
ArcticTechnology/PythonStarterPackage
Python starter package, a template for creating your own python packages.
AndresAlgaba/pytemppack
A template for Python packages with poetry.
TvanMeer/cookiecutter-python-package
A kickstarter tool for python package development projects.