Metadata-Version: 1.1
Name: hpoo
Version: 0.0.1
Summary: HPOO v10 python SDK (non-official)
Home-page: https://github.com/fvillain/hpoopy
Author: UNKNOWN
Author-email: UNKNOWN
License: WTFPL
Description: HPOO - Interact with your HPOO v10 instance in your favorite language
        =====================================================================
        
        This module allow you to interact easily with HPOO in python
        
        # Installation method
        
        > pip install hpoopy
        
        # Usage sample
        
        ```python
        
        from hpoo import HPOO
        oo = HPOO(url="[URL OF YOUR INSTANCE]", user="[USERNAME]", password="[PASS]")
        oo.start_flow(uuid='[FLOW-UUID]', runName='my run', inputs={})
        
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
