{
"info": {
"author": "PySide Team",
"author_email": "contact@pyside.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Programming Language :: C++",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Database",
"Topic :: Software Development",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Widget Sets"
],
"description": "======\r\nPySide\r\n======\r\n\r\n.. image:: https://img.shields.io/pypi/wheel/pyside.svg\r\n :target: https://pypi.python.org/pypi/PySide/\r\n :alt: Wheel Status\r\n\r\n.. image:: https://img.shields.io/pypi/dm/pyside.svg\r\n :target: https://pypi.python.org/pypi/PySide/\r\n :alt: Downloads\r\n\r\n.. image:: https://img.shields.io/pypi/v/pyside.svg\r\n :target: https://pypi.python.org/pypi/PySide/\r\n :alt: Latest Version\r\n\r\n.. image:: https://binstar.org/asmeurer/pyside/badges/license.svg\r\n :target: https://pypi.python.org/pypi/PySide/\r\n :alt: License\r\n\r\n.. image:: https://readthedocs.org/projects/pip/badge/\r\n :target: https://pyside.readthedocs.org\r\n\r\n.. contents:: **Table of Contents** \r\n :depth: 2\r\n\r\nIntroduction\r\n============\r\n\r\nPySide is the Python Qt bindings project, providing access the complete Qt 4.8 framework\r\nas well as to generator tools for rapidly generating bindings for any C++ libraries.\r\n\r\nThe PySide project is developed in the open, with all facilities you'd expect\r\nfrom any modern OSS project such as all code in a git repository, an open\r\nBugzilla for reporting bugs, and an open design process. We welcome\r\nany contribution without requiring a transfer of copyright.\r\n\r\nThe PySide documentation is hosted at `http://pyside.github.io/docs/pyside/\r\n`_.\r\n\r\nCompatibility\r\n=============\r\n\r\nPySide requires Python 2.6 or later and Qt 4.6 or better.\r\n\r\n.. note::\r\n\r\n Qt 5.x is currently not supported.\r\n\r\nInstallation\r\n============\r\n\r\nInstalling prerequisites\r\n------------------------\r\n\r\nInstall latest ``pip`` distribution: download `get-pip.py\r\n`_ and run it using\r\nthe ``python`` interpreter.\r\n\r\nInstalling PySide on a Windows System\r\n-------------------------------------\r\n\r\nTo install PySide on Windows you can choose from the following options:\r\n\r\n#. Use pip to install the ``wheel`` binary packages:\r\n\r\n ::\r\n\r\n pip install -U PySide\r\n\r\n#. Use setuptools to install the ``egg`` binary packages (deprecated):\r\n\r\n ::\r\n\r\n easy_install -U PySide\r\n\r\n.. note::\r\n\r\n Provided binaries are without any other external dependencies.\r\n All required Qt libraries, development tools and examples are included.\r\n\r\n\r\nInstalling PySide on a Mac OS X System\r\n--------------------------------------\r\n\r\nYou need to install or build Qt 4.8 first, see the `Qt Project Documentation\r\n`_.\r\n\r\nAlternatively you can use `Homebrew `_ and install Qt with\r\n\r\n::\r\n\r\n $ brew install qt\r\n\r\nTo install PySide on Mac OS X you can choose from the following options:\r\n\r\n#. Use pip to install the ``wheel`` binary packages:\r\n\r\n ::\r\n\r\n $ pip install -U PySide\r\n\r\n\r\nInstalling PySide on a Linux System\r\n-----------------------------------\r\n\r\nWe do not provide binaries for Linux. Please read the build instructions in section\r\n`Building PySide on a Linux System\r\n`_.\r\n\r\n\r\nBuilding PySide\r\n===============\r\n\r\n- `Building PySide on a Windows System `_.\r\n\r\n- `Building PySide on a Mac OS X System `_.\r\n\r\n- `Building PySide on a Linux System `_.\r\n\r\n\r\nFeedback and getting involved\r\n=============================\r\n\r\n- Mailing list: http://lists.qt-project.org/mailman/listinfo/pyside\r\n- Issue tracker: https://bugreports.qt-project.org/browse/PYSIDE\r\n- Code Repository: https://github.com/PySide\r\n\r\n\r\nChanges\r\n=======\r\n\r\n1.2.4 (2015-10-14)\r\n------------------\r\n\r\nComplete list of changes and bug fixes\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nPySide-setup\r\n************\r\n\r\n- Make sure that setup.py is run with an allowed python version\r\n\r\n1.2.3 (2015-10-12)\r\n------------------\r\n\r\nComplete list of changes and bug fixes\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nPySide\r\n******\r\n\r\n- Fix PYSIDE-164: Fix possible deadlock on signal connect/emit\r\n\r\nShiboken\r\n********\r\n\r\n- Don't ignore classes in topology\r\n- Process global enums in declaration order\r\n- Return enums in declaration order (order added)\r\n\r\nPySide-setup\r\n************\r\n\r\n- On Linux and MacOS systems there is no more need to call the post-install script\r\n\r\n1.2.2 (2014-04-24)\r\n------------------\r\n\r\nComplete list of changes and bug fixes\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nPySide\r\n******\r\n\r\n- Fix PYSIDE-190: QCoreApplication would deadlock on exit if the global\r\n QThreadPool.globalInstance() is running a QRunnable with python code\r\n- Change GlobalReceiver to explicitly 'use' [dis]connectNotify of the base\r\n class in order to avoid hiding these with its own overloads.\r\n- Add explicit casts when initializing an int[] using {}'s, as required\r\n by C++11 to be \"well formed\"\r\n- Fix PYSIDE-172: multiple rules for file\r\n- Use file system encoding instead of assumed 'ascii' when registering\r\n qt.conf in Qt resource system\r\n\r\nShiboken\r\n********\r\n\r\n- Remove rejection lines that cause the sample_list test to fail\r\n- Remove protected from samblebinding test\r\n- Add parsing of 'noexcept' keyword\r\n- Fix function rejections (i.e. support overloads)\r\n- Fix building with python 3.3 and 3.4\r\n- Doc: Stop requiring sphinx.ext.refcounting with Sphinx 1.2+\r\n- Fix for containers with 'const' values\r\n- Fix compilation issue on OS X 10.9\r\n- Only use fields in PyTypeObject when defining types\r\n- Fix buffer overrun processing macro definitions\r\n- Fix 'special' include handling\r\n- Fix finding container base classes\r\n- Refactor and improve added function resolving\r\n- Work around MSVC's deficient in libsample/transform.cpp\r\n- Fix description of sample/transform unit test\r\n- Change wrapping and indent of some code in Handler::startElement to\r\n improve consistency\r\n- Fix '%#' substitution for # > 9\r\n- Improve dependencies for tests\r\n\r\n1.2.1 (2013-08-16)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\nPySide\r\n******\r\n\r\n- In memory qt.conf generation and registration\r\n\r\nShiboken\r\n********\r\n\r\n- Better support for more than 9 arguments to methods\r\n- Avoiding a segfault when getting the .name attribute on an enum value with no name\r\n\r\nPySide-setup\r\n************\r\n\r\n- Switched to the new setuptools (v0.9.8) which has been merged with Distribute again and works for Python 2 and 3 with one codebase\r\n- Support for building windows binaries with only Windows SDK installed (Visual Studio is no more required)\r\n- Removed --msvc-version option. Required msvc compiler version is now resolved from python interpreter version\r\n\r\n1.2.0 (2013-07-02)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\nPySide\r\n******\r\n\r\n- Fix multiple segfaults and better track the life time of Qt objects\r\n- Fix multiple memory leaks\r\n\r\nShiboken\r\n********\r\n\r\n- Install the shiboken module to site-packages\r\n- Fix multiple segfaults\r\n\r\nPySide-setup\r\n************\r\n\r\n- On Windows system, when installing PySide binary distribution via easy_install,\r\n there is no more need to call the post-install script\r\n- Support for building windows binaries outside of Visual Studio command prompt\r\n- Build and package the shiboken docs when sphinx is installed\r\n\r\nComplete list of changes and bug fixes\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nPySide\r\n******\r\n\r\n- Set up PYTHONPATH for tests correctly\r\n- Fix potential segfault at shutdown\r\n- Fix PYSIDE-61\r\n- Tell Qt to look for qml imports in the PySide package\r\n- fix build in C++11 mode\r\n- Fix QByteArray memory leak\r\n- Ignore QtCore import errors when initializing plugins folder\r\n- Preload OpenSSL DLLs on Windows.\r\n- Look first in the PySide package for Qt's plugins folder, instead of just in Qt's install or build folder\r\n- Add explicit type conversion to fix mingw compile error\r\n- Use QObject property to invalidate wrapper before deletion\r\n- Invalidate metaObject wrapper before deletion\r\n- Fix reference leak on convertion from a C++ map type to Python dict\r\n- Change the order of pysitetest and signals directories because signals/disconnect_test.py depends on pysidetest module\r\n\r\nShiboken\r\n********\r\n\r\n- Removed old logos from html docs\r\n- Add missing return on module init error\r\n- Don't break -Werror=non-virtual-dtor\r\n- Fixing shiboken test for minimal binding test\r\n- Decref reference to type object\r\n- Fix segfault when using shiboken.delete\r\n- Use non-static method def for instance methods\r\n- Fix bug introduced when recursive_invalidate was added\r\n- fix build in C++11 mode\r\n- Prevent infinite recursion in invalidate\r\n- Fix possible conflict with garbage collector\r\n- Fix possible crash at exit\r\n- Fix handling of unsigned long long and provide unittests\r\n- Add test to illustrate issue on typedef enum\r\n- Use getWrapperForQObject to convert if generating for PySide\r\n- Allow compilation without a python shared library\r\n- Use parent class's metaObject if wrapper is NULL\r\n- Optionally assert on free'd pointer with a valid wrapper\r\n- Find python3 libraries when built with pydebug enabled\r\n- Fix PYSIDE-108 bug and add example\r\n- PYSIDE-83 Fix segfault calling shiboken.dump\r\n- Fix and test case for bug PYSIDE-72\r\n- Override all functions with the same name, not just one\r\n- Update vector conversion\r\n- Add typedef examples to minimal\r\n- Add test files back to cmake\r\n- Don't use it->second after erasing it\r\n- Find function modifications defined in the 2nd+ base class. Fixes bug PYSIDE-54.\r\n- Set a default hash function for all ObjectTypes. Fix bug PYSIDE-42.\r\n- Fix compilation when there is no libxslt installed on the system.\r\n- Fixed resolving of SOABI. SOABI is implemented on Linux, but not on Windows\r\n- Don't use inline methods in dllexported classes to keep VC++ happy\r\n- Use SpooledTemporaryFile in 2.6+ os.tmpfile() fails on win32 if process doesn't have admin permissions\r\n\r\nPySide-setup\r\n************\r\n\r\n- Support for building windows binaries outside of Visual Studio command prompt\r\n- Build and package the shiboken docs when sphinx is installed\r\n- Support Ubuntu 13.04 and Fedora 18\r\n- Fixed \"develop\" setuptools command\r\n- Documentation updates\r\n- Add --build-tests option to enable building the tests\r\n- Add --jom and --jobs options\r\n- Add --no-examples option to exclude the examples\r\n- Add --relwithdebinfo option to enable a release-with-debug-info build mode\r\n- Add --ignore-git option\r\n- Add --make-spec option to specify make generator\r\n\r\n1.1.2 (2012-08-28)\r\n------------------\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- During signal emission don't get return type after callback\r\n- Invalidate QStandardModel::invisibleRootItem in clear() method\r\n- QAbstractItemModel has wrong ownership policy for selectionModel()\r\n- Improved QVector to python conversion\r\n- Disable docstring generation if tools aren't found.\r\n- Fixed some issues compiling PySide using VC++\r\n- Install the shiboken module to site-packages\r\n- Fix compilation when there is no libxslt installed on the system.\r\n- Set a default hash function for all ObjectTypes.\r\n- Fix segfault calling shiboken.dump\r\n\r\n1.1.1 (2012-04-19)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\n- Unified toolchain! No more GeneratorRunner and ApiExtractor, now you just need Shiboken to compile PySide.\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 1105 Spyder fails with HEAD\r\n- 1126 Segfault when exception is raised in signalInstanceDisconnect\r\n- 1135 SIGSEGV when loading custom widget using QUiLoader when overriding createWidget()\r\n- 1041 QAbstractItemModel has wrong ownership policy for selectionModel()\r\n- 1086 generatorrunner segfault processing #include\r\n- 1110 Concurrency error causes GC heap corruption\r\n- 1113 Instantiating QObject in user-defined QML element's constructor crashes if instantiated from QML\r\n- 1129 Segmentation fault on close by QStandardItem/QStandardItemModel\r\n- 1104 QSettings has problems with long integers\r\n- 1108 tests/QtGui/pyside_reload_test.py fails when bytecode writing is disabled\r\n- 1138 Subclassing of QUiLoader leads to \"Internal C++ object already deleted\" exception (again)\r\n- 1124 QPainter.drawPixmapFragments should take a list as first argument\r\n- 1065 Invalid example in QFileDialog documentation\r\n- 1092 shiboken names itself a 'generator'\r\n- 1094 shiboken doesn't complain about invalid options\r\n- 1044 Incorrect call to parent constructor in example\r\n- 1139 Crash at exit due to thread state (tstate) being NULL\r\n- PYSIDE-41 QModelIndex unhashable\r\n\r\n1.1.0 (2012-01-02)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\n- New type converter scheme\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 1010 Shiboken Cygwin patch\r\n- 1034 Error compiling PySide with Python 3.2.2 32bit on Windows\r\n- 1040 pyside-uic overwriting attributes before they are being used\r\n- 1053 pyside-lupdate used with .pro files can't handle Windows paths that contain spaces\r\n- 1060 Subclassing of QUiLoader leads to \"Internal C++ object already deleted\" exception\r\n- 1063 Bug writing to files using \"QTextStream + QFile + QTextEdit\" on Linux\r\n- 1069 QtCore.QDataStream silently fails on writing Python string\r\n- 1077 Application exit crash when call QSyntaxHighlighter.document()\r\n- 1082 OSX binary links are broken\r\n- 1083 winId returns a PyCObject making it impossible to compare two winIds\r\n- 1084 Crash (segfault) when writing unicode string on socket\r\n- 1091 PixmapFragment and drawPixmapFragments are not bound\r\n- 1095 No examples for shiboken tutorial\r\n- 1097 QtGui.QShortcut.setKey requires QKeySequence\r\n- 1101 Report invalid function signatures in typesystem\r\n- 902 Expose Shiboken functionality through a Python module\r\n- 969 viewOptions of QAbstractItemView error\r\n\r\n1.0.9 (2011-11-29)\r\n------------------\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 1058 Strange code in PySide/QtUiTools/glue/plugins.h\r\n- 1057 valgrind detected \"Conditional jump or move depends on uninitialised value\"\r\n- 1052 PySideConfig.cmake contains an infinite loop due to missing default for SHIBOKEN_PYTHON_SUFFIX\r\n- 1048 QGridLayout.itemAtPosition() crashes when it should return None\r\n- 1037 shiboken fails to build against python 3.2 (both normal and -dbg) on i386 (and others)\r\n- 1036 Qt.KeyboardModifiers always evaluates to zero\r\n- 1033 QDialog.DialogCode instances and return value from \\QDialog.exec_ hash to different values\r\n- 1031 QState.parentState() or QState.machine() causes python crash at exit\r\n- 1029 qmlRegisterType Fails to Increase the Ref Count\r\n- 1028 QWidget winId missing\r\n- 1016 Calling of Q_INVOKABLE method returning not QVariant is impossible...\r\n- 1013 connect to QSqlTableModel.primeInsert() causes crash\r\n- 1012 FTBFS with hardening flags enabled\r\n- 1011 PySide Cygwin patch\r\n- 1010 Shiboken Cygwin patch\r\n- 1009 GeneratorRunner Cygwin patch\r\n- 1008 ApiExtractor Cygwin patch\r\n- 891 ApiExtractor doesn't support doxygen as backend to doc generation.\r\n\r\n1.0.8 (2011-10-21)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\n- Experimental Python3.2 support\r\n- Qt4.8 beta support\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 1022 RuntimeError: maximum recursion depth exceeded while getting the str of an object\r\n- 1019 Overriding QWidget.show or QWidget.hide do not work\r\n- 944 Segfault on QIcon(None).pixmap()\r\n\r\n1.0.7 (2011-09-21)\r\n------------------\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 996 Missing dependencies for QtWebKit in buildscripts for Fedora\r\n- 986 Documentation links\r\n- 985 Provide versioned pyside-docs zip file to help packagers\r\n- 981 QSettings docs should empathize the behavior changes of value() on different platforms\r\n- 902 Expose Shiboken functionality through a Python module\r\n- 997 QDeclarativePropertyMap doesn't work.\r\n- 994 QIODevice.readData must use qmemcpy instead of qstrncpy\r\n- 989 Pickling QColor fails\r\n- 987 Disconnecting a signal that has not been connected\r\n- 973 shouldInterruptJavaScript slot override is never called\r\n- 966 QX11Info.display() missing\r\n- 959 can't pass QVariant to the QtWebkit bridge\r\n- 1006 Segfault in QLabel init\r\n- 1002 Segmentation fault on PySide/Spyder exit\r\n- 998 Segfault with Spyder after switching to another app\r\n- 995 QDeclarativeView.itemAt returns faulty reference. (leading to SEGFAULT)\r\n- 990 Segfault when trying to disconnect a signal that is not connected\r\n- 975 Possible memory leak\r\n- 991 The __repr__ of various types is broken\r\n- 988 The type supplied with currentChanged signal in QTabWidget has changed in 1.0.6\r\n\r\n1.0.6 (2011-08-22)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\n- New documentation layout;\r\n- Fixed some regressions from the last release (1.0.5);\r\n- Optimizations during anonymous connection;\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 972 anchorlayout.py of graphicsview example raised a unwriteable memory exception when exits\r\n- 953 Segfault when QObject is garbage collected after QTimer.singeShot\r\n- 951 ComponentComplete not called on QDeclarativeItem subclass\r\n- 965 Segfault in QtUiTools.QUiLoader.load\r\n- 958 Segmentation fault with resource files\r\n- 944 Segfault on QIcon(None).pixmap()\r\n- 941 Signals with QtCore.Qt types as arguments has invalid signatures\r\n- 964 QAbstractItemView.moveCursor() method is missing\r\n- 963 What's This not displaying QTableWidget column header information as in Qt Designer\r\n- 961 QColor.__repr__/__str__ should be more pythonic\r\n- 960 QColor.__reduce__ is incorrect for HSL colors\r\n- 950 implement Q_INVOKABLE\r\n- 940 setAttributeArray/setUniformValueArray do not take arrays\r\n- 931 isinstance() fails with Signal instances\r\n- 928 100's of QGraphicItems with signal connections causes slowdown\r\n- 930 Documentation mixes signals and functions.\r\n- 923 Make QScriptValue (or QScriptValueIterator) implement the Python iterator protocol\r\n- 922 QScriptValue's repr() should give some information about its data\r\n- 900 QtCore.Property as decorator\r\n- 895 jQuery version is outdated, distribution code de-duplication breaks documentation search\r\n- 731 Can't specify more than a single 'since' argument\r\n- 983 copy.deepcopy raises SystemError with QColor\r\n- 947 NETWORK_ERR during interaction QtWebKit window with server\r\n- 873 Deprecated methods could emit DeprecationWarning\r\n- 831 PySide docs would have a \"Inherited by\" list for each class\r\n\r\n1.0.5 (2011-07-22)\r\n------------------\r\n\r\nMajor changes\r\n~~~~~~~~~~~~~\r\n\r\n- Widgets present on \"ui\" files are exported in the root widget, check PySide ML thread for more information[1];\r\n- pyside-uic generate menubars without parent on MacOS plataform;\r\n- Signal connection optimizations;\r\n\r\nBug fixes\r\n~~~~~~~~~\r\n\r\n- 892 Segfault when destructing QWidget and QApplication has event filter installed\r\n- 407 Crash while multiple inheriting with QObject and native python class\r\n- 939 Shiboken::importModule must verify if PyImport_ImportModule succeeds\r\n- 937 missing pid method in QProcess\r\n- 927 Segfault on QThread code.\r\n- 925 Segfault when passing a QScriptValue as QObject or when using .toVariant() on a QScriptValue\r\n- 905 QtGui.QHBoxLayout.setMargin function call is created by pyside-uic, but this is not available in the pyside bindings\r\n- 904 Repeatedly opening a QDialog with Qt.WA_DeleteOnClose set crashes PySide\r\n- 899 Segfault with 'QVariantList' Property.\r\n- 893 Shiboken leak reference in the parent control\r\n- 878 Shiboken may generate incompatible modules if a new class is added.\r\n- 938 QTemporaryFile JPEG problem\r\n- 934 A __getitem__ of QByteArray behaves strange\r\n- 929 pkg-config files do not know about Python version tags\r\n- 926 qmlRegisterType does not work with QObject\r\n- 924 Allow QScriptValue to be accessed via []\r\n- 921 Signals not automatically disconnected on object destruction\r\n- 920 Cannot use same slot for two signals\r\n- 919 Default arguments on QStyle methods not working\r\n- 915 QDeclarativeView.scene().addItem(x) make the x object invalid\r\n- 913 Widgets inside QTabWidget are not exported as members of the containing widget\r\n- 910 installEventFilter() increments reference count on target object\r\n- 907 pyside-uic adds MainWindow.setMenuBar(self.menubar) to the generated code under OS X\r\n- 903 eventFilter in ItemDelegate\r\n- 897 QObject.property() and QObject.setProperty() methods fails for user-defined properties\r\n- 896 QObject.staticMetaObject() is missing\r\n- 916 Missing info about when is possible to use keyword arguments in docs [was: QListWidgetItem's constructor ignores text parameter]\r\n- 890 Add signal connection example for valueChanged(int) on QSpinBox to the docs\r\n- 821 Mapping interface for QPixmapCache\r\n- 909 Deletion of QMainWindow/QApplication leads to segmentation fault",
"description_content_type": null,
"docs_url": null,
"download_url": "https://download.qt-project.org/official_releases/pyside/",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://www.pyside.org",
"keywords": "Qt",
"license": "LGPL",
"maintainer": "",
"maintainer_email": "",
"name": "PySide",
"package_url": "https://pypi.org/project/PySide/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/PySide/",
"project_urls": {
"Download": "https://download.qt-project.org/official_releases/pyside/",
"Homepage": "http://www.pyside.org"
},
"release_url": "https://pypi.org/project/PySide/1.2.4/",
"requires_dist": null,
"requires_python": null,
"summary": "Python bindings for the Qt cross-platform application and UI framework",
"version": "1.2.4"
},
"last_serial": 1839564,
"releases": {
"1.0.0qt472": [
{
"comment_text": "",
"digests": {
"md5": "69f00a445406d9725400fbd76b52d7d8",
"sha256": "87db84489d2985e4927bc5b4e865acc2f2adc31003b48b304f8688705f1c9fec"
},
"downloads": -1,
"filename": "PySide-1.0.0qt472.win32-py2.5.exe",
"has_sig": false,
"md5_digest": "69f00a445406d9725400fbd76b52d7d8",
"packagetype": "bdist_wininst",
"python_version": "2.5",
"requires_python": null,
"size": 19015735,
"upload_time": "2011-03-03T14:05:19",
"url": "https://files.pythonhosted.org/packages/65/8f/e8e6938403e552cbfd671b000f19103f8760c37457573be92dbbb7476dd6/PySide-1.0.0qt472.win32-py2.5.exe"
},
{
"comment_text": "",
"digests": {
"md5": "51cef2d4b33b343cc0b2c4714cebfa30",
"sha256": "94cb9e247a247480b3e08b5cb59dffab224c2038412b7ef9aae26e8e47b72be8"
},
"downloads": -1,
"filename": "PySide-1.0.0qt472.win32-py2.6.exe",
"has_sig": false,
"md5_digest": "51cef2d4b33b343cc0b2c4714cebfa30",
"packagetype": "bdist_wininst",
"python_version": "2.6",
"requires_python": null,
"size": 19150105,
"upload_time": "2011-03-03T14:05:48",
"url": "https://files.pythonhosted.org/packages/83/35/f704aeca9717c9fbf061fc269783c65f859d06c44aa50a855be82d7b65c0/PySide-1.0.0qt472.win32-py2.6.exe"
},
{
"comment_text": "",
"digests": {
"md5": "2bb140bf08631673ac996ba8f0e682d0",
"sha256": "f577ef93155cad6ec49a684bba39146b3efdcdb056f39844254358035e1baaa2"
},
"downloads": -1,
"filename": "PySide-1.0.0qt472.win32-py2.7.exe",
"has_sig": false,
"md5_digest": "2bb140bf08631673ac996ba8f0e682d0",
"packagetype": "bdist_wininst",
"python_version": "2.7",
"requires_python": null,
"size": 19150080,
"upload_time": "2011-03-03T14:06:01",
"url": "https://files.pythonhosted.org/packages/36/94/6643f07a3f1c7049ef70e4a1d868e75a70f15fdba8dcdf4c45c8cdf31009/PySide-1.0.0qt472.win32-py2.7.exe"
}
],
"1.0.1qt472": [
{
"comment_text": "",
"digests": {
"md5": "b057b325b160ec6bb3d93bfc6151410b",
"sha256": "3d8e741d42fa1dc126f6e42f20279e9dd849d0bbb35c41b50eff49585965b022"
},
"downloads": -1,
"filename": "PySide-1.0.1qt472.win32-py2.5.exe",
"has_sig": false,
"md5_digest": "b057b325b160ec6bb3d93bfc6151410b",
"packagetype": "bdist_wininst",
"python_version": "2.5",
"requires_python": null,
"size": 19216717,
"upload_time": "2011-04-27T12:35:10",
"url": "https://files.pythonhosted.org/packages/fa/a8/cd59c6f71f17268cecc43e67222c11316fe11dd9ddcb4d10b7511abd4fa4/PySide-1.0.1qt472.win32-py2.5.exe"
},
{
"comment_text": "",
"digests": {
"md5": "cee2323616070bd7f4e6c088df0c2f74",
"sha256": "e3473aff3dbbe8bafc53ca71c9714e549fe8c1a25797fdb5091dc59955754354"
},
"downloads": -1,
"filename": "PySide-1.0.1qt472.win32-py2.6.exe",
"has_sig": false,
"md5_digest": "cee2323616070bd7f4e6c088df0c2f74",
"packagetype": "bdist_wininst",
"python_version": "2.6",
"requires_python": null,
"size": 19350119,
"upload_time": "2011-04-27T12:35:46",
"url": "https://files.pythonhosted.org/packages/9c/6d/3e975f9cfa15f52dbe00f1b7e17118c993fdeb2fc25c0ef92814225ac947/PySide-1.0.1qt472.win32-py2.6.exe"
},
{
"comment_text": "",
"digests": {
"md5": "2aa8545a87a35ee60570712f01e2fe04",
"sha256": "8823d664af8faf1493f54c98fe0f0f1fecccc3d562eb01ba55420702c358824b"
},
"downloads": -1,
"filename": "PySide-1.0.1qt472.win32-py2.7.exe",
"has_sig": false,
"md5_digest": "2aa8545a87a35ee60570712f01e2fe04",
"packagetype": "bdist_wininst",
"python_version": "2.7",
"requires_python": null,
"size": 19349382,
"upload_time": "2011-04-27T12:36:30",
"url": "https://files.pythonhosted.org/packages/1a/5b/e1d7dafff86ccb9f99d85d473ea7002a92117dbb71b31ba07c3c6879fdc4/PySide-1.0.1qt472.win32-py2.7.exe"
}
],
"1.0.2qt472": [
{
"comment_text": "",
"digests": {
"md5": "dae0fe0869a024ba0e0d663618b620a4",
"sha256": "a685b9212ac36afebdc8866f0a5bbec2e0957818c9d27cc46e53cd1098459a0e"
},
"downloads": -1,
"filename": "PySide-1.0.2qt472.win32-py2.5.exe",
"has_sig": false,
"md5_digest": "dae0fe0869a024ba0e0d663618b620a4",
"packagetype": "bdist_wininst",
"python_version": "2.5",
"requires_python": null,
"size": 19229558,
"upload_time": "2011-05-02T14:32:30",
"url": "https://files.pythonhosted.org/packages/88/3c/7d70738ddd261d4749e64ff1c10b24df72228ca4387cfd52b3b6d1c93547/PySide-1.0.2qt472.win32-py2.5.exe"
},
{
"comment_text": "",
"digests": {
"md5": "c086d0f1c5dd4a6d17d4f75cfeb49efd",
"sha256": "659f2359706247520d3229aca78d094ffc5895729fee6425b91e9841fbf2dba5"
},
"downloads": -1,
"filename": "PySide-1.0.2qt472.win32-py2.6.exe",
"has_sig": false,
"md5_digest": "c086d0f1c5dd4a6d17d4f75cfeb49efd",
"packagetype": "bdist_wininst",
"python_version": "2.6",
"requires_python": null,
"size": 19360764,
"upload_time": "2011-05-02T14:34:16",
"url": "https://files.pythonhosted.org/packages/22/ca/089f8023183e8b76910ed42c06c013f9abc1fd5eed050c953233f04a8939/PySide-1.0.2qt472.win32-py2.6.exe"
},
{
"comment_text": "",
"digests": {
"md5": "876671bbb0976bd8a23ab4af8273cd97",
"sha256": "bc7d5d5f02a7f7c2d7eddee0a39394ce145e46c35682e9836ce19f25fc1e18b3"
},
"downloads": -1,
"filename": "PySide-1.0.2qt472.win32-py2.7.exe",
"has_sig": false,
"md5_digest": "876671bbb0976bd8a23ab4af8273cd97",
"packagetype": "bdist_wininst",
"python_version": "2.7",
"requires_python": null,
"size": 19361696,
"upload_time": "2011-05-02T14:35:28",
"url": "https://files.pythonhosted.org/packages/56/d6/0ba820fe1d88be0b29fe9684672b8dcdc5fdb3e6a89ddbc876f43c2b3832/PySide-1.0.2qt472.win32-py2.7.exe"
}
],
"1.0.3qt473": [],
"1.0.4qt473": [],
"1.0.5qt473": [],
"1.0.6qt473": [],
"1.0.6qt474": [],
"1.0.7qt474": [],
"1.0.9qt474": [],
"1.1.0qt474": [],
"1.1.1qt474": [
{
"comment_text": "",
"digests": {
"md5": "5ff99ed6b142420caadfc65b636cc14f",
"sha256": "5a8f9376c4e87c6f2c09cd9ec18fa853a0fa39861407a056cb85f393ce75c180"
},
"downloads": -1,
"filename": "PySide-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "5ff99ed6b142420caadfc65b636cc14f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9223585,
"upload_time": "2012-06-08T10:27:32",
"url": "https://files.pythonhosted.org/packages/46/33/29b4205ec87dcb8a668ee40954aa3b97e2ab110cb57c74f4c88570818fab/PySide-1.1.1.tar.gz"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "885f8cf2e4c0c46b76568f0c1eae5c43",
"sha256": "e7461f66a20bbed9225725a0d485f987840edaedc88a9d3962fd83b673be335f"
},
"downloads": -1,
"filename": "PySide-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "885f8cf2e4c0c46b76568f0c1eae5c43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9236955,
"upload_time": "2012-09-11T12:43:51",
"url": "https://files.pythonhosted.org/packages/6b/13/a7f25aceca555549769a3dc29706421a2a6744219616e311c758e807f0d4/PySide-1.1.2.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "a6f8ce6c0ab4ce858a6bdd10a3af3101",
"sha256": "f9bb990012802105c959a2b2e2ddc1ab937a03e1167d97f3665b8061852b7ca4"
},
"downloads": -1,
"filename": "PySide-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "a6f8ce6c0ab4ce858a6bdd10a3af3101",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9265618,
"upload_time": "2013-07-09T06:30:13",
"url": "https://files.pythonhosted.org/packages/d8/c1/28161cebe1fa5d56402b1671caef395bda095e8710860753b23e52f99bf0/PySide-1.2.0.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "b551d6ff68685013b59e478571f775bf",
"sha256": "be6e4b16df746cb5428193736c0ee4647595211c69fd5b93534083fd773e46e9"
},
"downloads": -1,
"filename": "PySide-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "b551d6ff68685013b59e478571f775bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9266985,
"upload_time": "2013-08-16T12:58:41",
"url": "https://files.pythonhosted.org/packages/f1/32/63872fdc1d9e0de5aa0b05b9d1a17d868851c619cdc6998dd9d853556f1b/PySide-1.2.1.tar.gz"
}
],
"1.2.2": [
{
"comment_text": "",
"digests": {
"md5": "229a86f79bdd00e8a383570a8ddf5a2a",
"sha256": "5eaf1496623e335d2fc69ecd8ed0f1121a891b484202c3a9ad1abfbb2cfa0811"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_6_intel.whl",
"has_sig": false,
"md5_digest": "229a86f79bdd00e8a383570a8ddf5a2a",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 17198671,
"upload_time": "2014-06-18T18:39:01",
"url": "https://files.pythonhosted.org/packages/61/b4/dfcbc9155dca8568d648cc2241756b94cea4f6b7fc192d53f73fe1e1572f/PySide-1.2.2-cp26-none-macosx_10_6_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c993cfda13741b0b3709d64a6af78d85",
"sha256": "4cb8fc3fbeb0e71ccfc502cda1b5272ee132db24188e57b1b71f644ad0ebf12c"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_6_x86_64.whl",
"has_sig": false,
"md5_digest": "c993cfda13741b0b3709d64a6af78d85",
"packagetype": "bdist_wheel",
"python_version": "cp26",
"requires_python": null,
"size": 17198015,
"upload_time": "2014-05-06T22:43:47",
"url": "https://files.pythonhosted.org/packages/80/de/063d97c879b54213fa05e699602a79dfe00dc659afabb8f60812d4323667/PySide-1.2.2-cp26-none-macosx_10_6_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "90291772587df423d0730f4ff3dcd042",
"sha256": "cd30cd51b84b888e7c7793b40c30cc8afa8de1cb2092e907bc83a94a3bbbf9ff"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_7_intel.whl",
"has_sig": false,
"md5_digest": "90291772587df423d0730f4ff3dcd042",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 17199035,
"upload_time": "2014-06-19T03:20:24",
"url": "https://files.pythonhosted.org/packages/87/62/7091adfd76934125c55f3dcfdf8ffbdca0bedcd8979e1d1bb6d1338e0f86/PySide-1.2.2-cp26-none-macosx_10_7_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b3a19ecacf7bce1ae5dc83bba8968ac2",
"sha256": "5475cd27ea6f7131ca9dd7ef92b2e70ad1cbc99f9631f09746a7b8457f53319e"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "b3a19ecacf7bce1ae5dc83bba8968ac2",
"packagetype": "bdist_wheel",
"python_version": "cp26",
"requires_python": null,
"size": 17198698,
"upload_time": "2014-05-06T19:57:31",
"url": "https://files.pythonhosted.org/packages/94/70/21356163a9506591a9135411fa7c6397211fef6f01a75452cf9d879fc09a/PySide-1.2.2-cp26-none-macosx_10_7_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a6d9fb84c41cb0e0a9aec60885f2414b",
"sha256": "adf90af940fc3ad4998d60ec5404a950038aa5c5401f8a4c50e7659880ef854e"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_8_intel.whl",
"has_sig": false,
"md5_digest": "a6d9fb84c41cb0e0a9aec60885f2414b",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 17184702,
"upload_time": "2014-06-19T02:08:33",
"url": "https://files.pythonhosted.org/packages/32/16/509239cb446fc62d3aac515a21136ff1f1e73d809766899bfb3f8fd68f94/PySide-1.2.2-cp26-none-macosx_10_8_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5ab76b1d76c02c9be753bd0993dc05b0",
"sha256": "149e315673bfdbf19eb16ad8156238438e0576dcf875dc65fa59c2075bc4ea5f"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_8_x86_64.whl",
"has_sig": false,
"md5_digest": "5ab76b1d76c02c9be753bd0993dc05b0",
"packagetype": "bdist_wheel",
"python_version": "cp26",
"requires_python": null,
"size": 17198712,
"upload_time": "2014-05-06T19:03:16",
"url": "https://files.pythonhosted.org/packages/4c/7a/0a4833e08ebad014cb2fa9226a3b71198ebaa2c5f61e27808d76621c12b4/PySide-1.2.2-cp26-none-macosx_10_8_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "144e682453d5c325723410618e02dcce",
"sha256": "a91eb2b64ad935d7cf22ad1db7cebed562ea082d281719c435247996e11f5089"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_9_intel.whl",
"has_sig": false,
"md5_digest": "144e682453d5c325723410618e02dcce",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 16748218,
"upload_time": "2014-06-19T01:04:08",
"url": "https://files.pythonhosted.org/packages/ec/6f/193833fe077e3b387750847615700cea577aeda4cb41fd4c4963c8db5cf7/PySide-1.2.2-cp26-none-macosx_10_9_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "6bf29d5623506ebd8ff8944b159f384f",
"sha256": "dc1e0621fe3e07df74fb44175fa9d18c36f67eb2bae1a43ac5c5a5979ca7acb6"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6bf29d5623506ebd8ff8944b159f384f",
"packagetype": "bdist_wheel",
"python_version": "cp26",
"requires_python": null,
"size": 16741981,
"upload_time": "2014-05-06T18:59:52",
"url": "https://files.pythonhosted.org/packages/d8/b2/376e96d23818164ac383e879e12a6d3d473006d460a0fe3f661e1bcabf6d/PySide-1.2.2-cp26-none-macosx_10_9_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "9a2a5817f3239a9502330c0d673eb765",
"sha256": "469f370d1df2861e7ae669a12262a0ba9ca69453c77534630fe80f3020b7ad72"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-win32.whl",
"has_sig": false,
"md5_digest": "9a2a5817f3239a9502330c0d673eb765",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 40506578,
"upload_time": "2014-05-05T10:49:37",
"url": "https://files.pythonhosted.org/packages/83/d2/c15e7844042d6ffe0871f3f09cdd16e6d4e1f3b40934ef8554e6d95cf34f/PySide-1.2.2-cp26-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "02c5addd2207aa1d1bd8d752aeecd727",
"sha256": "2f854ccd5449ab3188da8c40624da82a1f21e99cfc69f0443cafca94fdc03b0a"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp26-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "02c5addd2207aa1d1bd8d752aeecd727",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 44756258,
"upload_time": "2014-05-05T10:49:04",
"url": "https://files.pythonhosted.org/packages/67/8d/d5c3bdb136471754202bbb7295bf7113858051fdf79e6cd9eaa1606e602b/PySide-1.2.2-cp26-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "697c37ec3a285943a19a26c5dbb1c81e",
"sha256": "2f9165cc7e7c9afb2e1e5cc227888f42c456ceee99e62933915c3093e03312d1"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_6_intel.whl",
"has_sig": false,
"md5_digest": "697c37ec3a285943a19a26c5dbb1c81e",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 17198759,
"upload_time": "2014-06-18T18:40:41",
"url": "https://files.pythonhosted.org/packages/5c/38/40918780d0ede5fb950ffcb93a8acaba1e0f3a6734235497498bbe2996e9/PySide-1.2.2-cp27-none-macosx_10_6_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3f834bc51358b5a68a929bbc908b1c9f",
"sha256": "f6d7c3d10fbfb2d0be069b81d632c60690117184fc235a97ce46764fcbe06f99"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_6_x86_64.whl",
"has_sig": false,
"md5_digest": "3f834bc51358b5a68a929bbc908b1c9f",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 17194574,
"upload_time": "2014-05-06T20:37:43",
"url": "https://files.pythonhosted.org/packages/70/51/80689fbe789173825f4933c5e226a01e637fa4499c65b1acbf459918e265/PySide-1.2.2-cp27-none-macosx_10_6_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b954ce7678c4d1498bf7bf1746ce87f0",
"sha256": "97cc6570f75b953be944eb80acc63442d9513908701f8fc6d5046975acdf69ab"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_7_intel.whl",
"has_sig": false,
"md5_digest": "b954ce7678c4d1498bf7bf1746ce87f0",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 17180614,
"upload_time": "2014-06-19T03:10:39",
"url": "https://files.pythonhosted.org/packages/7e/05/f775f099572f2fe8f13466105dd1204568fd954b84e5dcee109499f4a4e0/PySide-1.2.2-cp27-none-macosx_10_7_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "1739d95db902697dfbb6bf64939d8a64",
"sha256": "fc4c3f5bc0a8c89d8467a504b508a699aef49c80991a84535011c7eb77b31a1f"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "1739d95db902697dfbb6bf64939d8a64",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 17198924,
"upload_time": "2014-05-06T19:57:51",
"url": "https://files.pythonhosted.org/packages/39/52/a605435b4442cbbaaf7a4fe11287c53448edbc3dcbaa0e321b9fcc882706/PySide-1.2.2-cp27-none-macosx_10_7_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7cbdc5d10cbea272ac1ee8c51ea44d03",
"sha256": "3a3e78777b704519c87bab0ff790f925e2815af08092b7c16ac7dfb9bc5f6efd"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_8_intel.whl",
"has_sig": false,
"md5_digest": "7cbdc5d10cbea272ac1ee8c51ea44d03",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 17193099,
"upload_time": "2014-06-19T01:59:53",
"url": "https://files.pythonhosted.org/packages/b0/0d/60a32b62c11402535613822d8bbc5dd8ed3a589e10a8473206efb940b38d/PySide-1.2.2-cp27-none-macosx_10_8_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "65afb2ec3638b46a07792d66b0ee8f43",
"sha256": "1f1093386341749bb237a06ec1a1eb0452fdc7ddae67ac850911b3b35836fa4a"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_8_x86_64.whl",
"has_sig": false,
"md5_digest": "65afb2ec3638b46a07792d66b0ee8f43",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 17199046,
"upload_time": "2014-05-06T19:03:42",
"url": "https://files.pythonhosted.org/packages/99/28/693992c7134a1f2d3fec61a37bd234358c9cf2dfc49c8559435c12427583/PySide-1.2.2-cp27-none-macosx_10_8_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a9b2c00690acecc864c97d368b343ab5",
"sha256": "5f1fd97b71d51c8652ccb6158b0b16bfb123b76ce243cae3e70a6ea7359b0962"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_9_intel.whl",
"has_sig": false,
"md5_digest": "a9b2c00690acecc864c97d368b343ab5",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 16734787,
"upload_time": "2014-06-19T00:52:24",
"url": "https://files.pythonhosted.org/packages/32/1f/a22c8d4465da7d0a77485988174ac37a877e636de838acacf69ec5b9c355/PySide-1.2.2-cp27-none-macosx_10_9_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "089568ff0697d90240712f33c0c0c5ea",
"sha256": "b6a8ba521fcf3f2569bb9a54b5966264a44ebefb8899be4b898f5a915b6f5d71"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "089568ff0697d90240712f33c0c0c5ea",
"packagetype": "bdist_wheel",
"python_version": "cp27",
"requires_python": null,
"size": 16748142,
"upload_time": "2014-05-06T19:00:16",
"url": "https://files.pythonhosted.org/packages/54/a0/9b5192027a594e70e36238f835e0cfbfca606e95e4d37ef8d1c0e8dbde80/PySide-1.2.2-cp27-none-macosx_10_9_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0d201a0034a7150289b254905b320217",
"sha256": "4fd0bfe8c2a9c6a5337113eccb7fb2e3bd12b166f29d95e61973c28b7d4c1b95"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-win32.whl",
"has_sig": false,
"md5_digest": "0d201a0034a7150289b254905b320217",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 40480749,
"upload_time": "2014-05-05T10:50:36",
"url": "https://files.pythonhosted.org/packages/ad/8b/4753dc61c3b6548fe1e86464bf78750d04bb7574906f9dfc2c84ad964f8c/PySide-1.2.2-cp27-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0bbacc1aacc97b78f73999b825b2ee59",
"sha256": "d44c1243a903a632709265226eb3a085bc71e0182614214f80db045ec7755096"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp27-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "0bbacc1aacc97b78f73999b825b2ee59",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 44730110,
"upload_time": "2014-05-05T10:50:05",
"url": "https://files.pythonhosted.org/packages/d8/5e/c5409eb49b128ce1eed9521056a4e6a2e88fd46c9b86a2a0e6f274577552/PySide-1.2.2-cp27-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "19d75dc519fa0b6dd2e4272759eeeb65",
"sha256": "826c4dd915521b075a4266a97ec9407e30dd24e732efc1ead7379d41a437037f"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_6_intel.whl",
"has_sig": false,
"md5_digest": "19d75dc519fa0b6dd2e4272759eeeb65",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 16813517,
"upload_time": "2014-06-18T18:44:56",
"url": "https://files.pythonhosted.org/packages/4d/c2/6d494616a338f61455426b01617d893557513cb6e807daceb5857cad0978/PySide-1.2.2-cp32-cp32m-macosx_10_6_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "76de5ea84c32f531cecab686dceae5cf",
"sha256": "6bf5caca7ddc843ae5ccae2da44b6d56fa680fd6c75a25bf2ba1e001d449bf10"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_6_x86_64.whl",
"has_sig": false,
"md5_digest": "76de5ea84c32f531cecab686dceae5cf",
"packagetype": "bdist_wheel",
"python_version": "cp32",
"requires_python": null,
"size": 16813676,
"upload_time": "2014-05-06T23:00:39",
"url": "https://files.pythonhosted.org/packages/bf/c9/4d365775b85b7707b7ec7078520db7e8755d8a8eb79689c702f0f3f88644/PySide-1.2.2-cp32-cp32m-macosx_10_6_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "61d620aa7676dd2fe940884b50ec2243",
"sha256": "71cb3c00e3de55bf66f777b63c5ce4053ab96048713ce39adee58d020e19a709"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_7_intel.whl",
"has_sig": false,
"md5_digest": "61d620aa7676dd2fe940884b50ec2243",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 16813690,
"upload_time": "2014-06-19T03:00:30",
"url": "https://files.pythonhosted.org/packages/22/9b/ec124a988114911c1f816bb54f6177ad2697bc08e94c2e7059c920a543d9/PySide-1.2.2-cp32-cp32m-macosx_10_7_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "bb53120baf9b43061611f09935cc41bb",
"sha256": "295b16465348d98f5a207b9ad6d64501d5629cf5e115d2b6095037f868eda733"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "bb53120baf9b43061611f09935cc41bb",
"packagetype": "bdist_wheel",
"python_version": "cp32",
"requires_python": null,
"size": 16813909,
"upload_time": "2014-05-06T22:45:23",
"url": "https://files.pythonhosted.org/packages/a0/a7/97ed66df0c548f82d311bb50c5fafea7ee1bab7c2e4b0672c0d41cbc20f9/PySide-1.2.2-cp32-cp32m-macosx_10_7_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ebefff9dbc5a56c4ce75432c4996eb58",
"sha256": "ee8204b4caf357a48ab53030cc28a600619ad17c4fb9f3fafdd695c95d428fbb"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_8_intel.whl",
"has_sig": false,
"md5_digest": "ebefff9dbc5a56c4ce75432c4996eb58",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 16814160,
"upload_time": "2014-06-19T01:50:16",
"url": "https://files.pythonhosted.org/packages/f6/3c/eac96371a9abc6f30ce81121f2cf5d659fcdfc5f11fe204481487fba52a8/PySide-1.2.2-cp32-cp32m-macosx_10_8_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d5eebf28a985010149a4e2185ea9f1c6",
"sha256": "fb766883b3e3fa2839d37be1668c987294efade084234b3a017b58047d48d1f7"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_8_x86_64.whl",
"has_sig": false,
"md5_digest": "d5eebf28a985010149a4e2185ea9f1c6",
"packagetype": "bdist_wheel",
"python_version": "cp32",
"requires_python": null,
"size": 16809239,
"upload_time": "2014-05-06T22:35:24",
"url": "https://files.pythonhosted.org/packages/19/cc/53e952a847e44ee9b9d17f0bba59fd9aa145d1f457d4e59d78a238b7190c/PySide-1.2.2-cp32-cp32m-macosx_10_8_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8cb24d97dfdfad47b841c234087ac24d",
"sha256": "abf67f6921f015f116f1507c518e6a4a1da8c0864283722408483704ce852cea"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_9_intel.whl",
"has_sig": false,
"md5_digest": "8cb24d97dfdfad47b841c234087ac24d",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 16360188,
"upload_time": "2014-06-19T00:40:31",
"url": "https://files.pythonhosted.org/packages/87/45/b3e2c741ec805c93b9677b3c1c8d086c0650c6bd754ffe83bf38ff657541/PySide-1.2.2-cp32-cp32m-macosx_10_9_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f90081784eeafcd198e7369be1da823d",
"sha256": "03878c592f0a390d8af2b68fc42d51cb96ff1d356dfa9d062d11efe02b1797fa"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-cp32m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f90081784eeafcd198e7369be1da823d",
"packagetype": "bdist_wheel",
"python_version": "cp32",
"requires_python": null,
"size": 16345126,
"upload_time": "2014-05-06T22:48:38",
"url": "https://files.pythonhosted.org/packages/19/d0/06b0a04f60c7a63ccfd8432bd632aa1da73a828cee2da2f0f4e5e669ac32/PySide-1.2.2-cp32-cp32m-macosx_10_9_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "287c92b6a838d0399c9bc72e1c692102",
"sha256": "1c856fb91cbfc452f04ebb71f8503f864677007a2fbab8463e486dc499d7ab7c"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-none-win32.whl",
"has_sig": false,
"md5_digest": "287c92b6a838d0399c9bc72e1c692102",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 40110189,
"upload_time": "2014-05-05T10:51:52",
"url": "https://files.pythonhosted.org/packages/57/de/8e71bea68f4ceba75f5718421453150b6e8a36e2d84d74922e7365576db9/PySide-1.2.2-cp32-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "594a51013e412b97fb5ba4c2eefbaeef",
"sha256": "470ff5f44a994d7c5ddcf9dd860d56699aadd654ab7388aaa41f69c6d96d211d"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp32-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "594a51013e412b97fb5ba4c2eefbaeef",
"packagetype": "bdist_wheel",
"python_version": "3.2",
"requires_python": null,
"size": 44398844,
"upload_time": "2014-05-05T10:51:17",
"url": "https://files.pythonhosted.org/packages/a6/3f/ddae97de91dd2df9490af761edf07063ee4ab8ed6cefa67561b1af1fc087/PySide-1.2.2-cp32-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c22f321177b914f17a55a7325988044d",
"sha256": "97bbc02171e5b5ae2b83170b105cc40ab457d94a9fa85a3eac950a5d9c823a38"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_6_intel.whl",
"has_sig": false,
"md5_digest": "c22f321177b914f17a55a7325988044d",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 16814168,
"upload_time": "2014-06-18T18:46:09",
"url": "https://files.pythonhosted.org/packages/86/eb/bfc8b8a8e669a9993215417e2c844c23bf16606149f9c5ab3acd38779667/PySide-1.2.2-cp33-cp33m-macosx_10_6_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4a5b3878ad1d93baa1472dc1a3427316",
"sha256": "aee87bdb5e069d8a07ccd012b431ac37590dd6fb1b425f797e84f6e0b3131877"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_6_x86_64.whl",
"has_sig": false,
"md5_digest": "4a5b3878ad1d93baa1472dc1a3427316",
"packagetype": "bdist_wheel",
"python_version": "cp33",
"requires_python": null,
"size": 16810390,
"upload_time": "2014-05-06T20:38:01",
"url": "https://files.pythonhosted.org/packages/b1/c5/3bed6cb0d094ffa87291500c7eda4ea2fdebb199ebc26c7c911efc257645/PySide-1.2.2-cp33-cp33m-macosx_10_6_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fb713a825fe447739467367487e3b29a",
"sha256": "ec190110f9a8b426dd39082ab0c6eb8279e6fd09c96dc462e373d1ca738e868b"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_7_intel.whl",
"has_sig": false,
"md5_digest": "fb713a825fe447739467367487e3b29a",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 16814779,
"upload_time": "2014-06-19T02:52:04",
"url": "https://files.pythonhosted.org/packages/63/32/8b574866531f7790c3dcaf08af29fe28ca4bee42192956ad43d944d6fc75/PySide-1.2.2-cp33-cp33m-macosx_10_7_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0f8c531d308d6bc8358df4e15c89d29e",
"sha256": "18ba75e1c3ba964ec726405700cda9e15d00829017a19df4da07a40e838f7557"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "0f8c531d308d6bc8358df4e15c89d29e",
"packagetype": "bdist_wheel",
"python_version": "cp33",
"requires_python": null,
"size": 16814678,
"upload_time": "2014-05-06T19:50:38",
"url": "https://files.pythonhosted.org/packages/85/1d/4734f8fb5aa4a2c01c44a7290164a1bc76ac358ce0a8fce6a9fd9e005eaf/PySide-1.2.2-cp33-cp33m-macosx_10_7_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0cf911764951fa5143206325264a34e5",
"sha256": "73d4dadfeea3ab46522609152314e196e31d10e597e86a6b399c1f6f85a6f2a8"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_8_intel.whl",
"has_sig": false,
"md5_digest": "0cf911764951fa5143206325264a34e5",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 16815055,
"upload_time": "2014-06-19T01:42:51",
"url": "https://files.pythonhosted.org/packages/88/09/b98df8b5dae2a9e5d8c5c3c52f757acc3e22194238d8daff527bc310b025/PySide-1.2.2-cp33-cp33m-macosx_10_8_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "75b855464ca516467d8a2a7285011c19",
"sha256": "49c5fe1861f125801238c2cc6964d73a48b0656b2c263123004746d48edcb05d"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_8_x86_64.whl",
"has_sig": false,
"md5_digest": "75b855464ca516467d8a2a7285011c19",
"packagetype": "bdist_wheel",
"python_version": "cp33",
"requires_python": null,
"size": 16814902,
"upload_time": "2014-05-06T19:04:01",
"url": "https://files.pythonhosted.org/packages/bf/01/7ae362620d2eb88416cfb51af530f6f575b8823730ff9864d51252c06070/PySide-1.2.2-cp33-cp33m-macosx_10_8_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a602565fc30fe8e882d720cca8812d47",
"sha256": "7c696b52bf6abeb88c89cf865edbd6c269fb9821d7f9263fbfa85026500ff0be"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_9_intel.whl",
"has_sig": false,
"md5_digest": "a602565fc30fe8e882d720cca8812d47",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 16360386,
"upload_time": "2014-06-19T00:31:16",
"url": "https://files.pythonhosted.org/packages/5f/b8/fe19afff556b5c9db73060d5f9580e22a41a37856ef3b7d33113b2b55120/PySide-1.2.2-cp33-cp33m-macosx_10_9_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "6ad0d652bcde9173c4f64f6c3caee41e",
"sha256": "4bec71677cd683e3e062ca5d10e122f2924b2a5b03ccbee2107e680140acd75d"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-cp33m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6ad0d652bcde9173c4f64f6c3caee41e",
"packagetype": "bdist_wheel",
"python_version": "cp33",
"requires_python": null,
"size": 16348545,
"upload_time": "2014-05-06T19:00:43",
"url": "https://files.pythonhosted.org/packages/26/4d/110fe4e8d42638730151a885c0183e29da4e37070892cc3d34a233f3a83f/PySide-1.2.2-cp33-cp33m-macosx_10_9_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "eb144cd65436850ef093630fd32fde54",
"sha256": "9fc8fe32d0ac039d355b025153059cd3883e1c52c4955f616b23a995ee145b10"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-none-win32.whl",
"has_sig": false,
"md5_digest": "eb144cd65436850ef093630fd32fde54",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 40586448,
"upload_time": "2014-05-05T10:52:49",
"url": "https://files.pythonhosted.org/packages/5f/c4/997f275aa55c14e056f9841b718cd0d2e3e3a59757ec5164c6f39e41a956/PySide-1.2.2-cp33-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8535b07d0435f7ce5481aafd6e379b5a",
"sha256": "fb85e67f61edead939240026243dc3f4110df89a8700607d98e7ce1cbde70785"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp33-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "8535b07d0435f7ce5481aafd6e379b5a",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 43322113,
"upload_time": "2014-05-05T10:52:19",
"url": "https://files.pythonhosted.org/packages/39/4b/e7a7339dc88d2fb6fba1d7a9ee123790fe82ffcc90caf234223f8fd3fdc9/PySide-1.2.2-cp33-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "edbe69a457ef3ff7e6a0c9be2c113dfd",
"sha256": "460f104497afb3f4934b2961b3d9ea0aa5983129167061915c18d0d54ac76e8b"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_6_intel.whl",
"has_sig": false,
"md5_digest": "edbe69a457ef3ff7e6a0c9be2c113dfd",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 16798901,
"upload_time": "2014-06-18T18:47:07",
"url": "https://files.pythonhosted.org/packages/b6/d0/35e3fad24b803872719fcbc3ab95910702b6a00cbaafbadd911a5317ef7d/PySide-1.2.2-cp34-cp34m-macosx_10_6_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c185af4936cfcc7a46eb23735ca4e56a",
"sha256": "80aab44ff375f6f835f3d011f9a23c77434a57b82202c30de58db0892972b42f"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_6_x86_64.whl",
"has_sig": false,
"md5_digest": "c185af4936cfcc7a46eb23735ca4e56a",
"packagetype": "bdist_wheel",
"python_version": "cp34",
"requires_python": null,
"size": 16810610,
"upload_time": "2014-05-06T20:38:19",
"url": "https://files.pythonhosted.org/packages/ec/f6/e1bcce08cd1aece2a54b426172f884cde0165e2a662896a24c67a93f413b/PySide-1.2.2-cp34-cp34m-macosx_10_6_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "12e3ed46fed9aa860eb51c76ec912b49",
"sha256": "921e10aaa8c0030aebf6da637be87ae0eb203fc26380ae93c06dacc67ebd0804"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_7_intel.whl",
"has_sig": false,
"md5_digest": "12e3ed46fed9aa860eb51c76ec912b49",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 16810994,
"upload_time": "2014-06-19T07:54:45",
"url": "https://files.pythonhosted.org/packages/fe/14/8b8b846b6d35389577d8f14466dc039f7295016c63aab25178a5f6c45fd2/PySide-1.2.2-cp34-cp34m-macosx_10_7_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f6817f6a411db819a03af46b0f7713c9",
"sha256": "2721d580d730db02fa63ee8085013953412a05c2d9e16920e5ec2bcf3d92c733"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_7_x86_64.whl",
"has_sig": false,
"md5_digest": "f6817f6a411db819a03af46b0f7713c9",
"packagetype": "bdist_wheel",
"python_version": "cp34",
"requires_python": null,
"size": 16795048,
"upload_time": "2014-05-06T19:50:57",
"url": "https://files.pythonhosted.org/packages/aa/c5/5689921bff63d06a80a93a4028b092b5478a3bc44bb1a49209ca7a243d8c/PySide-1.2.2-cp34-cp34m-macosx_10_7_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c9dbcb1b5b57994d9a904cd8c9e228f0",
"sha256": "ecd11f79d70e365b61799d2ff7d5a90cc6186d13b91efeb888e7196c4a306f62"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_8_intel.whl",
"has_sig": false,
"md5_digest": "c9dbcb1b5b57994d9a904cd8c9e228f0",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 16805120,
"upload_time": "2014-06-19T01:34:07",
"url": "https://files.pythonhosted.org/packages/57/68/af9e8d282ae170f861652f92ebada11024346a3d18ce017c042288edb9bf/PySide-1.2.2-cp34-cp34m-macosx_10_8_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e636da5e9dfc4fb508be0caac75cdd7a",
"sha256": "ad696712bfa53e675a6bf919ffcce4ecba8f85c4c9fabc9ccf36fab37aa1a0da"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_8_x86_64.whl",
"has_sig": false,
"md5_digest": "e636da5e9dfc4fb508be0caac75cdd7a",
"packagetype": "bdist_wheel",
"python_version": "cp34",
"requires_python": null,
"size": 16804802,
"upload_time": "2014-05-06T19:04:24",
"url": "https://files.pythonhosted.org/packages/58/0f/2b6c544d5f30368d4aa3551b04e534562195a860e65c8359e5c17b2f0487/PySide-1.2.2-cp34-cp34m-macosx_10_8_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2629b426419572350519bd11dbcc0827",
"sha256": "97915dd2cb16e08427b1a4b5fef49da516253e401ad6d80fdb6bdfed00a6d723"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_9_intel.whl",
"has_sig": false,
"md5_digest": "2629b426419572350519bd11dbcc0827",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 16349232,
"upload_time": "2014-06-19T00:18:23",
"url": "https://files.pythonhosted.org/packages/ef/68/ccb234aea2c680affa1e766e8dcb93f4ddafeda19e3bc6ba03fb982caa20/PySide-1.2.2-cp34-cp34m-macosx_10_9_intel.whl"
},
{
"comment_text": "",
"digests": {
"md5": "640949b27620505336bfb6212317bf01",
"sha256": "c0a3b8ad8e10ca39450f0c348c8548db26bccde8c3b8657aef5faa1d83d8571c"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-cp34m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "640949b27620505336bfb6212317bf01",
"packagetype": "bdist_wheel",
"python_version": "cp34",
"requires_python": null,
"size": 16345525,
"upload_time": "2014-05-06T19:01:05",
"url": "https://files.pythonhosted.org/packages/07/13/1c319b4f20dfab383fd66236948c94beb7b8219384fdafa73d852c52f90c/PySide-1.2.2-cp34-cp34m-macosx_10_9_x86_64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ee48ae91402442b4089b86ef379472e5",
"sha256": "7a7d4a02802697f5bbceac29659ed3c2cd32eda720aa2bde456355f61f96fdae"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-none-win32.whl",
"has_sig": false,
"md5_digest": "ee48ae91402442b4089b86ef379472e5",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 40524550,
"upload_time": "2014-05-05T10:53:53",
"url": "https://files.pythonhosted.org/packages/f1/ae/e793e56b3d6bbaf6f5ec4bad6a6ac73977c2d159288d8a40aa00ebc258cf/PySide-1.2.2-cp34-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f02e4b44109cc1d0db980a44484f6f90",
"sha256": "2ba64ad9b9f793069725b305c85728655eca912fc1e39e8c8ab38f6b8f6e41c2"
},
"downloads": -1,
"filename": "PySide-1.2.2-cp34-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "f02e4b44109cc1d0db980a44484f6f90",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 43262225,
"upload_time": "2014-05-05T10:53:25",
"url": "https://files.pythonhosted.org/packages/14/f6/a0632fc7ea98c23874caf6c5f52fc0d5ff86fe46054214b26b66863721f2/PySide-1.2.2-cp34-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "c45bc400c8a86d6b35f34c29e379e44d",
"sha256": "53129fd85e133ef630144c0598d25c451eab72019cdcb1012f2aec773a3f25be"
},
"downloads": -1,
"filename": "PySide-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "c45bc400c8a86d6b35f34c29e379e44d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9273860,
"upload_time": "2014-04-25T06:46:58",
"url": "https://files.pythonhosted.org/packages/b4/7b/2fc9d9e5c651c1550362d87bc4ab4cfe5368b312c1eaf477b5a4be708abd/PySide-1.2.2.tar.gz"
}
],
"1.2.4": [
{
"comment_text": "",
"digests": {
"md5": "57695d05267bc1ae6d075533c81f2678",
"sha256": "c06cb33a80c51dcbc8ec8faa3e8be0c153e5b83710c1536ed55732a35045185f"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp26-none-win32.whl",
"has_sig": false,
"md5_digest": "57695d05267bc1ae6d075533c81f2678",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 40983472,
"upload_time": "2015-10-14T21:31:43",
"url": "https://files.pythonhosted.org/packages/cb/e3/c7c9d1bc03b25d72b8972b66c229d2fad6325f9c5c3251fc4c38f8504b1d/PySide-1.2.4-cp26-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "54b6bc1a4470738c96c5666e9e18a142",
"sha256": "c5b82eb8a3277d35a29de2e5b96a1fa4a49d98d6cd1f40a174528bb894faa8ce"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp26-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "54b6bc1a4470738c96c5666e9e18a142",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 45067418,
"upload_time": "2015-10-15T09:25:22",
"url": "https://files.pythonhosted.org/packages/43/59/534c8d20f0cb0aa8ed5fbb1d97c761f8188afeeeaa4bca9dd9fe25c9f538/PySide-1.2.4-cp26-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "17ab457b6534b539ac9a8234e8105c30",
"sha256": "104c0f3aee597e92c43b60f31205cbbd57a4307fea0fae4bbaeeb58b61878908"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp27-none-win32.whl",
"has_sig": false,
"md5_digest": "17ab457b6534b539ac9a8234e8105c30",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 40957519,
"upload_time": "2015-10-14T20:59:22",
"url": "https://files.pythonhosted.org/packages/39/78/2b5fcd3b4ff4fc891f1c3a8bee09616d59fa6d644b0dc6252d46d8fbb423/PySide-1.2.4-cp27-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b654a0426b96a355afbf564b07e7451b",
"sha256": "c267d7cf74e0ee9bd5b0e66abeba157318245c4209f1e01b0028ac169030bc03"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp27-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "b654a0426b96a355afbf564b07e7451b",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 45024021,
"upload_time": "2015-10-15T09:25:56",
"url": "https://files.pythonhosted.org/packages/d2/66/7a36ed2ebc178ba1d8c25b5d196ffae3605f3d68ac25353c8f099b1c8f6b/PySide-1.2.4-cp27-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0f33ef962ce012a41aa0c01019de5fc4",
"sha256": "b0e554df5007bd96a9ba72bba17e021c2437266ae53bac8155e8ae775fc754ef"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp33-none-win32.whl",
"has_sig": false,
"md5_digest": "0f33ef962ce012a41aa0c01019de5fc4",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 41066752,
"upload_time": "2015-10-14T21:15:33",
"url": "https://files.pythonhosted.org/packages/a0/ce/0f07179176adabc6561e02c3917fe6e05d69190e14506c4e72ff833a1874/PySide-1.2.4-cp33-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b51550a846ed3021befb2f82c86bd1b2",
"sha256": "a9dcd80729e46506114d39accdf70ac205ae478b1d957455b8eb85511ef2cb03"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp34-none-win32.whl",
"has_sig": false,
"md5_digest": "b51550a846ed3021befb2f82c86bd1b2",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 41006172,
"upload_time": "2015-10-14T20:41:40",
"url": "https://files.pythonhosted.org/packages/3a/b8/a7387a4cdbefd86c5a4c052d268aafefd2586e533dbef583623c0cc9a096/PySide-1.2.4-cp34-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3cb7174c13bd45e3e8f77638926cb8c0",
"sha256": "1421bc1bf612c396070de9e1ffe227c07c1f3129278bc7d30c754b5146be2433"
},
"downloads": -1,
"filename": "PySide-1.2.4.tar.gz",
"has_sig": false,
"md5_digest": "3cb7174c13bd45e3e8f77638926cb8c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9266613,
"upload_time": "2015-10-14T20:23:26",
"url": "https://files.pythonhosted.org/packages/36/ac/ca31db6f2225844d37a41b10615c3d371587677efd074db29855e7035de6/PySide-1.2.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "57695d05267bc1ae6d075533c81f2678",
"sha256": "c06cb33a80c51dcbc8ec8faa3e8be0c153e5b83710c1536ed55732a35045185f"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp26-none-win32.whl",
"has_sig": false,
"md5_digest": "57695d05267bc1ae6d075533c81f2678",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 40983472,
"upload_time": "2015-10-14T21:31:43",
"url": "https://files.pythonhosted.org/packages/cb/e3/c7c9d1bc03b25d72b8972b66c229d2fad6325f9c5c3251fc4c38f8504b1d/PySide-1.2.4-cp26-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "54b6bc1a4470738c96c5666e9e18a142",
"sha256": "c5b82eb8a3277d35a29de2e5b96a1fa4a49d98d6cd1f40a174528bb894faa8ce"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp26-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "54b6bc1a4470738c96c5666e9e18a142",
"packagetype": "bdist_wheel",
"python_version": "2.6",
"requires_python": null,
"size": 45067418,
"upload_time": "2015-10-15T09:25:22",
"url": "https://files.pythonhosted.org/packages/43/59/534c8d20f0cb0aa8ed5fbb1d97c761f8188afeeeaa4bca9dd9fe25c9f538/PySide-1.2.4-cp26-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "17ab457b6534b539ac9a8234e8105c30",
"sha256": "104c0f3aee597e92c43b60f31205cbbd57a4307fea0fae4bbaeeb58b61878908"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp27-none-win32.whl",
"has_sig": false,
"md5_digest": "17ab457b6534b539ac9a8234e8105c30",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 40957519,
"upload_time": "2015-10-14T20:59:22",
"url": "https://files.pythonhosted.org/packages/39/78/2b5fcd3b4ff4fc891f1c3a8bee09616d59fa6d644b0dc6252d46d8fbb423/PySide-1.2.4-cp27-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b654a0426b96a355afbf564b07e7451b",
"sha256": "c267d7cf74e0ee9bd5b0e66abeba157318245c4209f1e01b0028ac169030bc03"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp27-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "b654a0426b96a355afbf564b07e7451b",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 45024021,
"upload_time": "2015-10-15T09:25:56",
"url": "https://files.pythonhosted.org/packages/d2/66/7a36ed2ebc178ba1d8c25b5d196ffae3605f3d68ac25353c8f099b1c8f6b/PySide-1.2.4-cp27-none-win_amd64.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0f33ef962ce012a41aa0c01019de5fc4",
"sha256": "b0e554df5007bd96a9ba72bba17e021c2437266ae53bac8155e8ae775fc754ef"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp33-none-win32.whl",
"has_sig": false,
"md5_digest": "0f33ef962ce012a41aa0c01019de5fc4",
"packagetype": "bdist_wheel",
"python_version": "3.3",
"requires_python": null,
"size": 41066752,
"upload_time": "2015-10-14T21:15:33",
"url": "https://files.pythonhosted.org/packages/a0/ce/0f07179176adabc6561e02c3917fe6e05d69190e14506c4e72ff833a1874/PySide-1.2.4-cp33-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b51550a846ed3021befb2f82c86bd1b2",
"sha256": "a9dcd80729e46506114d39accdf70ac205ae478b1d957455b8eb85511ef2cb03"
},
"downloads": -1,
"filename": "PySide-1.2.4-cp34-none-win32.whl",
"has_sig": false,
"md5_digest": "b51550a846ed3021befb2f82c86bd1b2",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 41006172,
"upload_time": "2015-10-14T20:41:40",
"url": "https://files.pythonhosted.org/packages/3a/b8/a7387a4cdbefd86c5a4c052d268aafefd2586e533dbef583623c0cc9a096/PySide-1.2.4-cp34-none-win32.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3cb7174c13bd45e3e8f77638926cb8c0",
"sha256": "1421bc1bf612c396070de9e1ffe227c07c1f3129278bc7d30c754b5146be2433"
},
"downloads": -1,
"filename": "PySide-1.2.4.tar.gz",
"has_sig": false,
"md5_digest": "3cb7174c13bd45e3e8f77638926cb8c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9266613,
"upload_time": "2015-10-14T20:23:26",
"url": "https://files.pythonhosted.org/packages/36/ac/ca31db6f2225844d37a41b10615c3d371587677efd074db29855e7035de6/PySide-1.2.4.tar.gz"
}
]
}