Metadata-Version: 1.0
Name: python-salesforce
Version: 0.1.0
Summary: Python Salesforce auth/authorization client.
Home-page: https://github.com/debugmonkey/python-salesforce
Author: Adam Stokes
Author-email: adam.stokes@ubuntu.com
License: Copyright (c) 2013 Adam Stokes <adam.stokes@ubuntu.com>

Permission is hereby granted, free  of charge, to any person obtaining
a  copy  of this  software  and  associated documentation  files  (the
"Software"), to  deal in  the Software without  restriction, including
without limitation  the rights to  use, copy, modify,  merge, publish,
distribute, sublicense,  and/or sell  copies of  the Software,  and to
permit persons to whom the Software  is furnished to do so, subject to
the following conditions:

The  above  copyright  notice  and this  permission  notice  shall  be
included in all copies or substantial portions of the Software.

THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING  FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Description: python-salesforce
        
        [![Build Status](https://travis-ci.org/debugmonkey/python-salesforce.png?branch=develop)](https://travis-ci.org/debugmonkey/python-salesforce)
        
        Python library and client for authorization and authentication against Salesforce RESTful interface
        
        Supports:
        
          * OAuth 1.0a
          * Salesforce API v27.0
          * Salesforce JSON implementation
          * Python 2.6, 2.7, and pypy.
        
        Examples:
        
          * Check in scripts/ directory for authorization and api calling
        
        Copyright 2013 Adam Stokes <adam.stokes@ubuntu.com>
        MIT
        
        
        commit 97f2b8bb3766282bae2a693b5b0efa233b46e6ab
        Author: Adam Stokes <hackr@cypherbook.com>
        
            Start prototyping out client
        
        commit cc8331c526e5a2c55bd116f4175abd4fdaca1ca4
        Author: Adam Stokes <hackr@cypherbook.com>
        
            Fix request import; make root_url property
        
        commit e588b81852ef8bc6fb82fedf2fb0ed6b5e0942d5
        Author: Adam Stokes <hackr@cypherbook.com>
        
            Start authentication portion
        
        commit bc2283c96451b42054147083e4588e285e4c2968
        Author: Adam Stokes <hackr@cypherbook.com>
        
            Update readme
        
        commit b6c97cac5c6f4807aa8dc5b55911d488ba8e8b8f
        Author: Adam Stokes <hackr@cypherbook.com>
        
            add license
        
        commit 115379fdbcf7f72c9226997ed0360dd87c40c139
        Author: Adam Stokes <hackr@cypherbook.com>
        
            directory structure setup
        
        commit 5bec98a9f6e5bfa9036325348804e855d06bdc9d
        Author: Adam Stokes <adam-stokes@ubuntu.com>
        
            Initial commit
        
Platform: UNKNOWN
