Skip to main content

list python file imports

Project description

Installation

$ [sudo] pip install list-imports

Functions

function __doc__
list_imports.get(path) return a list of python file imports
list_imports.parse(code) return a list of python code imports

CLI

usage __doc__
python -m list_imports path ... list a python file(s) imports

Examples

import list_imports
imports = list_imports.get(open("file.py").read())
$ find . -type f -name "*.py" | xargs python -m list_imports
$ find . -type f -name "*.py" | xargs python -m list_imports | awk -F"." '{print $1}'

readme-generator

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

list-imports-2019.3.22.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

list_imports-2019.3.22-py2.py3-none-any.whl (75.7 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