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

Expose Rye as a Library #113

Open
haixuanTao opened this issue May 7, 2023 · 1 comment
Open

Expose Rye as a Library #113

haixuanTao opened this issue May 7, 2023 · 1 comment

Comments

@haixuanTao
Copy link

haixuanTao commented May 7, 2023

Having python dependencies is hard to manage when called from other languages. If Rye could install those dependencies through a library, that would make it a lot easier to integrate python dependencies within Rust or other languages.

Issues that could be tackled:

  • Simplify install scripts.
  • Make the installation of the right version of python easier.
  • Make dependencies more isolated and also more programmable.
  • Less libpython, PYTHONPATH, LD_LIBRARY_PATH shenanigans as we could have a more reliable way to know where to find each dependencies.

This is tangential to the current vision of Rye, but would make life on planet Rust-Python a lot easier.

I can make contribute those change myself as part of rye or as a third-party lib, but just wanted to know first if that was something rye would be interested in.

@mitsuhiko
Copy link
Collaborator

I think this would be interesting but it's not likely that I will be working on this.

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

2 participants