I’ve developed a plugin called autogit that will autocommit to a git repository on every file save.
github.com/chrisparnin/autogit/ … autogit.py
This works great. But when I’m deploying this to other users, I’m wondering what is the best practice for packaging the plugin, especially when another python module (pygit2) and native libraries (libgit2) are involved?
Chris Parnin
blog.ninlabs.com