Skip to main content

A pluggable framework for building codemods in Python

Project description

Pixee Logo

codemodder-python

This is the Python version of the Codemodder Framework.

Codemodder is sponsored by pixee.ai.

Development Status

As of v0.80.0 the codemod API is relatively stable. However, backwards compatibility between releases will not be guaranteed until version 1.0.0.

See CHANGELOG.md for detailed release notes.

Installation

The codemodder package is available on PyPI. To install, run:

$ pip install codemodder

To install the package from source, use pip:

$ pip install /path/to/codemodder-python

Running Locally

The codemodder package provides an executable called codemodder. This should be available on your path by default after installation.

For basic usage, run the codemodder command with a target directory path:

$ codemodder /path/to/my-project

Note that by default codemodder will make changes to files in your target directory. To run codemodder without making updates on disk, use the --dry-run flag:

$ codemodder --dry-run /path/to/my-project

To list all available codemods (including any that are registered with installed plugins), use the --list option:

$ codemodder --list

For a full list of options, use the --help flag:

$ codemodder --help

Architecture

Codemods are composed of the following key components:

  • Detector
  • Transformer(s)
  • Metadata
Base Codemod Diagram

Custom Codemods

The Python codemodder supports a plugin infrastructure for custom codemods. For users interested in developing a custom codemod plugin, we recommend starting with the Cookiecutter template.

Documentation

Coming soon!

Contributing

See CONTRIBUTING.md.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codemodder-3.0.1.tar.gz (700.9 kB view details)

Uploaded Source

Built Distribution

codemodder-3.0.1-py3-none-any.whl (285.0 kB view details)

Uploaded Python 3

File details

Details for the file codemodder-3.0.1.tar.gz.

File metadata

  • Download URL: codemodder-3.0.1.tar.gz
  • Upload date:
  • Size: 700.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for codemodder-3.0.1.tar.gz
Algorithm Hash digest
SHA256 9e8aaf179b96da0ec6db767d28f60f1c7142d611367098b76361a576d85d1f63
MD5 219b3dcabe55a5d5efe5434f8890add6
BLAKE2b-256 959f4246bd1c4bc4eae8300b474ff8c8f28c5bb77881e666d07c6ac6efc9c1e0

See more details on using hashes here.

File details

Details for the file codemodder-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: codemodder-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 285.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for codemodder-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a1e2097ffe6b1be1a2552812b6015397d7f0bab96864c00b549102192a129b21
MD5 3e68141d5b3e9d3f9bc0751b69d426ef
BLAKE2b-256 6cb37fd9088c549ed7af71bd7e5a6516097a1339192d0f672a3b2711dca4bf15

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page