Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wdonofrio/lemonsqueezy-py-api
LemonSqueezy Py API is an unofficial Python library for interacting with the LemonSqueezy API. It provides a simple and intuitive interface for managing license keys, checkouts, webhooks, usage records, discounts, and more.
https://github.com/wdonofrio/lemonsqueezy-py-api
lemonsqueezy python stripe
Last synced: 26 days ago
JSON representation
LemonSqueezy Py API is an unofficial Python library for interacting with the LemonSqueezy API. It provides a simple and intuitive interface for managing license keys, checkouts, webhooks, usage records, discounts, and more.
- Host: GitHub
- URL: https://github.com/wdonofrio/lemonsqueezy-py-api
- Owner: wdonofrio
- License: mit
- Created: 2024-11-09T06:41:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T05:11:57.000Z (about 2 months ago)
- Last Synced: 2024-11-18T06:23:24.814Z (about 2 months ago)
- Topics: lemonsqueezy, python, stripe
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# LemonSqueezy Py API
LemonSqueezy Py API is an unofficial Python library for interacting with the LemonSqueezy API. It provides a simple and intuitive interface for managing license keys, checkouts, webhooks, usage records, discounts, and more.
Interested in this project? Leave a ⭐️ or watch the repo to stay informed in our progress!
## Features
- List, create, retrieve, update, and delete license keys
- Manage checkouts and webhooks
- Create and list usage records
- Create, retrieve, and delete discounts
- Validate and manage license keys## Installation
You can install LemonSqueezy using pip:
```sh
pip install lemonsqueezy
```## Usage
Import APIs function and use them directly in your application!
```python
from lemonsqueezy.api import customer, storestore_data = store.get_store(1)
customer_data = customer.get_customer(1)
```## Contributing
Contributions are welcome! Please open an issue or submit a pull request on Github.
See [CONTRIBUTING](CONTRIBUTING.md) for details.This project is licensed under the MIT License. See the [LICENSE](LICENSE) for details.