Metadata-Version: 2.4
Name: pyboot-redis
Version: 1.3.3
Summary: Pyboot-redis is an open-source Python-extended PyBoot component that A PyBoot-extended component that replicates Spring Redis functionality, integrating Redis database operations via commons-redis to deliver out-of-the-box Redis capabilities.
Author-email: joinsunsoft <793875613@qq.com>
Maintainer-email: joinsunsoft <inthirties.liu@hotmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://gitee.com/pyboot/pyboot-redis
Project-URL: Repository, https://gitee.com/pyboot/pyboot-redis
Project-URL: Issues, https://gitee.com/pyboot/pyboot-redis
Keywords: web,framework,cli,springboot,fastapi,redis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyboot-commons-redis
Requires-Dist: pyboot-dataflow
Dynamic: license-file

Pyboot is an open-source Python microservice framework that simplifies the development of stand-alone, production-grade Spring applications. It provides embedded servers, auto-configuration, and minimal setup, allowing developers to build and run python apps quickly—no heavy XML or boilerplate code needed.
Python microservice = a tiny, self-contained Java app that starts in seconds, exposes REST endpoints, and ships with its own server—ready to scale and deploy independently.

使用python进行扩展的pybatis组件，实现类似Spring mybatisplus的ORM数据库操作的集成功能
