Metadata-Version: 1.1
Name: beans
Version: 1.1
Summary: The Python client library for the Beans API
Home-page: https://github.com/loyalbeans/Beans-API-Python
Author: Beans
Author-email: contact@loyalbeans.com
License: Apache
Download-URL: https://github.com/loyalbeans/Beans-API-Python/tarball/v1.1
Description: Beans-Python
        ============
        
        [Beans](http://business.loyalbeans.com) API for Python allows you to easily integrate Beans in your application.
        
        Install
        -------
        
        We recommend installing with pip.
        ```sh
        pip install beans
        ```
        
        Overview
        --------
        
        A secret key is required for using the SDK. To get a secret key, you need to have a Business account on Beans.
        
        Register for a **free** Beans account [here](http://business.loyalbeans.com).
        
        
        Documentation
        -------------
        
        Here is the [documentation](http://business.loyalbeans.com/doc/)
        
        Python Version Supported
        - 2.7
        - 3.3+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
