Log in or register to vote.

beatbox

A Python library for querying/updating Saleforce.com data via SOAP API

This module contains 2 versions of the Salesforce client. XMLClient which is the original beatbox version of the client which returns xmltramp objects and PythonClient which returns dicts with proper python data types. ie integer fields return integers.

0