Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recurly/recurly-client-python
Recurly Python Client
https://github.com/recurly/recurly-client-python
python python3 recurly
Last synced: 5 days 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 (almost 15 years ago)
- Default Branch: v3-v2021-02-25
- Last Pushed: 2024-04-04T17:44:17.000Z (9 months ago)
- Last Synced: 2024-04-14T06:03:42.409Z (9 months 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
[![PyPi](https://img.shields.io/static/v1?label=pypi&message=recurly&color=purple)](https://pypi.org/project/recurly/)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](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).