github.com/dawsonbooth/poetry-package

A template for a general Python package using Poetry

Open this visualization on its own page →

Contributors

2

Lines of Code

71

From

2020-04-08

To

2021-02-04

About dawsonbooth/poetry-package

This is a template repository designed to help developers quickly set up a new Python package using Poetry, a modern dependency management and packaging tool. The template provides a structured starting point with placeholders for package name, description, installation instructions, and usage examples, along with pre-configured links to common resources like PyPI, GitHub Actions, and project documentation.

The template includes basic scaffolding for a Python package distributed via PyPI, with sections for describing what the package does, how to install it, and how to use it. It also comes with license information and references to documentation, making it easy for developers to customize and launch their own package projects without building the structure from scratch.

This is particularly useful for Python developers who want to follow best practices with Poetry-based projects and maintain consistency across multiple packages. The template can be forked or used as a starting point for any general-purpose Python package that will be published to PyPI.

Share this video