vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

How can a python project depend on vimlparser?

Open dbarnett opened this issue 5 years ago • 2 comments
trafficstars

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?

dbarnett avatar Mar 31 '20 06:03 dbarnett

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

tyru avatar Apr 14 '20 23:04 tyru

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.

dbarnett avatar Apr 15 '20 20:04 dbarnett