AnkiHub
AnkiHub copied to clipboard
Pip for underlying implementation
Just wanted to share an idea, that occurred to me. Plugins by their nature are basically python modules. And we have pip to install python modules. Pip can install them from specified git repo and into specified directory. So it can be used as an underlying implementation for AnkiHub. Making things simpler and providing some additional functionality that can be rather useful (e.g. fetching dependencies).