Metadata-Version: 2.1
Name: hius
Version: 0.3.0
Summary: Minimalistic ASGI web framework
Project-URL: Homepage, https://github.com/WoolenSweater/hius
Project-URL: Documentation, https://woolensweater.github.io/hius/
Project-URL: Changelog, https://github.com/WoolenSweater/hius/blob/main/CHANGELOG.md
Author-email: Nikita Ryabinin <ryabinin.ne@gmail.com>
License-File: LICENSE
Keywords: api,asgi,framework,hius,http,pydantic,starlette,websocket
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.7
Requires-Dist: pydantic-openapi-schema==1.3.0
Requires-Dist: pydantic==1.10.2
Requires-Dist: starlette==0.21.0
Provides-Extra: doc
Requires-Dist: mkdocs-material==8.5.10; extra == 'doc'
Requires-Dist: mkdocs==1.4.2; extra == 'doc'
Provides-Extra: multipart
Requires-Dist: python-multipart==0.0.5; extra == 'multipart'
Provides-Extra: test
Requires-Dist: httpx==0.23.0; extra == 'test'
Requires-Dist: pytest-cov==4.0.0; extra == 'test'
Requires-Dist: pytest==7.2.0; extra == 'test'
Requires-Dist: python-multipart==0.0.5; extra == 'test'
Provides-Extra: uvicorn
Requires-Dist: uvicorn[standard]==0.19.0; extra == 'uvicorn'
Description-Content-Type: text/markdown

<div title='Logo & Banner Designer @ Sergey Varnachev'>
    <img align="right" src="docs/img/hius_logo.svg">
</div>

# Hius

![PyPI - License](https://img.shields.io/pypi/l/hius)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hius)

Hius - минималистичный [ASGI](https://asgi.readthedocs.io/en/latest/) веб-фрэймворк.


Документация - [Documentation](https://woolensweater.github.io/hius/)  
Список изменений - [Changelog](https://github.com/WoolenSweater/hius/blob/main/CHANGELOG.md)
