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
Hi! I've been using https://pypi.org/project/karrio as your SDK for integrating into my app and it works great, thank you for your amazing project!
But the SDK on PyPI seems to miss a lot of updates and is not updated
Is it possible to resume upload there, as using git tags in my requirements files isn't fully ideal? (also e.g. I can't use git+https installation because .gitmodules depends on enterprise packages which pip tries to fetch, so I have to resort to using a direct tag archive url which is even less ideal)
Also as a side note, as far as I know package names for providers aren't normalized, e.g. karrio.canadapost should actually be karrio-canadapost:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@MrNaif2018
Hi! I've been using https://pypi.org/project/karrio as your SDK for integrating into my app and it works great, thank you for your amazing project!
But the SDK on PyPI seems to miss a lot of updates and is not updated
Is it possible to resume upload there, as using git tags in my requirements files isn't fully ideal? (also e.g. I can't use git+https installation because .gitmodules depends on enterprise packages which pip tries to fetch, so I have to resort to using a direct tag archive url which is even less ideal)
Also as a side note, as far as I know package names for providers aren't normalized, e.g. karrio.canadapost should actually be karrio-canadapost:
karrio/modules/connectors/canadapost/setup.py
Line 7 in 00aef36
See here: https://packaging.python.org/en/latest/specifications/name-normalization/
Beta Was this translation helpful? Give feedback.
All reactions