Metadata-Version: 2.1
Name: pyvueeel
Version: 0.0.6
Summary: Some tools/functions/snippets used across projects.
Home-page: https://github.com/Malachov/pyvueeel
Author: Daniel Malachov
Author-email: malachovd@seznam.cz
License: mit
Project-URL: Documentation, https://pyvueeel.readthedocs.io/
Project-URL: Homepage, https://github.com/Malachov/pyvueeel
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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 :: 3.11
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Common functions for Python / Vue / Eel project.

[![Python versions](https://img.shields.io/pypi/pyversions/pyvueeel.svg)](https://pypi.python.org/pypi/pyvueeel/) [![PyPI version](https://badge.fury.io/py/pyvueeel.svg)](https://badge.fury.io/py/pyvueeel) [![Downloads](https://pepy.tech/badge/pyvueeel)](https://pepy.tech/project/pyvueeel) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Malachov/pyvueeel.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Malachov/pyvueeel/context:python) [![Documentation Status](https://readthedocs.org/projects/pyvueeel/badge/?version=latest)](https://pyvueeel.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![codecov](https://codecov.io/gh/Malachov/pyvueeel/branch/master/graph/badge.svg)](https://codecov.io/gh/Malachov/pyvueeel)

It contains functions for running eel, overriding eel.expose decorator, converting json to correct python format or transform data into form for vue tables and plots.

Try [cookiecutter template](https://github.com/Malachov/project-starter-cookiecutter) for working examples.

Image of such an app

<div align="center"><img src="docs/source/_static/project-starter-gui.png" width="620" alt="project-starter-gui"/></div>

## Links

Official documentation - [readthedocs](https://pyvueeel.readthedocs.io/)

Official repo - [GitHub](https://github.com/Malachov/pyvueeel)


## Installation

Python >=3.6 (Python 2 is not supported).

Install with

```console
pip install pyvueeel
```

