-
Notifications
You must be signed in to change notification settings - Fork 18
Fix site-packages/src
installation directory
#14
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
Comments
Thanks for pointing this out. Excited to know that more people are finding this useful. I will have a look at the issue this weekend. Meanwhile if you have time to send a PR to fix it that would be really nice! |
…hub` can be done. Fixes amalfra#14
Not directly related but I noticed at least one bug in your code that mypy detected for me (utils.py line 56, you have There are some additional improvements that I may suggest:
|
On that topic the checks are failing with python 2.7: https://github.com/sodul/docker-hub/runs/3118103727?check_suite_focus=true |
The python 2 support dropping is actually planned in the next major release v3. Probably I can start working on that soon. Regarding the Thanks, a lot for the suggestions and these are definitely something that I would add to the backlog and I am planning to have python v2 drop also released with your changes. |
thx. i'm using this in a python script and i still/again have to |
Thanks for providing this tool. I was looking at the possibility of using it as a library for our own python projects and I noticed that it does not get pip installed cleanly.
The
src
directory get installed insite-packages
assrc
which means that if someone else does the same thing the directories will clash.I strongly recommend that you rename the
src
directory todocker_hub
and update the referenced accordingly.Today we can do:
And being able to do:
would be much cleaner.
I can send a PR if you are interested. The changes should be minimal.
The text was updated successfully, but these errors were encountered: