{ "info": { "author": "Andi Albrecht", "author_email": "albrecht.andi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: X11 Applications :: GTK", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Widget Sets" ], "description": "pocdock is an experimental PyGTK docking implementation.\r\n\r\n**Example usage**::\r\n\r\n import gtk\r\n import pdock\r\n \r\n win = gtk.Window()\r\n dock = pdock.Dock()\r\n win.add(dock)\r\n dock.add_item(\"item1\", gtk.TextView(), \"First item\", \"gtk-ok\")\r\n dock.add_item(\"item2\", gtk.TextView(), \"Second item\", \"gtk-apply\")\r\n win.show_all()\r\n \r\n gtk.main()\r\n\r\n**Screenshots**\r\n\r\nTo see it in action, have a look at CrunchyFrog's screenshots\r\n(http://cf.andialbrecht.de/screenshots.html).", "description_content_type": null, "docs_url": null, "download_url": "http://code.google.com/p/python-pocdock/downloads/list", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/python-pocdock/", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "pdock", "package_url": "https://pypi.org/project/pdock/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pdock/", "project_urls": { "Download": "http://code.google.com/p/python-pocdock/downloads/list", "Homepage": "http://code.google.com/p/python-pocdock/" }, "release_url": "https://pypi.org/project/pdock/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "an experimental PyGTK docking implementation", "version": "0.1.1" }, "last_serial": 109185, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "91d629d3dbd9b84782732ecf161c8ff3", "sha256": "b0635d2366c744a0a2421b6e2fd5899ba93afbc34e8fa38e59189f51703d28a7" }, "downloads": -1, "filename": "pdock-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91d629d3dbd9b84782732ecf161c8ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20860, "upload_time": "2008-06-29T09:39:29", "url": "https://files.pythonhosted.org/packages/1f/f9/278224f2b4e1f650ca6ec00a563fd4ae98f465498606172359777e10b5aa/pdock-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91d629d3dbd9b84782732ecf161c8ff3", "sha256": "b0635d2366c744a0a2421b6e2fd5899ba93afbc34e8fa38e59189f51703d28a7" }, "downloads": -1, "filename": "pdock-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91d629d3dbd9b84782732ecf161c8ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20860, "upload_time": "2008-06-29T09:39:29", "url": "https://files.pythonhosted.org/packages/1f/f9/278224f2b4e1f650ca6ec00a563fd4ae98f465498606172359777e10b5aa/pdock-0.1.1.tar.gz" } ] }