What is the difference between a namespace package and a regular package? #9
lukasmiller1
announced in
Announcements
Replies: 1 comment
-
|
A:Regular packages require init.py and are self-contained. Namespace packages (Python 3.3+) can be split across multiple directories without init.py. They're useful when packages are distributed separately but share a common namespace, enabling plugin architectures. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the difference between a namespace package and a regular package?
Beta Was this translation helpful? Give feedback.
All reactions