Metadata-Version: 2.4
Name: pyboot-datasource
Version: 1.3.3
Summary: Pyboot-datasource is an open-source Python-extended PyBoot component that delivers Spring-WebMVC-like functionality—automatic request mappings, interceptors, RESTful controllers and view resolution—while retaining Spring's convention-over-configuration experience for Python developers.
Author-email: joinsunsoft <793875613@qq.com>
Maintainer-email: joinsunsoft <inthirties.liu@hotmail.com>
License-Expression: Apache-2.0
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyboot-commons-pybatis
Requires-Dist: pyboot-dataflow
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.15.0; extra == "dev"
Dynamic: license-file

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