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

Python implementation #3

Open
jwg4 opened this issue Feb 22, 2021 · 1 comment
Open

Python implementation #3

jwg4 opened this issue Feb 22, 2021 · 1 comment

Comments

@jwg4
Copy link

jwg4 commented Feb 22, 2021

Hi, I saw your announcement about this language on Twitter.

I thought it seemed extremely useful, so I created a Python implementation. It's at https://github.com/jwg4/pyvirgo, and on pypi at https://pypi.org/project/pyvirgo/0.2.0/

If you would mention this package on your README in case it's helpful to anyone that would be great!

The implementation is rudimentary, but can parse the examples given in your README. I will follow this work and update my package if the spec is extended. I consulted your repo to figure out some details which weren't clear from the README, but haven't used any of your code, which I note is GPL3 (mine is MIT). I currently have 8 test files at https://github.com/jwg4/pyvirgo/tree/main/test/files, some of them taken from your project, some of them new but which I believe to be valid based on your docs.

Thanks for this project, let me know if I you have any feedback on mine.

@r2d4
Copy link
Owner

r2d4 commented Feb 23, 2021

That is incredible! Thanks for sharing.

I updated the readme here 75b5ef6

I also relicensed under MIT, as I have no intention to make life more difficult for anyone else planning to use or build on this. 472d1e1

I'll leave this issue open for a bit as a place for further discussion and discoverability of your project!

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