{ "info": { "author": "Stanislas Polu", "author_email": "polu.stanislas@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pythrust\n========\n\n.. _Thrust: https://github.com/breach/thrust\n.. _Python3: https://www.python.org/\n.. _`Thrust Documentation`: https://github.com/breach/thrust/tree/master/docs\n\nOfficial Python bindings library for Thrust_\n\nGetting Started\n===============\n\n``pythrust`` requires Python3_ as it relies on the ``asyncio`` module.\n\n::\n\n\n pip3 install pythrust [--user]\n\nAt install, pythrust's ``setup.py`` automatically downloads a binary\ndistribution of Thrust for the current platform.\n\n::\n\n import pythrust\n import asyncio\n\n loop = asyncio.get_event_loop()\n api = pythrust.API(loop)\n\n asyncio.async(api.spawn())\n \n window = api.window({})\n asyncio.async(window.show())\n \n loop.run_forever()\n\nStatus\n======\n\nSupport is only limited to the ``window`` object for now. Contributions are\nwelcomed\n\nSupport tested on Linux and MacOSX. Still a few bugs on Windows.\n\nDocumentation\n=============\n\nPending specific pythrust documentation, full API reference is available \nin the `Thrust Documentation`_\n\n\n.. This is your project NEWS file which will contain the release notes.\n.. Example: http://www.python.org/download/releases/2.6/NEWS.txt\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nNews\n====\n\n0.7.5\n-----\n\n*Release date: UNRELEASED*\n\n* Base API mechanism\n* Window bindings", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/breach/pythrust", "keywords": "thrust application shell framework chromium content module python", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pythrust", "package_url": "https://pypi.org/project/pythrust/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pythrust/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/breach/pythrust" }, "release_url": "https://pypi.org/project/pythrust/0.7.5/", "requires_dist": null, "requires_python": null, "summary": "Python language bindings for Thrust", "version": "0.7.5" }, "last_serial": 1306087, "releases": { "0.7.5": [ { "comment_text": "", "digests": { "md5": "14ec88ed0a914f66d6aa0df30b6aa8f4", "sha256": "0b2ce53539dbe1824738aa978e65a42de68084e5211037473d4d77b3646c927f" }, "downloads": -1, "filename": "pythrust-0.7.5.tar.gz", "has_sig": false, "md5_digest": "14ec88ed0a914f66d6aa0df30b6aa8f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5432, "upload_time": "2014-11-13T19:03:54", "url": "https://files.pythonhosted.org/packages/c1/6c/02fde7ff5dcb9c511b16bd4917ac9f4a73717dc2f867110905efff72a268/pythrust-0.7.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14ec88ed0a914f66d6aa0df30b6aa8f4", "sha256": "0b2ce53539dbe1824738aa978e65a42de68084e5211037473d4d77b3646c927f" }, "downloads": -1, "filename": "pythrust-0.7.5.tar.gz", "has_sig": false, "md5_digest": "14ec88ed0a914f66d6aa0df30b6aa8f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5432, "upload_time": "2014-11-13T19:03:54", "url": "https://files.pythonhosted.org/packages/c1/6c/02fde7ff5dcb9c511b16bd4917ac9f4a73717dc2f867110905efff72a268/pythrust-0.7.5.tar.gz" } ] }