Find deprecated distutils module usage
Recipe ID
org.openrewrite.python.migrate.FindDistutilsUsageArtifactopenrewrite-migrate-pythonFind 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.FindDistutilsUsageIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-migrate-python