wesm / vbench

vbench: A tool for benchmarking your code through time, for showing performance improvement or regressions
MIT License
246 stars 42 forks source link

Upload to PyPI? #26

Open tkf opened 11 years ago

tkf commented 11 years ago

Hi, thanks for the nice library. Are there any plan for uploading to PyPY? It would be nice if I can install it from PyPI, even if it is beta/alpha release.

wesm commented 11 years ago

That would be nice. I wasn't sure how PyPI-ready it was so didn't bother uploading it. Should be pretty trivial though if I can get a little bit of help making sure the setup.py is set up properly (wink wink)

tkf commented 11 years ago

I think setup.py is almost OK as I can install it directly from github using pip. One thing I noticed is that REQUIRES is not used. Other than that, it looks fine to me.

wesm commented 11 years ago

there probably needs to be a manifest file

dmr commented 10 years ago

The setup.py file starts with a numpy import. Is that required? I think numpy would have to be a dependency for this to work.

I gave up installing it for today. Was there any progress in another branch/fork during the last 9 month?

wesm commented 10 years ago

I haven't done any work myself. Feel free to make a pull request