Skip to content

mthli/lemonsqueepy

Repository files navigation

lemonsqueepy

Lemon Squeezy 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:

  • Sign in with Google
  • Check order is available or not
  • Check subscription is available or not
  • Check license is available or not
  • Activate license

You 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.

If you want to experience or support this project, please make an order or subscription in the demo page.


本项目是一个为 Web App 设计的 帐号和支付 管理系统,可以显著降低你接入 Lemon Squeezy 的开发成本。

目前我们已经支持如下场景:

  • 谷歌登录
  • 校验订单是否可用
  • 校验订阅是否可用
  • 校验证书是否可用
  • 激活证书

你可以将这个项目用于:

  • 一个独立的服务(推荐),并从你的前端应用中直接发起 RESTful 请求
  • 一个独立的服务(推荐),并从 Node.js 或者 Go 等语言实现的后端服务中发起 RPC 请求
  • 一个 Python 网络框架,并在其中添加自己的业务逻辑

更多详细信息和教程,请参阅 Wiki 链接

如果你想体验或者支持本项目,请在 示例页面 下单或者发起订阅。

License

BSD 3-Clause License

Copyright (c) 2023, Matthew Lee