Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthli/lemonsqueepy
Lemon Squeezy with Python 🐍
https://github.com/mthli/lemonsqueepy
lemonsqueezy python
Last synced: 1 day ago
JSON representation
Lemon Squeezy with Python 🐍
- Host: GitHub
- URL: https://github.com/mthli/lemonsqueepy
- Owner: mthli
- License: bsd-3-clause
- Created: 2023-07-30T14:29:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-23T15:36:07.000Z (over 1 year ago)
- Last Synced: 2024-12-25T17:07:42.620Z (8 days ago)
- Topics: lemonsqueezy, python
- Language: Python
- Homepage: https://lemontree.vercel.app
- Size: 126 KB
- Stars: 250
- Watchers: 5
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lemonsqueepy
[Lemon Squeezy](https://www.lemonsqueezy.com/) with Python 🐍
This project is an **account and payment** manage system for Web App,
fills in the missing pieces for accessing Lemon Squeezy,
significantly reduce your development costs.Currently we already support these scenarios:
- [x] Sign in with Google
- [x] Check order is available or not
- [x] Check subscription is available or not
- [x] Check license is available or not
- [x] Activate licenseYou can use it as:
- A standalone service (recommend), and make RESTful requests from your front-end application
- A standalone service (recommend), and make RPC requests from other services (Node.js, Go, etc.)
- A Python web framework, and develop some busniess logical based on it[For more details and tutorials, please checkout the Wiki](https://github.com/mthli/lemonsqueepy/wiki).
If you want to experience or support this project, please make an order or subscription in the [demo page](https://lemontree.vercel.app/).
---
本项目是一个为 Web App 设计的 **帐号和支付** 管理系统,可以显著降低你接入 Lemon Squeezy 的开发成本。
目前我们已经支持如下场景:
- [x] 谷歌登录
- [x] 校验订单是否可用
- [x] 校验订阅是否可用
- [x] 校验证书是否可用
- [x] 激活证书你可以将这个项目用于:
- 一个独立的服务(推荐),并从你的前端应用中直接发起 RESTful 请求
- 一个独立的服务(推荐),并从 Node.js 或者 Go 等语言实现的后端服务中发起 RPC 请求
- 一个 Python 网络框架,并在其中添加自己的业务逻辑[更多详细信息和教程,请参阅 Wiki 链接](https://github.com/mthli/lemonsqueepy/wiki)。
如果你想体验或者支持本项目,请在 [示例页面](https://lemontree.vercel.app/) 下单或者发起订阅。
## License
```
BSD 3-Clause LicenseCopyright (c) 2023, Matthew Lee
```