Skip to main content

A flake8 lint to enforce that some modules can't be imported from other modules.

Project description

Flake8 Import Graph

A flake8 lint to enforce that some modules can’t be imported from other modules.

pip install flake8-import-graph==0.1.2

Configure it, by putting .flake8 file in the package root:

[flake8]
deny-imports =
    # Don't allow models importing controllers
    myapp.models=myapp.controllers
    # Don't allow controllers to import sqlalchemy directly
    myapp.controllers=sqlalchemy

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

flake8-import-graph-0.1.2.tar.gz (2.8 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