{ "info": { "author": "Perry Kundert", "author_email": "perry@hardconsulting.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "In a multi-Threaded Python program, simple and priority scheduling may be\nrequired. The basic Python 'sched' implementation does not support Threads.\nUse 'import threading_sched as sched' to get the basic sched.scheduler API w/\nThread safety. The sched.scaled_scheduler provides a priority scheduler.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pjkundert/threading_sched", "keywords": "sched Thread", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "threading-sched", "package_url": "https://pypi.org/project/threading-sched/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/threading-sched/", "project_urls": { "Homepage": "https://github.com/pjkundert/threading_sched" }, "release_url": "https://pypi.org/project/threading-sched/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Threading_sched implements a Thread-safe version of Python sched", "version": "1.0.0" }, "last_serial": 2034490, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "800a7d3a62aadf484080deb1259da34b", "sha256": "f6f8bc9df1eecec6c1458c99002736459063521b51496469a9397e948178acdb" }, "downloads": -1, "filename": "threading_sched-1.0.0.tar.gz", "has_sig": false, "md5_digest": "800a7d3a62aadf484080deb1259da34b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7792, "upload_time": "2016-03-29T19:36:26", "url": "https://files.pythonhosted.org/packages/9f/7f/0a18e6b51dd0fecc69552c48fd3fd3c7cb484cd5d17a764e4e2d649f7dc0/threading_sched-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "800a7d3a62aadf484080deb1259da34b", "sha256": "f6f8bc9df1eecec6c1458c99002736459063521b51496469a9397e948178acdb" }, "downloads": -1, "filename": "threading_sched-1.0.0.tar.gz", "has_sig": false, "md5_digest": "800a7d3a62aadf484080deb1259da34b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7792, "upload_time": "2016-03-29T19:36:26", "url": "https://files.pythonhosted.org/packages/9f/7f/0a18e6b51dd0fecc69552c48fd3fd3c7cb484cd5d17a764e4e2d649f7dc0/threading_sched-1.0.0.tar.gz" } ] }