chargebee-python
chargebee-python copied to clipboard
Python library for the Chargebee API.
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...
### Description of the Bug Hello, I've just migrated an API client for chargebee to the new major version of the library, and noticed that many fields on the response...
### What problem does your feature request address? Currently it is not very clear which files are generated from the Spec. Eg. [Stripe Python](https://github.com/stripe/stripe-python/blob/4089cf2ac6fdb11ab90cbc9b9855817803f6bdf0/stripe/billing/_alert.py#L2) ### Describe the desired solution _No...