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

Bindings for Python #117

Closed
baszalmstra opened this issue Mar 16, 2023 · 1 comment
Closed

Bindings for Python #117

baszalmstra opened this issue Mar 16, 2023 · 1 comment

Comments

@baszalmstra
Copy link
Collaborator

We want to also expose the awesomeness of this library to Python so it because easy to use from within the Python ecosystem as well.

  • We can start by binding small library parts to Python like version, matchspec, etc.
  • It would be nice to use Python async for the async parts (like downloading).
  • We can use pyo3 to generate the bindings.
@baszalmstra
Copy link
Collaborator Author

We have an initial version of python bindings implemented with #279 . More will be added.

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