Metadata-Version: 2.4
Name: pyboot-webmvc
Version: 1.3.3
Summary: Pyboot-webmvc is an open-source Pyboot extension package An extended WebMVC component built on PyBoot that delivers Spring WebMVC-like features—request mappings, interceptors, and RESTful controllers—out of the box.
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: fastapi==0.120.4
Requires-Dist: pyboot-dataflow
Requires-Dist: starlette==0.48.0
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.
