Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Async support? #1329

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

Closed
znd4 opened this issue Aug 25, 2021 · 0 comments
Closed

Async support? #1329

znd4 opened this issue Aug 25, 2021 · 0 comments

Comments

@znd4
Copy link

znd4 commented Aug 25, 2021

I have no idea how much work would be required to implement this, but it'd be awesome to be able to

await Repo.clone_from(url, path)

(or something similar -- it's not the end of the world if it has to be a separate method):

await Repo.async_clone_from(url, path)

I just read the blurb about the status of this project, so totally get that this would only be unlikely to be implemented without an enterprising contributor.

I googled my way to asyncio.create_subprocess_exec, so it's definitely possible, but it seems like it'd be a ton of work to maintain async and non-async interfaces for everything, so I could understand if you'd rather not accept this as a contribution

@gitpython-developers gitpython-developers locked and limited conversation to collaborators Aug 26, 2021
@Byron Byron closed this as completed Aug 26, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Development

No branches or pull requests

2 participants