{ "info": { "author": "Ryan Birmingham", "author_email": "birm@rbirm.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: PL/SQL", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: SQL", "Topic :: Database" ], "description": "# dbThrottle\nPython Class to run code with consideration to DB load.\n\n## Why\nThrottling code to work under the constraints of a server makes sense in certain situations, especially when replica lag comes into play. This project hopes to simplify acting on this consideration.\n\n## What\nA, still early, python module, which introduces a functional type to complete a task or continiously run an operation, taking database load and similar metrics into account.\nThe code will work with any metric you want to define, but we've included replia lag an open threads/connections as default metrics for mssql, mysql, postgresql, and oracle.\n\n## Who\nRyan Birmingham, under GPL3", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://rbirm.us", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "dbThrottle", "package_url": "https://pypi.org/project/dbThrottle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dbThrottle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://rbirm.us" }, "release_url": "https://pypi.org/project/dbThrottle/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Python Class to run code with consideration to DB load.", "version": "0.0.3" }, "last_serial": 2546763, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0e6e9347666521577562c1282374f669", "sha256": "b72bfd5206ce3c20f10f8d1eff44d313bbda5f88608048878e2d42f5856821d7" }, "downloads": -1, "filename": "dbThrottle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0e6e9347666521577562c1282374f669", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1017, "upload_time": "2016-12-27T14:43:15", "url": "https://files.pythonhosted.org/packages/ef/ea/a23afd044ebab325c9a02547d4071984f33ad70895b643d627a0b68f2c98/dbThrottle-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ecb964718d957f7b8703ee2b5f4b9d1a", "sha256": "0572fc49ecb655a09a3183bfdb17de08c9601b14e12946f1aabdca9cbdbab60f" }, "downloads": -1, "filename": "dbThrottle-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ecb964718d957f7b8703ee2b5f4b9d1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2073, "upload_time": "2016-12-29T16:40:48", "url": "https://files.pythonhosted.org/packages/ac/5d/24b0551ca664e82dcb1a2e31e40c6fcfd50a9e1837ff69773f96d6f6d1a3/dbThrottle-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "bff4c33f2b77cd8f03cb9cbc1f97b7dc", "sha256": "1e29965e625c353f33be53811b796ecf9b140ac46f63c6810c462ad1835ad44b" }, "downloads": -1, "filename": "dbThrottle-0.0.3.tar.gz", "has_sig": false, "md5_digest": "bff4c33f2b77cd8f03cb9cbc1f97b7dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2523, "upload_time": "2016-12-30T21:02:38", "url": "https://files.pythonhosted.org/packages/02/72/10170611dea948257a458f3ada649c78d36fdee32b6c819cfeafc1d266ec/dbThrottle-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bff4c33f2b77cd8f03cb9cbc1f97b7dc", "sha256": "1e29965e625c353f33be53811b796ecf9b140ac46f63c6810c462ad1835ad44b" }, "downloads": -1, "filename": "dbThrottle-0.0.3.tar.gz", "has_sig": false, "md5_digest": "bff4c33f2b77cd8f03cb9cbc1f97b7dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2523, "upload_time": "2016-12-30T21:02:38", "url": "https://files.pythonhosted.org/packages/02/72/10170611dea948257a458f3ada649c78d36fdee32b6c819cfeafc1d266ec/dbThrottle-0.0.3.tar.gz" } ] }