{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "\n\n[![](https://img.shields.io/pypi/pyversions/recursion-detect.svg?longCache=True)](https://pypi.org/project/recursion-detect/)\n\n#### Installation\n```bash\n$ [sudo] pip install recursion-detect\n```\n\n#### Functions\nfunction|`__doc__`\n-|-\n`recursion_detect.depth()` |return recursion depth. 0 if no recursion\n\n#### Examples\n```python\n>>> import recursion_detect\n>>> def recur():\n depth = recursion_detect.depth()\n print(\"depth = %s\" % depth)\n if depth==5:\n return\n recur()\n\n>>> recur()\n0\n1\n2\n3\n4\n```\n\n

\n python-readme-generator\n

", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/looking-for-a-job/recursion-detect.py", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "recursion-detect", "package_url": "https://pypi.org/project/recursion-detect/", "platform": "", "project_url": "https://pypi.org/project/recursion-detect/", "project_urls": { "Homepage": "https://github.com/looking-for-a-job/recursion-detect.py" }, "release_url": "https://pypi.org/project/recursion-detect/2019.4.13/", "requires_dist": null, "requires_python": "", "summary": "detect recursion", "version": "2019.4.13" }, "last_serial": 5587419, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "a21a6e29a7cca50263cc725b4f345f5b", "sha256": "8d3d3eed53d6463ccbbb734ca4c96283d41a3f8a4ab5f8316c7cf967e2246159" }, "downloads": -1, "filename": "recursion_detect-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a21a6e29a7cca50263cc725b4f345f5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 91924, "upload_time": "2018-08-18T23:24:18", "url": "https://files.pythonhosted.org/packages/33/05/8494cd5f8bb0839732fb49158723a14f1baf2cfef4bdc2141478a28b9e59/recursion_detect-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da8c61f93e17d486f5821c62e2f300f1", "sha256": "dab91bdf277ffaaa782478710dc71785c43554855032486eddccd3ae4873226a" }, "downloads": -1, "filename": "recursion-detect-0.0.0.tar.gz", "has_sig": false, "md5_digest": "da8c61f93e17d486f5821c62e2f300f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1209, "upload_time": "2018-08-18T23:24:19", "url": "https://files.pythonhosted.org/packages/9e/28/dfd2290422f444775470738b36412dfbb30a7f8479d1591ae9f0145f9bf1/recursion-detect-0.0.0.tar.gz" } ], "2018.11.20": [ { "comment_text": "", "digests": { "md5": "2ee8009b68aa3ea6878af0eb4f2d0160", "sha256": "fb58b5391f02d2031fd2a069e6975ef494f5494cd5837d0d099dd6834a5fd107" }, "downloads": -1, "filename": "recursion_detect-2018.11.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2ee8009b68aa3ea6878af0eb4f2d0160", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5847, "upload_time": "2018-11-20T23:12:02", "url": "https://files.pythonhosted.org/packages/15/d8/6e65a594b31cefdc26cbd2ab3b4228e687f79ea5d4baea2aefdf80cdb2d3/recursion_detect-2018.11.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22ad02c45874bdea22bc2612ad6016ff", "sha256": "80e9143bcf2ea92654f80fe9e461455d6606d4a204d78da8abef60750465ef0a" }, "downloads": -1, "filename": "recursion-detect-2018.11.20.tar.gz", "has_sig": false, "md5_digest": "22ad02c45874bdea22bc2612ad6016ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1314, "upload_time": "2018-11-20T23:12:03", "url": "https://files.pythonhosted.org/packages/ab/20/6c1de8d807727239dd159f56e0b87f8998a4288522f9f92079bd080a7609/recursion-detect-2018.11.20.tar.gz" } ], "2019.3.22": [ { "comment_text": "", "digests": { "md5": "9b306cfb47f4de8d2d1d3db7add4c5ed", "sha256": "55990411d0542994b29d849e9e128e4295f7f88e290ca7daed0747acae7678ee" }, "downloads": -1, "filename": "recursion_detect-2019.3.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b306cfb47f4de8d2d1d3db7add4c5ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 147356, "upload_time": "2019-03-24T11:19:21", "url": "https://files.pythonhosted.org/packages/6a/dc/c7623ab5afa5dda7b6e24852e43696e9144d24404d4ed13868b0c0100b65/recursion_detect-2019.3.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb3ad3f2cb9bfad53f19fa678b69e6a0", "sha256": "27e09ccfd5019c89b5589730347bb4be1012d9bae88febf7b85e73f1897d1950" }, "downloads": -1, "filename": "recursion-detect-2019.3.22.tar.gz", "has_sig": false, "md5_digest": "cb3ad3f2cb9bfad53f19fa678b69e6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1391, "upload_time": "2019-03-24T11:19:22", "url": "https://files.pythonhosted.org/packages/1d/40/a32d071d5c1bec32d0f19b2a0c427c13b7b4ac727bd95cb4d32959c53679/recursion-detect-2019.3.22.tar.gz" } ], "2019.4.13": [ { "comment_text": "", "digests": { "md5": "b5f1251e9b436b869bcc2be352164bb8", "sha256": "4427ac9fcb5dd8c457dc32e4e5f6adda372558c43e1ddca500b22aeb0946cb76" }, "downloads": -1, "filename": "recursion-detect-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "b5f1251e9b436b869bcc2be352164bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1414, "upload_time": "2019-04-13T08:18:41", "url": "https://files.pythonhosted.org/packages/86/8b/e68f367c638bb8bdaf3cef8b85af08abb6a6c2f4feb038a0bff8a5b7139e/recursion-detect-2019.4.13.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5f1251e9b436b869bcc2be352164bb8", "sha256": "4427ac9fcb5dd8c457dc32e4e5f6adda372558c43e1ddca500b22aeb0946cb76" }, "downloads": -1, "filename": "recursion-detect-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "b5f1251e9b436b869bcc2be352164bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1414, "upload_time": "2019-04-13T08:18:41", "url": "https://files.pythonhosted.org/packages/86/8b/e68f367c638bb8bdaf3cef8b85af08abb6a6c2f4feb038a0bff8a5b7139e/recursion-detect-2019.4.13.tar.gz" } ] }