
-
cookiecutter-poetry
A modern cookiecutter template for Python projects that use Poetry for dependency management
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
cookiecutter-cruft-poetry-tox-pre-commit-ci-cd
A Modern DevSecOps-centric Cookiecutter template for Python packages and/or projects
-
wolt-python-package-cookiecutter
Cookiecutter for rapidly creating modern & high-quality Python packages
-
python-project-template
DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
-
It will install things using pip, and this means putting a lot of garbage on your system. I've written an example script that installs packages in a more compact way: https://gitlab.com/python-packaging-tools/installer there's also some explanation in the readme about the process and what gets installed etc. pip is just not meant for production. It's designed to be a developer's tool with some clutches added retrospectively to sorta' kinda' make it work in production environment, but not really.
-
Not sure how advisable it is to depend on setup.py given the setuptools team has very clearly stated that they are not interested in supporting any cli commands anymore including setup.py install. Relavant PR
-
A build backend tool (setuptools/flit_core/poetry-core, etc.) configured in the pyproject.toml
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Related posts
-
Here are 5 Python project starter templates after digging through 100s of them that I think are spot o
-
I developed a template for starting new Python projects! Features: Poetry, GitHub CI/CD, MkDocs, publishing to PyPi/Artifactory, Pytest, Tox, black and isort.
-
Resources to learn how to make production quality code for projects? (using github, project organization, unit testing...)
-
Hate setting up Python scripts every time?
-
Pipper – Poetry-inspired simple pip wrapper