Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JulienGrv/puremvc-python-demo-pyside-employeeadmin
- Owner: JulienGrv
- License: bsd-3-clause
- Created: 2017-08-08T21:39:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T22:45:12.000Z (about 7 years ago)
- Last Synced: 2024-01-28T23:11:22.547Z (10 months ago)
- Topics: demo, mvc, mvc-architecture, mvc-framework, mvc-pattern, puremvc, pyside, python, qt4
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```