DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Remove dependency on pygit2 #60

Closed guysmoilov closed 3 years ago

guysmoilov commented 3 years ago

Pygit2 is a pain to install on Mac OSX - https://www.pygit2.org/install.html#installing-on-os-x Requires xcode-select, brew install libgit2, etc.... And it doesn't seem necessary - we can just directly invoke the git executable for the things we need.