Skip to content
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

Consider publishing on PyPI #54

Open
musicinmybrain opened this issue Dec 10, 2021 · 0 comments
Open

Consider publishing on PyPI #54

musicinmybrain opened this issue Dec 10, 2021 · 0 comments

Comments

@musicinmybrain
Copy link

musicinmybrain commented Dec 10, 2021

Please consider finding a way to publish the Python bindings as a package on PyPI. While this is a little inconvenient, it’s pretty important for prospective Python users.

Obviously, being able to pip install is useful for all users, but a PyPI presence is important for Linux distribution packaging, too. In Fedora Linux, we have a “PyPI parity” policy that is designed to prevent conflicts between distribution Python package names and PyPI names.

In the case of libpoly, the Python API can’t be packaged in Fedora at all because its name, polypy, conflicts with a different package already on PyPI. (The PyPI parity rule is relatively new, and there is currently a python3-libpoly package in Fedora, but it will likely need to be removed.)

While pip users benefit from pre-built binary wheels, from the Fedora Linux perspective, even a viable source-only Python release on PyPI would solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant