Metadata-Version: 2.3
Name: py-sio-ng-app
Version: 0.10.0
Summary: Base package for Python + SocketIO + Angular applications
Project-URL: Documentation, https://github.com/kliskatek/py-sio-ng-app#readme
Project-URL: Issues, https://github.com/kliskatek/py-sio-ng-app/issues
Project-URL: Source, https://github.com/kliskatek/py-sio-ng-app
Author-email: Ibon Zalbide <ibon.zalbie@kliskatek.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: dataclasses-json
Requires-Dist: eventlet
Requires-Dist: python-socketio
Requires-Dist: pywebview
Description-Content-Type: text/markdown

# py-sio-ng-app

[![PyPI - Version](https://img.shields.io/pypi/v/py-sio-ng-app.svg)](https://pypi.org/project/py-sio-ng-app)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-sio-ng-app.svg)](https://pypi.org/project/py-sio-ng-app)

-----
Base package for Python + SocketIO + Angular applications

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install py-sio-ng-app
```
## Usage

Check  SimpleApp example y examples folder.

## License

`py-sio-ng-app` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
