Metadata-Version: 2.1
Name: interfacy-web
Version: 0.0.1
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
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# 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)
