Makefile for your Django project

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

    I'm not a big fan of Poetry. It has some problems with Dependabot and doesn't play with Renovate at all. I use pip-tools with separate requirements.in and requirements-dev.in for local and prod environments.

  • Poetry

    Python packaging and dependency management made easy

    I'm not a big fan of Poetry. It has some problems with Dependabot and doesn't play with Renovate at all. I use pip-tools with separate requirements.in and requirements-dev.in for local and prod environments.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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

    lint: Runs flake8 linter and mypy type checker.

  • mypy

    Optional static typing for Python

    lint: Runs flake8 linter and mypy type checker.

  • black

    The uncompromising Python code formatter

    black: Automatic code formatting with Black.

  • isort

    A Python utility / library to sort imports.

    cleanimports: runs isort and removes unused imports with Autoflake. Be sure to set up profile=black in isort settings to avoid conflicts with Black.

  • autoflake

    Removes unused imports and unused variables as reported by pyflakes

    cleanimports: runs isort and removes unused imports with Autoflake. Be sure to set up profile=black in isort settings to avoid conflicts with Black.

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

  • pytest-xdist

    pytest plugin for distributed testing and loop-on-failures testing modes.

    Runs pytest in multiprocess mode using pytest-xdist.

  • django-autotranslate

    A simple Django app to automatically translate the pot (.po) files generated by django's makemessages command using google translate.

    Collects all string literals for translation. Also, I use Django Autotranslate to translate phrases using Google Translate automatically.

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