simple-salesforce 1.12.9
pip install simple-salesforce --extra-index-url https://canteen-australia.github.io/pypi/

Author : Nick Catalano

Description

Simple Salesforce is a basic Salesforce.com REST API client built for Python 3.8, 3.9, 3.10, 3.11, and 3.12. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response. You can find out more regarding the format of the results in the Official Salesforce.com REST API Documentation