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

docs: Comparison with... #389

Open
tony opened this issue Jul 19, 2022 · 0 comments
Open

docs: Comparison with... #389

tony opened this issue Jul 19, 2022 · 0 comments

Comments

@tony
Copy link
Member

tony commented Jul 19, 2022

  • subprocess

    Firstly, you can (and should!) see if plain old subprocess will do the trick. That saves you having to add an extra package.

    libvcs uses subprocess under the hood. Its only dependency is typing-extensions.

    It will:

    • Parse VCS URLs
    • Autocompletion
      • Commands (methods on libvcs.cmd.Git
      • Parameters
    • Pipes directly to your vcs binary, e.g. /usr/bin/git, so it'll be connected to whatever system git you have
  • sh

    Unlike subprocess, this one requires adding a package but has the benefit of an intuitive interface.

  • Dulwich

  • pygit2

    • LGPL: Do you have $300 / hour and years of life to debate licenses in a jurisdiction, simply because the wrong license was used? Have you really read the license? Do you think it conveys its meaning clearly, unambiguously, and all jurisdictions and parties will simply agree on interpretations?
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