This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based PySide application.
- Python
- PySide (Qt)
Clone the repository and install the requirements*:
$ git clone https://github.com/JulienGrv/puremvc-python-demo-pyside-employeeadmin.git
$ cd puremvc-python-demo-pyside-employeeadmin
$ pip install -r requirements/base.txt
*: PySide is only available for Python < 3.5
Run the application:
$ python -m src