Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JulienGrv/puremvc-python-demo-pyside-employeeadmin

Demonstration of PySide integration in the PureMVC framework
https://github.com/JulienGrv/puremvc-python-demo-pyside-employeeadmin

demo mvc mvc-architecture mvc-framework mvc-pattern puremvc pyside python qt4

Last synced: 2 days ago
JSON representation

Demonstration of PySide integration in the PureMVC framework

Awesome Lists containing this project

README

        

# 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*:

```bash
$ 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:

```bash
$ python -m src
```