Beatbox is an easy to use Python Library for accessing the Salesforce.com API
Перейти к файлу
Simon Fell e44eccb7d3 Merge pull request #14 from ptg180/master
Updating setstatus.py example to reflect deprecated API call
2013-11-18 16:56:41 -08:00
.gitignore Update gitignore with build debris. 2010-12-06 12:21:59 +00:00
COPYING All good GPL projects should have a copy of the GPL! 2010-11-09 21:52:18 +00:00
MANIFEST.in Add MANIFEST.in 2010-11-08 18:00:17 +00:00
README Confirmed with Simon Fell that beatbox under GPL v2. 2010-11-09 21:53:20 +00:00
beatbox.py support leadConvert (issue #13) 2013-09-11 19:48:16 -07:00
demo.py support leadConvert (issue #13) 2013-09-11 19:48:16 -07:00
export.py Initial commit, beatbox v0.9 2010-09-15 21:22:03 -07:00
ez_setup.py Add a setup.py and ez_setup. 2010-11-08 17:59:31 +00:00
portal_login_demo.py add support for portal user logins 2013-01-14 18:47:55 -08:00
setstatus.py Updating setstatus.py example to reflect deprecated API call 2013-11-18 16:50:28 -08:00
setup.py Updated version # 2010-12-05 10:16:08 -08:00
soql2atom.py Initial commit, beatbox v0.9 2010-09-15 21:22:03 -07:00
xmltramp.py Update xmltramp from upstream and reapply local fix. 2010-11-08 18:05:46 +00:00

README

Beatbox is a minimal dependency python library for accessing the salesforce.com web services API.

Its primary dependency is on xmltramp, a xml parser library that exposes access to the xml document in an easy to use manner.


Beatbox is released under the GPL v2.

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