Skip to main content

Automatically convert python absolute imports to relative.

Project description

relativize-imports

Automatically convert python absolute imports to relative.

Inspired and adapted from MarcoGorelli/absolufy-imports.

Installation

$ pip install relativize-imports

Usage as a pre-commit hook

See pre-commit for instructions

Sample .pre-commit-config.yaml:

-   repo: https://github.com/reallyliri/relativize-imports
    rev: v0.0.2
    hooks:
    -   id: relativize-imports

Command-line example

$ relativize-imports
$ relativize-imports mypackage/myfile.py
- from mypackage import __version__
+ from . import __version__

Build and Publish

python setup.py bdist_wheel 
twine upload dist/*

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

relativize_imports-0.0.3-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

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