{ "info": { "author": "Stephan Hofmockel", "author_email": "Use the github issues", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: POSIX", "Programming Language :: C", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Python C-Extension using pthread to reimplement threading.Event\n\nthreading.Event in python 2.X uses a sleep-poll loop to wait for an event.\nThis module uses the native pthread calls 'pthread_cond_timedwait' and\n'pthread_cond_wait' to accomplish the same task.\n", "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/stephan-hof/pthread_event", "keywords": "event pthread", "license": "boost", "maintainer": null, "maintainer_email": null, "name": "pthread_event", "package_url": "https://pypi.org/project/pthread_event/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pthread_event/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stephan-hof/pthread_event" }, "release_url": "https://pypi.org/project/pthread_event/0.2/", "requires_dist": null, "requires_python": null, "summary": "Event using pthread lock API", "version": "0.2" }, "last_serial": 1276808, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a37972f680e54d0329ddbb908d40084c", "sha256": "973f0c7cb3350db784184bba6355413275fca00f4781cba95c7a93737b574692" }, "downloads": -1, "filename": "pthread_event-0.1.tar.gz", "has_sig": false, "md5_digest": "a37972f680e54d0329ddbb908d40084c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2867, "upload_time": "2013-06-18T12:00:17", "url": "https://files.pythonhosted.org/packages/36/b4/652dd2f8cc09d779087bceb77a179537f73caf975aef7de5414b3703727d/pthread_event-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4bcc3318c2f27d15667095de99bab836", "sha256": "56b676b863fdef7a61f64e59b43fbd7d5478e7ebef92035cc78f6ae78c3a081f" }, "downloads": -1, "filename": "pthread_event-0.2.tar.gz", "has_sig": false, "md5_digest": "4bcc3318c2f27d15667095de99bab836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3971, "upload_time": "2014-10-20T17:31:14", "url": "https://files.pythonhosted.org/packages/1d/f7/7fbc5684afeb10984b1c4d2d2f60610ba6ac51457c620cd96ea8fff9147b/pthread_event-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bcc3318c2f27d15667095de99bab836", "sha256": "56b676b863fdef7a61f64e59b43fbd7d5478e7ebef92035cc78f6ae78c3a081f" }, "downloads": -1, "filename": "pthread_event-0.2.tar.gz", "has_sig": false, "md5_digest": "4bcc3318c2f27d15667095de99bab836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3971, "upload_time": "2014-10-20T17:31:14", "url": "https://files.pythonhosted.org/packages/1d/f7/7fbc5684afeb10984b1c4d2d2f60610ba6ac51457c620cd96ea8fff9147b/pthread_event-0.2.tar.gz" } ] }