-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's good as a skeleton example, but... #13
Comments
Hi @ymoran00, can you expand a bit on what you're looking for? |
Hi @theacodes, if I've understood @ymoran00 correctly then it would be useful to put some modules inside the example and potentially some a setup.py file. In the documentation the folder structure that they use to explain the concepts is:
Including a more concrete example that follows the documentation would make it easier for people (like myself) who are new to packaging and deployment understand the concepts and how to implement them. |
I'm up for that if someone wants to send a PR.
…On Thu, May 9, 2019 at 1:53 AM Nick ***@***.***> wrote:
Hi @theacodes <https://github.com/theacodes>, if I've understood @ymoran00
<https://github.com/ymoran00> correctly then it would be useful to put
some modules inside the example and potentially some a setup.py file. In
the documentation the folder structure that they use to explain the
concepts is:
mynamespace-subpackage-a/
setup.py
mynamespace/
subpackage_a/
__init__.py
mynamespace-subpackage-b/
setup.py
mynamespace/
subpackage_b/
__init__.py
module_b.py
Including a more concrete example that follows the documentation would
make it easier for people (like myself) who are new to packaging and
deployment understand the concepts and how to implement them.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB5I46MXBGYJM2CHQTTAA3PUPQ7DANCNFSM4HECOF6Q>
.
|
... is it possible to add actual py files in the packages to see how their import statements look? I'm not sure in case of namespaces if the import includes the namespaces, if it includes the package names, etc...
The text was updated successfully, but these errors were encountered: