You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pep420 allows also to declare a single module namespace portion directly in/under the namespace root.
The native part of this example project is missing an example for this type of portion of a native
namespace package.
I will create a pull request to add an example demonstrating the structure of that kind of module portion.
NB: Although #13 is already mentioning/recommending something similar but is also having a sub-folder for the portion package (with an init.py module). But for a single module in the namespace root there is no sub-folder needed.
The text was updated successfully, but these errors were encountered:
AndiEcker
added a commit
to AndiEcker/sample-namespace-packages
that referenced
this issue
Aug 27, 2020
pep420 allows also to declare a single module namespace portion directly in/under the namespace root.
The native part of this example project is missing an example for this type of portion of a native
namespace package.
I will create a pull request to add an example demonstrating the structure of that kind of module portion.
NB: Although #13 is already mentioning/recommending something similar but is also having a sub-folder for the portion package (with an init.py module). But for a single module in the namespace root there is no sub-folder needed.
The text was updated successfully, but these errors were encountered: