Metadata-Version: 2.1
Name: Pequena
Version: 0.0.12
Summary: Lightweight desktop app framework
Author: borecjeborec1
Author-email: <atzuki@protonmail.com>
Keywords: python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# Pequena
Lightweight desktop app framework

## Usage
```python
import Pequena

html_file = "path/to/client/index.html"
window_name = "Hello World!"

Pequena.init(html_file, window_name)
Pequena.create_window()
```
