https://github.com/recurly/recurly-client-python
Recurly Python Client
https://github.com/recurly/recurly-client-python
python python3 recurly
Last synced: 2 months ago
JSON representation
Recurly Python Client
- Host: GitHub
- URL: https://github.com/recurly/recurly-client-python
- Owner: recurly
- License: mit
- Created: 2010-02-20T03:54:56.000Z (over 15 years ago)
- Default Branch: v3-v2021-02-25
- Last Pushed: 2024-04-04T17:44:17.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:03:42.409Z (about 1 year ago)
- Topics: python, python3, recurly
- Language: Python
- Homepage: https://developers.recurly.com
- Size: 2.93 MB
- Stars: 93
- Watchers: 75
- Forks: 78
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Recurly
[](https://pypi.org/project/recurly/)
[](CODE_OF_CONDUCT.md)This repository houses the official python library for Recurly's V3 API.
> *Note*:
> If you were looking for the V2 client, see the [v2 branch](https://github.com/recurly/recurly-client-python/tree/v2).### Documentation
This library's [python documentation](https://recurly-client-python.readthedocs.io/en/latest/) is hosted on ReadTheDocs.
It contains the Getting Started guide as well as the reference documentation.Documentation for the HTTP API and example code can be found
[on our Developer Portal](https://developers.recurly.com/api/v2019-10-10/).### Contributing
Please see our [Contributing Guide](CONTRIBUTING.md).