Metadata-Version: 2.1
Name: cenao
Version: 0.9.2
Summary: Python framework for fast and async applications
Home-page: https://gitlab.uwtech.org/uwtech/cenao
Author: Roman Shishkin
Author-email: spark@uwtech.org
License: MIT
Project-URL: Source, https://gitlab.uwtech.org/uwtech/cenao
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: aiohttp (>=3.8.1)
Requires-Dist: async-timeout (==4.0.2)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: prometheus-client (==0.14.1)
Requires-Dist: uvloop (>=0.16.0) ; sys_platform != "win32"
Provides-Extra: redis
Requires-Dist: aioredis (<1.4.0,>=1.3.1) ; extra == 'redis'
Requires-Dist: aioredis-cluster (<3.0,>=2.3.1) ; extra == 'redis'

