Metadata-Version: 2.1
Name: melid
Version: 1.0.0
Summary: Melid
Author-email: Mohammed Al Ameen <ameenmohammed2311@gmail.com>
Project-URL: Homepage, https://github.com/struckchure/melid
Project-URL: Bug Tracker, https://github.com/struckchure/melid/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
- [ ] CSS / SCSS\* Processor (TailwindCSS Syntax) -> in progress

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