You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
subprocessFirstly, you can (and should!) see if plain old
subprocesswill do the trick. That saves you having to add an extra package.libvcs uses
subprocessunder the hood. Its only dependency istyping-extensions.It will:
libvcs.cmd.Git/usr/bin/git, so it'll be connected to whatever system git you haveshUnlike
subprocess, this one requires adding a package but has the benefit of an intuitive interface.Dulwich
pygit2