Packaging Python projects in 2023 from scratch

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. black

    The uncompromising Python code formatter

    Uses a uniform line width of 100 for both black (my preferred auto-formatter) and flake8.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. pre-commit

    A framework for managing and maintaining multi-language pre-commit hooks.

    As a nice next step, you could also add mypy to check your type hints are consistent, and automate running all this via pre-commit hooks set up with… pre-commit.

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

  • Amazing `pre-commit` and How To Use It

    3 projects | dev.to | 26 Feb 2025
  • How to setup Black and pre-commit in python for auto text-formatting on commit

    3 projects | dev.to | 29 Mar 2024
  • Securing CDK pipelines in an enterprise organization

    2 projects | dev.to | 10 Oct 2022
  • Should I follow the warnings in Pycharm? Does anyone do this?

    6 projects | /r/learnpython | 18 Jul 2022
  • Didn't get the job, code review please

    4 projects | /r/django | 12 May 2022

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