Metadata-Version: 2.4
Name: pyboot-commons-utils
Version: 1.3.3.3
Summary: Pyboot-commons-utils is an open-source Python microservice framework that simplifies the development of stand-alone production-grade Spring applications.
Author-email: joinsunsoft <793875613@qq.com>
Maintainer-email: joinsunsoft <inthirties.liu@hotmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/python-boot/commons-utils
Project-URL: Repository, https://github.com/python-boot/commons-utils
Project-URL: Issues, https://github.com/python-boot/commons-utils
Keywords: web,framework,cli,springboot,fastapi
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: antpathmatcher==1.0.1
Requires-Dist: apscheduler==3.10.4
Requires-Dist: bcrypt==4.3.0
Requires-Dist: omegaconf==2.3.0
Requires-Dist: pycryptodome==3.23.0
Requires-Dist: pydantic==2.12.4
Requires-Dist: python-dotenv==1.1.1
Requires-Dist: pytz==2025.2
Requires-Dist: PyYAML==6.0.2
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.

基础Utils包，作为工具使用
