# Debugger tool
[X](https://twitter.com/itsrishub) | [linkedin](https://www.linkedin.com/in/itsrishub)
Debug your code with advance python module, get time of execution, parameters, returns and many more.
Import:
```
from xladybug import debug
```
Usage for functions:
```
@debug
def function():
#your_code
```
Usage for variables:
```
x = 10
debug(x)
```
Usage for debugging:
```
debug('here!')
```
Raw data
{
"_id": null,
"home_page": "https://github.com/itsrishub/xladybug",
"name": "xladybug",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,debugger,performance",
"author": "Rishub Kumar",
"author_email": "itsrishub@gmail.com",
"download_url": "",
"platform": null,
"description": "\n# Debugger tool\n[X](https://twitter.com/itsrishub) | [linkedin](https://www.linkedin.com/in/itsrishub)\n\nDebug your code with advance python module, get time of execution, parameters, returns and many more.\n\nImport:\n```\nfrom xladybug import debug\n```\n\nUsage for functions:\n```\n@debug\ndef function():\n #your_code\n```\n\nUsage for variables:\n```\nx = 10\ndebug(x)\n```\n\nUsage for debugging:\n```\ndebug('here!')\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Used for debugging.",
"version": "0.0.10",
"project_urls": {
"Homepage": "https://github.com/itsrishub/xladybug"
},
"split_keywords": [
"python",
"debugger",
"performance"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b3f96dec9a6646463e162774e624bfc4e87916dcbc87845c9ea49ae0a0463bff",
"md5": "e56d45a5dcad25ecde6255a016e67b5d",
"sha256": "d1276c27ac21db951dde28cc7aca0bd1255bc368e13459229c9354c9f68f4c0b"
},
"downloads": -1,
"filename": "xladybug-0.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e56d45a5dcad25ecde6255a016e67b5d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2292,
"upload_time": "2024-01-13T19:54:57",
"upload_time_iso_8601": "2024-01-13T19:54:57.034924Z",
"url": "https://files.pythonhosted.org/packages/b3/f9/6dec9a6646463e162774e624bfc4e87916dcbc87845c9ea49ae0a0463bff/xladybug-0.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-13 19:54:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "itsrishub",
"github_project": "xladybug",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "xladybug"
}