Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can a python project depend on vimlparser? #170

Open
dbarnett opened this issue Mar 31, 2020 · 2 comments
Open

How can a python project depend on vimlparser? #170

dbarnett opened this issue Mar 31, 2020 · 2 comments

Comments

@dbarnett
Copy link

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
Copy link
Member

tyru commented Apr 14, 2020

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

@dbarnett
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants