{ "info": { "author": "Scott Barkman", "author_email": "scottbarkman@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Django PTVSD Debug\n\nA little manage.py tweak to attach a PTVSD debugger during runserver. \nBuilt with WSL development in mind since we have to treat it like remote in apps like VSCode (for now...)\n\n## Usage\n\n\n1. Add django_ptvsd to your INSTALLED_APPS _above_ Django\n\n```\nINSTALLED_APPS = (\n 'django_ptvsd',\n ...\n)\n```\n\n2. pass `--ptvsd` flag to runserver command\n\n```\ndjango-admin runserver --ptvsd\n```\n\n## Django Settings\n\n`PTVSD_ENABLE = False` Attach PTVSD by default. No need for `--ptvsd` flag\n\n`PTVSD_REMOTE_ADDRESS = '0.0.0.0'` - Which address to listen on\n\n`PTVSD_REMOTE_PORT = 5678` - Which port to listen on\n\n`PTVSD_WAIT_FOR_ATTACH = False` - Whether or not to wait for attach before continuing\n\n\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/scottbarkman/django-ptvsd-debug", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-ptvsd-debug", "package_url": "https://pypi.org/project/django-ptvsd-debug/", "platform": "", "project_url": "https://pypi.org/project/django-ptvsd-debug/", "project_urls": { "Homepage": "https://github.com/scottbarkman/django-ptvsd-debug" }, "release_url": "https://pypi.org/project/django-ptvsd-debug/1.0.3/", "requires_dist": [ "ptvsd (==4.*)" ], "requires_python": "", "summary": "Multithreaded django hook for PTVSD debugging", "version": "1.0.3" }, "last_serial": 4727080, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "ce1aec20f68be19999777c6d61cbc56e", "sha256": "645d0a5cb27f565bc54635dddbcb27a15570fef0b027883ebae0d4a1a98d3c63" }, "downloads": -1, "filename": "django_ptvsd_debug-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ce1aec20f68be19999777c6d61cbc56e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3733, "upload_time": "2019-01-22T17:22:16", "url": "https://files.pythonhosted.org/packages/af/09/da531bb38c6282f6de9adf0935799d8cdf08f424fd056e83d7c49f0143d9/django_ptvsd_debug-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c161351a9536e42f5a1e4de27dc269b", "sha256": "4c58dfe5b9be22e2cc09c1d87857d269d5a3263e8c9108f1d92701ce1ce9715d" }, "downloads": -1, "filename": "django-ptvsd-debug-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2c161351a9536e42f5a1e4de27dc269b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2050, "upload_time": "2019-01-22T17:22:18", "url": "https://files.pythonhosted.org/packages/6f/85/1db38aaca827c1d93333f63beb7169d87010e87611f43607192d2b464210/django-ptvsd-debug-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce1aec20f68be19999777c6d61cbc56e", "sha256": "645d0a5cb27f565bc54635dddbcb27a15570fef0b027883ebae0d4a1a98d3c63" }, "downloads": -1, "filename": "django_ptvsd_debug-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ce1aec20f68be19999777c6d61cbc56e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3733, "upload_time": "2019-01-22T17:22:16", "url": "https://files.pythonhosted.org/packages/af/09/da531bb38c6282f6de9adf0935799d8cdf08f424fd056e83d7c49f0143d9/django_ptvsd_debug-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c161351a9536e42f5a1e4de27dc269b", "sha256": "4c58dfe5b9be22e2cc09c1d87857d269d5a3263e8c9108f1d92701ce1ce9715d" }, "downloads": -1, "filename": "django-ptvsd-debug-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2c161351a9536e42f5a1e4de27dc269b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2050, "upload_time": "2019-01-22T17:22:18", "url": "https://files.pythonhosted.org/packages/6f/85/1db38aaca827c1d93333f63beb7169d87010e87611f43607192d2b464210/django-ptvsd-debug-1.0.3.tar.gz" } ] }