chargebee-python icon indicating copy to clipboard operation
chargebee-python copied to clipboard

Python library for the Chargebee API.

Results 15 chargebee-python issues
Sort by recently updated
recently updated
newest added

Do you have any plan to support async requests.?

When a field on an object is assigned, the value is not persisted down to the `values` dict on the object. I suspect this is probably due to the fact...

Could you add trove classifiers to setup.py to clarify which versions of python are supported? At present `caniusepython3` nags about this package since it doesn't have any python 3 classifiers...

Accessing eg. `my_customer.values` is a reasonable way of serialising a model object for eg. caching locally in memcache or redis. But after retrieving from the cache, deserialising could be easier....

Currently in an interactive shell/debugger/traceback you don't get a very good representation of the model instances: eg. `` Would be helpful to make it reference the Chargebee IDs by implementing...