turbo encabulator compliant

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

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.
www.nutrient.io
featured
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.
coderabbit.ai
featured
  1. cookiecutter-poetry

    A modern cookiecutter template for Python projects that use Poetry for dependency management

  2. 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.

    Nutrient logo
  3. cookiecutter-cruft-poetry-tox-pre-commit-ci-cd

    A Modern DevSecOps-centric Cookiecutter template for Python packages and/or projects

  4. wolt-python-package-cookiecutter

    Cookiecutter for rapidly creating modern & high-quality Python packages

  5. 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.

  6. installer

    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.

  7. setuptools

    Official project repository for the Setuptools build system

    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

  8. poetry-core

    Poetry PEP 517 Build Backend & Core Utilities

    A build backend tool (setuptools/flit_core/poetry-core, etc.) configured in the pyproject.toml

  9. 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.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Here are 5 Python project starter templates after digging through 100s of them that I think are spot o

    3 projects | /r/Python | 29 Jun 2022
  • I developed a template for starting new Python projects! Features: Poetry, GitHub CI/CD, MkDocs, publishing to PyPi/Artifactory, Pytest, Tox, black and isort.

    1 project | /r/u_oweillnet | 19 Apr 2022
  • Resources to learn how to make production quality code for projects? (using github, project organization, unit testing...)

    4 projects | /r/learnpython | 13 Oct 2021
  • Hate setting up Python scripts every time?

    1 project | news.ycombinator.com | 23 Dec 2020
  • Pipper – Poetry-inspired simple pip wrapper

    1 project | news.ycombinator.com | 11 Feb 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?