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
Requires-Dist: asttokens (==2.0.5)
Requires-Dist: backcall (==0.2.0)
Requires-Dist: black (==22.12.0)
Requires-Dist: blessed (==1.19.1)
Requires-Dist: build (==0.7.0)
Requires-Dist: click (==8.0.4)
Requires-Dist: codefind (==0.1.3)
Requires-Dist: decorator (==5.1.1)
Requires-Dist: executing (==0.8.2)
Requires-Dist: ipython (==8.0.1)
Requires-Dist: jedi (==0.18.1)
Requires-Dist: matplotlib-inline (==0.1.3)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: ovld (==0.3.2)
Requires-Dist: packaging (==21.3)
Requires-Dist: parso (==0.8.3)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: pep517 (==0.12.0)
Requires-Dist: pexpect (==4.8.0)
Requires-Dist: pickleshare (==0.7.5)
Requires-Dist: platformdirs (==2.5.1)
Requires-Dist: prompt-toolkit (==3.0.28)
Requires-Dist: ptyprocess (==0.7.0)
Requires-Dist: pure-eval (==0.2.2)
Requires-Dist: Pygments (==2.11.2)
Requires-Dist: pyparsing (==3.0.7)
Requires-Dist: PyQt5 (==5.15.6)
Requires-Dist: PyQt5-Qt5 (==5.15.2)
Requires-Dist: PyQt5-sip (==12.9.1)
Requires-Dist: QtAwesome (==1.1.1)
Requires-Dist: QtPy (==2.0.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: stack-data (==0.2.0)
Requires-Dist: tomli (==2.0.1)
Requires-Dist: traitlets (==5.1.1)
Requires-Dist: typing-extensions (==4.1.1)
Requires-Dist: watchdog (==2.1.9)
Requires-Dist: wcwidth (==0.2.5)

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