# py-debugs
Debug utils for Python
## Install
pip install py-debugs
## Using
import py_debug as d
import logging # optional
@d.call_counter(mute_after=1, log_every=100)
def counter(i):
pass
if __name__ == '__main__':
for i in range(10000):
counter(i)
Raw data
{
"_id": null,
"home_page": "https://github.io/DDSurok/py-debug",
"name": "py-debugs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "logging log debug",
"author": "DDSurok",
"author_email": "ddsurok@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3c/67/92232ce642866761e975a6df1dc9ea5245e09ae0272eee233f38afbbe02c/py-debugs-0.1.1.tar.gz",
"platform": null,
"description": "# py-debugs\nDebug utils for Python\n\n## Install\n pip install py-debugs\n\n## Using\n import py_debug as d\n import logging # optional\n\n \n @d.call_counter(mute_after=1, log_every=100)\n def counter(i):\n pass\n \n \n if __name__ == '__main__':\n for i in range(10000):\n counter(i)\n",
"bugtrack_url": null,
"license": "",
"summary": "This is the simplest module for logging functions.",
"version": "0.1.1",
"project_urls": {
"GitHub": "https://github.io/DDSurok/py-debug",
"Homepage": "https://github.io/DDSurok/py-debug"
},
"split_keywords": [
"logging",
"log",
"debug"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3d9780276abeced7dff04f39286d3ff564be438f5f7652b0705e185eae83ac6a",
"md5": "d7806693de7d73827e8a5c046e2482e2",
"sha256": "f2bd3ffe9647603d2aba3cc68142b5f790e81bf28ae824109d1dc04976741cff"
},
"downloads": -1,
"filename": "py_debugs-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7806693de7d73827e8a5c046e2482e2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3164,
"upload_time": "2023-12-23T11:54:01",
"upload_time_iso_8601": "2023-12-23T11:54:01.484374Z",
"url": "https://files.pythonhosted.org/packages/3d/97/80276abeced7dff04f39286d3ff564be438f5f7652b0705e185eae83ac6a/py_debugs-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c6792232ce642866761e975a6df1dc9ea5245e09ae0272eee233f38afbbe02c",
"md5": "3dc6af80e4d772d53153c96ef7c2d282",
"sha256": "0b3dc36d443121e0b1de158d20bda70d0a617143a0de6ffb09b23017362960cf"
},
"downloads": -1,
"filename": "py-debugs-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "3dc6af80e4d772d53153c96ef7c2d282",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3025,
"upload_time": "2023-12-23T11:54:02",
"upload_time_iso_8601": "2023-12-23T11:54:02.991535Z",
"url": "https://files.pythonhosted.org/packages/3c/67/92232ce642866761e975a6df1dc9ea5245e09ae0272eee233f38afbbe02c/py-debugs-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-23 11:54:02",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "py-debugs"
}