musiKk / plyj

A Java parser written in Python using PLY.
Other
150 stars 69 forks source link

Could you put this on PyPy? #4

Closed vgel closed 9 years ago

vgel commented 11 years ago

It's a cool project, and being able to pip install it would be great.

musiKk commented 11 years ago

I never really looked into it. There still is a lot of work to be done in order to get the library to where I want it to be. But I guess an alpha release is possible. :)

pradyunsg commented 10 years ago

Any updates on this? You could use https://github.com/musiKk/plyj/settings/hooks#pythonpackages_minibucket (only works for @musiKk)

musiKk commented 10 years ago

@pradyun This certainly looks interesting.

I'll see to releasing a version in the coming days on PyPI. Don't hold your breath, I'm a total noob when it comes to packaging Python so I think I have some reading to do. :/

virtuald commented 9 years ago

@musiKk I see you haven't done this yet? It looks like packaging is complete -- you should be able to just do:

python setup.py register
python setup.py sdist upload

I've pushed a ply-based project to pypi also, see https://github.com/virtuald/pyhcl if you want to copy how I deal with the generated parser data.

musiKk commented 9 years ago

@virtuald Ok, if it's really that simple, maybe I can do it this week. Thanks. :)

musiKk commented 9 years ago

So, after being busy with other things, I finally attended to putting this on PyPI. It's bit rough (markdown instead of rst readme) but I gave it a quick test and it seems to work.

If you encounter any problems, just comment or open a new issue.

virtuald commented 9 years ago

Thanks!