niklasb / dryscrape

[not actively maintained] A lightweight Python library that uses Webkit to enable easy scraping of dynamic, Javascript-heavy web pages
http://dryscrape.readthedocs.io/
MIT License
533 stars 67 forks source link

most recent version on pip? #48

Closed JermellB closed 8 years ago

JermellB commented 8 years ago

I found differences in what was in xvfb.py here on github and what was on pypi. Any chance on getting the new version on pypi as well?

niklasb commented 8 years ago

The upstream version should be almost exactly the same as the current master branch, if I'm not mistaken. The only difference indeed is that there is a dryscrape.xvfb.stop_xvfb() function in master, which is not present in the PyPI repositories. I'm not sure it warrants a version bump.

JermellB commented 8 years ago

Gotchya, yeah just the function I was trying to use and could not figure out for the life of me why it wasn't working until I compared the github to the contents of the pypi package.

niklasb commented 8 years ago

Ok that is indeed unfortunate. Maybe I will release a minor version bump with this change, but until then you can just use the module from master.