sherzberg / python-beanstalk-api

Project contains the python bindings for the Beanstalk VCS API
Other
8 stars 3 forks source link

PyPi #1

Open zoni opened 11 years ago

zoni commented 11 years ago

Hi!

I noticed python-beanstalk-api isn't available on PyPi currently. Do you have any plans to package it up on there as well?

The reason I ask is we're developing a beanstalk plugin for the Err chatbot, which uses this library. Err tracks dependencies for plugins by their PyPi package name (and recommends a simple pip install -r requirements.txt to get them), so it would be quite convenient to have up on PyPi.

I'll probably be adding missing API functionality as well as time permits, so expect some pull requests in the near future. :)

sherzberg commented 11 years ago

I can work on this but its going to take me a few days, until then can you use a workaround? If so put this into your requirements.txt file (one line). This will install the current version of the api.

-e git+git@github.com:whelmingbytes/python-beanstalk-api.git@68606d4b1a819b618cdcf9a177e4deaffc75eb6e#egg=beanstalk-dev

I look forward to your pull requests :)

zoni commented 11 years ago

That won't work for my requirements.txt but I can move dependency checking into the plugin itself instead of letting the bot framework take care of it for me for the time being, until it's up on PyPi.

This plugin originated internally at the company I work at, and is currently in a really hacky state with missing functionality. It'll take a little bit before it's cleaned up enough for us to release it to the wider public, so no big rush :)