← All recipes
Moderne licensed

Find deprecated distutils module usage

Recipe IDorg.openrewrite.python.migrate.FindDistutilsUsageArtifactopenrewrite-migrate-python

Find imports of the deprecated distutils module which was removed in Python 3.12. Migrate to setuptools or other modern build tools.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.migrate.FindDistutilsUsage

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-migrate-python