Skip to content

JulienGrv/puremvc-python-demo-pyside-employeeadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages