Metadata-Version: 2.1
Name: melid
Version: 1.0.3
Summary: Melid
Author: Mohammed Al Ameen
Author-email: ameenmohammed2311@gmail.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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 :: 3
Description-Content-Type: text/markdown

# Melid

Melid is a PyQt5 Library for Desktop Applications containing commonly used utils and advanced widget implementations in very simple forms.

# Features

- [x] router -> done
- [ ] store (state management) -> in progress
- [ ] hot-reload -> in progress
- [x] CSS Processor (TailwindCSS Syntax) -> done

# Install

```sh
$ pip install melid
```

# Usage

Check the examples folder for usage examples.

```sh
$ git clone https://github.com/dev-47/melid.git
$ cd examples/basic
$ python main.py
```

