Metadata-Version: 2.1
Name: fc-functions-framework
Version: 0.0.26
Summary: An open source FaaS (Function as a service) framework for writing portable Python functions
Home-page: https://www.cucloud.cn/
Author: Chinaunicom Cloud
Author-email: lxfaaaa@qq.com
License: UNKNOWN
Keywords: fc-functions-framework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: flask (<3.0,>=1.0)
Requires-Dist: click (<9.0,>=7.0)
Requires-Dist: watchdog (<2.0.0,>=1.0.0)
Requires-Dist: cloudevents (<2.0.0,>=1.2.0)
Requires-Dist: dapr (<2.0,>=1.0)
Requires-Dist: dapr-ext-grpc (<2.0,>=1.0)
Requires-Dist: typing-extensions (<5.0,>=4.0)
Requires-Dist: gunicorn (<21.0,>=19.2.0) ; platform_system != "Windows"

this program fork from  google python functions-framework  .
if you like this. find  ![here]{https://github.com/googlecloudplatform/functions-framework-python}

