Metadata-Version: 2.1
Name: javali
Version: 0.0.0
Summary: The lightning-fast ASGI server.
Home-page: https://kludex.github.io/javali
Author: Marcelo Trylesinski
Author-email: marcelotryle@gmail.com
License: BSD
Project-URL: Funding, https://github.com/Kludex
Project-URL: Source, https://github.com/Kludex/javali
Project-URL: Changelog, https://github.com/Kludex/javali/blob/main/CHANGELOG.md
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: asgiref (>=3.4.0)
Requires-Dist: click (>=7.0)
Requires-Dist: h11 (>=0.8)
Requires-Dist: typing-extensions ; python_version < "3.8"
Provides-Extra: standard
Requires-Dist: httptools (<0.4.0,>=0.2.0) ; extra == 'standard'
Requires-Dist: watchgod (>=0.6) ; extra == 'standard'
Requires-Dist: python-dotenv (>=0.13) ; extra == 'standard'
Requires-Dist: PyYAML (>=5.1) ; extra == 'standard'
Requires-Dist: websockets (>=9.1) ; (python_version < "3.7") and extra == 'standard'
Requires-Dist: websockets (>=10.0) ; (python_version >= "3.7") and extra == 'standard'
Requires-Dist: uvloop (!=0.15.0,!=0.15.1,>=0.14.0) ; (sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy")) and extra == 'standard'
Requires-Dist: colorama (>=0.4) ; (sys_platform == "win32") and extra == 'standard'

UNKNOWN


