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

[feature request] python bindings for uv api #2794

Closed
gmankab opened this issue Apr 3, 2024 · 1 comment
Closed

[feature request] python bindings for uv api #2794

gmankab opened this issue Apr 3, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@gmankab
Copy link

gmankab commented Apr 3, 2024

in python you can do this:

import venv
venv.create()

can you please provide python bindings for uv api, so then you can do this:

import uv.venv
uv.venv.create()
@zanieb
Copy link
Member

zanieb commented Apr 3, 2024

Hi! Thanks for your request, but we won't be supporting this anytime soon. The more APIs we need to maintain the less we can focus on innovation. Right now, we're focusing on our CLI as the canonical way to interact with uv. For some use-cases, we are willing to make changes to our Rust API but that is very unstable.

If you're reading this issue feel free to 👍 the original post if you're interested in this.

We're likely to have a programmatic API someday, but not now.

@zanieb zanieb closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
@zanieb zanieb added the wontfix This will not be worked on label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants