Metadata-Version: 2.1
Name: interfacy-web
Version: 0.0.2
Author-email: Žiga Ivanšek <ziga.ivansek@gmail.com>
Project-URL: Repository, https://github.com/zigai/interfacy-web
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: stdl ==0.4.8
Requires-Dist: strto ==0.1.2
Requires-Dist: objinspect ==0.2.6
Requires-Dist: pydantic ==2.4.2
Requires-Dist: loguru >=0.7.2
Requires-Dist: nicegui >=1.4.0
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Interfacy Web
[![PyPI version](https://badge.fury.io/py/interfacy-web.svg)](https://badge.fury.io/py/interfacy-web)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/interfacy-web)](https://pepy.tech/project/interfacy-web)
[![license](https://img.shields.io/github/license/zigai/interfacy-web.svg)](https://github.com/zigai/interfacy-web/blob/main/LICENSE)
# Installation
#### From PyPi
```
pip install interfacy-web
```
#### From source
```
pip install git+https://github.com/zigai/interfacy-web.git
```
# License
[MIT License](https://github.com/zigai/interfacy-web/blob/master/LICENSE)
