Metadata-Version: 2.1
Name: hns-chargebee-api
Version: 21.10.1
Summary: API for chargebee to do common tasks
Home-page: https://gitlab.com/horsebridge/hns_chargebee_api.git
Author: Nitin Sidhu
Author-email: nitin.sidhu23@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# hns_chargebee_api
Performs common task on chargebee

## Installation
`pip install hns-chargebee-api`

## Usage
```python
from hns_chargebee_api import ChargebeeAPI

cb = ChargebeeAPI('test_api_key', 'test_site')

# Perform the tasks
# Retrieves a subscription
cb.retrieve('subs_id')
```

