Metadata-Version: 2.1
Name: SalesforcePy
Version: 2.0.0
Summary: An absurdly simple package for making Salesforce Rest API requests
Home-page: https://github.com/forcedotcom/SalesforcePy
Author: Aaron Caffrey
Author-email: acaffrey@salesforce.com
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.20.0)

# SalesforcePy

[![Build Status](https://travis-ci.com/forcedotcom/SalesforcePy.svg?branch=master)](https://travis-ci.com/forcedotcom/SalesforcePy)
[![Coverage Status](https://coveralls.io/repos/github/forcedotcom/SalesforcePy/badge.svg?branch=master)](https://coveralls.io/github/forcedotcom/SalesforcePy?branch=master)
[![Documentation Status](https://readthedocs.org/projects/salesforcepy/badge/?version=latest)](https://salesforcepy.readthedocs.io/en/latest/?badge=latest)

by Aaron Caffrey, Colin Cheevers, Jose Garcia, Tania Prince

A Salesforce.com [Open Source contribution](https://opensource.salesforce.com/).

SalesforcePy is an absurdly simple package for making Salesforce Rest API calls. We created this package so you can:

+ Have a Salesforce client that is reusable, minimalistic, and pythonic
+ Use interfaces that are closely knit to the Salesforce Rest API service specification

Please check out the full documentation on [Read the Docs](https://salesforcepy.readthedocs.io/en/latest/).

With time, we plan to add more support for the Salesforce API extended family, including Chatter, Analytics, Wave, Tooling, Bulk, Metadata, and more. Want to help? [Open to all!](https://salesforcepy.readthedocs.io/en/latest/contribute.html)

## Contributors
Thanks goes to the people who have already contributed code to this module, see the [GitHub Contributors page]: https://github.com/forcedotcom/SalesforcePy/graphs/contributors.

