Metadata-Version: 1.1
Name: hubspot
Version: 0.1.11dev
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: LICENSE.txt
Description: ====================
        HubSpot Api Wrapper
        ===================
        
        HubSpot API Wrapper for python. not a complete package
        
        To Install for Development testing:
        pip install hubspot --pre
        
        to upgrade package
        pip install hubspot --pre --upgrade
        
        
        
        Usage:
        
        portal = HubSpot(portal_id="YourPortal", hapikey="YOUR_HAPI_KEY")
        
        Modules:
        portal.files
        portal.contacts
        portal.properties
        portal.form 
        
        More to come.
Platform: UNKNOWN
Requires: requests
