Hasty Briefsbeta

Bilingual

Show HN: I made Python project template so you don't need to spend hours on it

a year ago
  • #development
  • #python
  • #cookiecutter
  • Cookiecutter-based project template for rapid Python package generation.
  • Follows modern development approaches and complies with latest PEPs.
  • Includes functional code snippets, pytest examples, and Makefile for package management.
  • Supports linting, testing, building, and deploying with a single command.
  • Provides a CLI application boilerplate and GitHub Actions CI configuration.
  • Installation involves `pip install uv cookiecutter` and generating a project via `cookiecutter`.
  • Generates a fully functional package structure with `src`, `tests`, and configuration files.