vim-jp/vim-vimlparser

How can a python project depend on vimlparser?

dbarnett opened this issue · 2 comments

I couldn't find this project uploaded to https://pypi.org/ or any setup.py / setup.cfg file for it. How can I depend on it from another python tool with the dependency properly declared so it can be automatically fetched if needed?

tyru commented

Currently vimlparser is not uploaded to pypi.
You can copy py/vimlparser.py like vint project does.
https://github.com/Vimjas/vint/tree/master/vint/_bundles

Gotcha. Unfortunately copying code into my repository may get weird for licensing for my case (http://github.com/google/vimdoc), especially code that's declared public domain but doesn't have an explicit license.

If you are able to publish to pypi and/or apply an explicit license, something liberal like CC-BY or BSD0, that'd be awesome. Otherwise I may just have to go my own route.