/module_rule

Python rule of designing module structure

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

module rule

This is a template Python rule for allocating modules in your Python project.

This is intended for avoiding:

  • inconsistent/messy import
  • inconsistent/messy modules allocation
  • circular import

See rule.md

Feel free for linking rule.md for your CONTRIBUTING.md

Example directory shows how to allocate and draw documents according this rule