Metadata-Version: 2.1
Name: subscriptions
Version: 1.0.1
Summary: A simple python wrapper for the Zoho subscription API compatible with Python 3.7
Home-page: https://github.com/competition-index/ci-zoho-subscription
Author: Quintus Labs
License: MIT
Keywords: Firebase,Python 3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.22.0)
Requires-Dist: gcloud (==0.18.3)
Requires-Dist: oauth2client (==4.1.3)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: python-jwt (==3.2.4)
Requires-Dist: pycryptodome (==3.9.0)
Requires-Dist: urllib3 (==1.25.5)

# ci-zoho-subscription
 CI Zoho Subscription API Moduels


https://accounts.zoho.com/oauth/v2/auth?scope=ZohoSubscriptions.invoices.CREATE,ZohoSubscriptions.invoices.READ,ZohoSubscriptions.invoices.UPDATE,ZohoSubscriptions.invoices.DELETE,ZohoSubscriptions.customers.CREATE,ZohoSubscriptions.customers.UPDATE,ZohoSubscriptions.customers.READ,ZohoSubscriptions.customers.DELETE,ZohoSubscriptions.subscriptions.CREATE,ZohoSubscriptions.subscriptions.UPDATE,ZohoSubscriptions.subscriptions.READ,ZohoSubscriptions.subscriptions.DELETE,ZohoSubscriptions.plans.CREATE,ZohoSubscriptions.plans.UPDATE,ZohoSubscriptions.plans.READ,ZohoSubscriptions.plans.DELETE&client_id=1000.KHL2J6X88WDA8ODDESEOZHCY61C39E&state=testing&response_type=code&redirect_uri=https://localhost:3000&access_type=offline

