Modguard
A lightweight python tool for enforcing modular design
Featured
2 Votes

Description
Modguard enables you to define the public interface for a given module. Marking a package with a Boundary makes all of its internals private by default, exposing only the members marked with public.