Metadata-Version: 1.0
Name: talkzoho
Version: 0.5
Summary: UNKNOWN
Home-page: https://github.com/A2Z-Cloud/Talk-Zoho
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # Talk-Zoho 
        [![Build Status](https://travis-ci.org/i-Dynamics/Talk-Zoho.svg?branch=master)](https://travis-ci.org/i-Dynamics/Talk-Zoho) [![Coverage Status](https://coveralls.io/repos/github/i-Dynamics/Talk-Zoho/badge.svg?branch=master)](https://coveralls.io/github/i-Dynamics/Talk-Zoho?branch=master)
        
        A python wrapper library for Zoho API calls which aims to unify the API for the different Zoho Products (CRM, Support, Projects etc).
        
        The library is written using asynchronous interface i.e. 
        ```python 
        async def get_potentials():
            pass
        ```  
        
Platform: UNKNOWN
