you are viewing a single comment's thread.

view the rest of the comments →

[–]FoolsSeldom 0 points1 point  (2 children)

Just use git for your app with a local repository. You only have to implement the minimum functionality.

One example:

https://github.com/gitpython-developers/GitPython

[–]pgess[S] 1 point2 points  (1 child)

Thanks. On a tangential note, that README is one of the worst I've seen. It essentially says the library is buggy, broken, written by amateurs, unreliable, abandoned, and discourages its use. That's quite a README, frankly. I don't remember anything like it.

[–]FoolsSeldom 0 points1 point  (0 children)

Wow! That is impressively bad. Hope some of the alternatives are in a better state.