Ask HN: Best python library for git?
https://news.ycombinator.com/item?id=14739082Trying to search for Python libraries to handle git functions. It's a little hard to get relevant results for since there are a lot of python libraries using github/gitlab, so asking the HN Crowd.
Two I've found:
- pygit
- gitpython
Either of these considered the standard? Any others I should know about?