Project template for modern Python packages

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Flake8

    flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

  • Regarding setup.cfg, it's currently used for flake8 related configuration. Flake8 doesn't support pyproject.toml: https://github.com/PyCQA/flake8/issues/234. There are some workarounds, such as https://github.com/john-hen/Flake8-pyproject, but, in my opinion, getting rid of additional config file doesn't really justify additional dependency. However, as setup.cfg is currently used only for flake8 related configs, perhaps it could be replaced by .flake8 file.

  • Flake8-pyproject

    Flake8 plug-in loading the configuration from pyproject.toml

  • Regarding setup.cfg, it's currently used for flake8 related configuration. Flake8 doesn't support pyproject.toml: https://github.com/PyCQA/flake8/issues/234. There are some workarounds, such as https://github.com/john-hen/Flake8-pyproject, but, in my opinion, getting rid of additional config file doesn't really justify additional dependency. However, as setup.cfg is currently used only for flake8 related configs, perhaps it could be replaced by .flake8 file.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

  • Good catch, they should get rid of that. https://github.com/pytest-dev/pytest/pull/10206

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

  • Hypothesis

    1 project | news.ycombinator.com | 1 Feb 2024
  • Mock unit test an API that uses postgres or integration test API with a "test" database?

    5 projects | /r/node | 8 Dec 2023
  • Pix2tex: Using a ViT to convert images of equations into LaTeX code

    5 projects | news.ycombinator.com | 3 Nov 2023
  • Integrating Lab Equipment into pytest-Based Tests

    1 project | /r/Python | 4 Oct 2023
  • Behave VS vedro - a user suggested alternative

    2 projects | 16 Jul 2023