Skip to main content

tiny tool to force absolute imports in python code

Project description

force_absolute_imports

simple tool that checks only absolute imports are used

# install
python -m pip install force_absolute_imports

# usage
python -m force_absolute_imports foo.py bar.py python_folder 

Pass python files and/or folders. Folders will be recursively scanned for .py files

You can pass --in-place parameter to fix imports. (it will edit files in place):

python -m force_absolute_imports --in-place foo.py bar.py python_folder

Project details


Download files

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

Source Distribution

force_absolute_imports-0.11.0.tar.gz (2.4 kB view hashes)

Uploaded Source

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