superfell / Beatbox

Beatbox is an easy to use Python Library for accessing the Salesforce.com API

Home Page:http://www.pocketsoap.com/beatbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version of Beatbox in Pypi is incorrect?

idbentley opened this issue · comments

The version of Beatbox in Pypi is 20.0 http://pypi.python.org/pypi/beatbox/20.0

The version in this repository is 0.94.

The code seems to have been heavily re factored between these two versions.

The code within 20.0 hsa a copyright of 2006, while the one here is from 2006-2012

Which is the correct version to use? If it is 0.94, why isn't this version in Pypi? Why did the version number drop from 20.0 to 0.94? If it is 20.0, why is this repo out of date?

Someone forked Beatbox a long time ago, made a bunch of changes, put it in pypi and then never updated it.

Is there a packaged version that is kept up to date?

You can use the ez_setup.py script to innstall the version from here.

commented

Hey, I know I'm late to the game here, but is this version not on PyPi? From what I can see the super old fork is still up there. If I wanted to build a module that uses Beatbox, what is the best way to include it? Thanks!

My solution was to fork the repository. I don't maintain it anymore, but checkout pyforce in pypi.

commented

I do, and the pypi package of pyforce should be up to date.