JulienGrv / puremvc-python-demo-pyside-employeeadmin

Demonstration of PySide integration in the PureMVC framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PureMVC Python Demo: Employee Admin (PySide)

This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based PySide application.

Platforms / Technologies

  • Python
  • PySide (Qt)

Getting Started

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

Usage

Run the application:

$ python -m src

About

Demonstration of PySide integration in the PureMVC framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%