seddonym / import-linter

Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.
https://import-linter.readthedocs.io/
BSD 2-Clause "Simplified" License
664 stars 45 forks source link

Standalone contract #181

Open seddonym opened 1 year ago

seddonym commented 1 year ago

It would be nice to be able to use a contract to define a package as being 'standalone': that is, not importing or imported by any other modules in the graph.

classiqRoi commented 10 months ago

+1 for that :)