Git Product home page Git Product logo

pythonicqt's Introduction

Note: We are still moving files over from a private repo into this repo. This project should not be relied upon until the migration is complete. As of 8/17/2015 20% has been moved here. #PythonicQt PythonicQt is an MIT licensed Python package that wraps and expands PySide to make development more pythonic.

Many classes in PySide do not fit a Pythonic paradigm. This package aims to subclass PySide classes and provide more python ways of using the classes. For example, having a context manager for the opening of a QFile. In addition to enhancing existing PySide classes, the package aims to provide new convenient boilerplate implementations of Models and Widgets. The ListModel is an example; it is python-like list that is also a subclass of QAbstractListModel.

##Planned/Implemented Features Here are just a few planned and/or implemented features in PythonicQt:

  • ListModel: a convenient Python container implementation of a QAbstractListModel
  • debounce: a decorator that debounces methods of QObjects using QTimers.

##Requirements

  • Python: 2.7.x or 3.x
  • PySide: 1.2.1 or higher
  • six: 1.8.0 or higher
  • pytest: 2.6.1 or higher (for testing)

Where to get it

Currently the source code is hosted at: https://github.com/Digirolamo/pythonicqt There will be a PyPi release after the package is more usable.

You can run the testing suite by running:

python setup.py test

or after installing the package running:

python -m pythonicqt.tests

Quick Start

You can view examples after installing the package by running:

python -m pythonicqt.examples

##Disclaimer PySide is the Python Qt bindings project. PythonicQt is not affiliated with PySide or Qt.

pythonicqt's People

Contributors

digirolamo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.