Publish to the Python package index? #687
N-Wouda
started this conversation in
Feature Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
For a pure-Python work project I'm looking into a tool to manage our database migrations. So far dbmate does exactly what I need it to do. The only downside that I see is that it's somewhat tricky to version along with the other dependencies of my Python application, since I cannot get it from the Python package index.
Many other non-Python tools also publish to the Python package index to make this easier - for example, cmake, meson. I see dbmate also takes a similar approach for JS, with binaries already being released to NPM. Would you be interested in doing the same for Python?
I can help set this up, but first want to gauge if there's any interest.
Beta Was this translation helpful? Give feedback.
All reactions