{ "info": { "author": "Lev E. Givon", "author_email": "lev@columbia.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Framework :: IPython", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "Package Description\n-------------------\nripdb is a wrapper around the IPython debugger that enables one to connect to\nand control the debugger remotely via a socket handler. It combines\nthe functionality of `ipdb `_ and `rpdb\n`_ in a single package.\n\n.. image:: https://img.shields.io/pypi/v/ripdb.svg\n :target: https://pypi.python.org/pypi/ripdb\n :alt: Latest Version\n\nUsage\n-----\nAfter installation, include the following in your code: ::\n\n import ripdb\n ripdb.set_trace()\n\nThis will start the debugger on port 4444 by default; to use a different port\ninstantiate the debugger as follows: ::\n\n import ripdb\n ripdb.set_trace(port=12345)\n\nConnect to the debugger using telnet, netcat, or socat. If you want to enable \nline completion and editing, you need to disable several terminal features \nbefore connecting: ::\n\n SAVED_STTY=`stty -g`; stty -icanon -opost -echo -echoe -echok -echoctl \n -echoke; nc 127.0.0.1 4444; stty $SAVED_STTY\n\nDevelopment\n-----------\nThe latest release of the package may be obtained from\n`GitHub `_.\n\nAuthors\n-------\nSee the included `AUTHORS\n`_ file for more\ninformation.\n\nLicense\n-------\nThis software is licensed under the `BSD License\n`_. See the included\n`LICENSE `_ file for\nmore information.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lebedov/ripdb/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "ripdb", "package_url": "https://pypi.org/project/ripdb/", "platform": "", "project_url": "https://pypi.org/project/ripdb/", "project_urls": { "Homepage": "https://github.com/lebedov/ripdb/" }, "release_url": "https://pypi.org/project/ripdb/0.1.3/", "requires_dist": [ "ipython (>=3.0)", "six" ], "requires_python": "", "summary": "Remotely accessible IPython-enabled debugger", "version": "0.1.3" }, "last_serial": 3475307, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "883c106231a746a9a2cff577f74542f2", "sha256": "f85b25f8bace44eed634472e0814632455f6485cc6316e9afec60aa20d71823c" }, "downloads": -1, "filename": "ripdb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "883c106231a746a9a2cff577f74542f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14588, "upload_time": "2015-05-13T22:33:34", "url": "https://files.pythonhosted.org/packages/92/5c/b1958874700e4fb54702559c16f7ca42e2852c6918ae55d709181b0a5d8d/ripdb-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5cfbd8b1feb563c94d13e5b12c94400d", "sha256": "8b3ea9a12e0586a6d2dfac1e55a35cc772393a7e99e44964eb816b879d9aa302" }, "downloads": -1, "filename": "ripdb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5cfbd8b1feb563c94d13e5b12c94400d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15156, "upload_time": "2015-12-20T22:46:28", "url": "https://files.pythonhosted.org/packages/09/d9/d09d0d1fe27313a3914781752976f9ace33224eb12a0fdb4e438a89d5dd3/ripdb-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "86fd05945bedc7b90fc3c2c514f7d4c7", "sha256": "732f047ad272eaa2232695c27624478fc76cf9597f031c5769d57053415b071b" }, "downloads": -1, "filename": "ripdb-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86fd05945bedc7b90fc3c2c514f7d4c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5771, "upload_time": "2017-02-26T17:29:31", "url": "https://files.pythonhosted.org/packages/94/d2/e7fb533b49ae0f27a255cea0a456672d67e0dde76cc408c8f7c5da07545f/ripdb-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7228f77e151429f4f0918fdb99683bef", "sha256": "a61f2b668a24353bb53546f6146591f06a87243855e2c566223014322e852165" }, "downloads": -1, "filename": "ripdb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7228f77e151429f4f0918fdb99683bef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8619, "upload_time": "2016-02-22T16:51:38", "url": "https://files.pythonhosted.org/packages/8f/b1/de384edc221d76e1fe75eebff24bc71c566dbe0d81a56f131a599c021f5a/ripdb-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "72dd75aaf29638c373865ca5dac99ba3", "sha256": "1bf6c852405787fabc1414c558b8644ef475c106eade7fe052af178b5a40cf4f" }, "downloads": -1, "filename": "ripdb-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72dd75aaf29638c373865ca5dac99ba3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5690, "upload_time": "2018-01-09T19:38:40", "url": "https://files.pythonhosted.org/packages/20/7b/9fa879bb821cf3d568383bb800016c04632eb54a6fdd73466828384bad48/ripdb-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d0d73856ae9a26e1e096011fe9076f2", "sha256": "8bc6118ed3b130cb46266cb6c2d01e7b5478bb0c64c81edf559d7408bb01c064" }, "downloads": -1, "filename": "ripdb-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5d0d73856ae9a26e1e096011fe9076f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5125, "upload_time": "2018-01-09T19:38:43", "url": "https://files.pythonhosted.org/packages/55/63/bcb68586ba7d52602b6d6f9bae1de19c650942d9201e9139a9f4614d3758/ripdb-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72dd75aaf29638c373865ca5dac99ba3", "sha256": "1bf6c852405787fabc1414c558b8644ef475c106eade7fe052af178b5a40cf4f" }, "downloads": -1, "filename": "ripdb-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72dd75aaf29638c373865ca5dac99ba3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5690, "upload_time": "2018-01-09T19:38:40", "url": "https://files.pythonhosted.org/packages/20/7b/9fa879bb821cf3d568383bb800016c04632eb54a6fdd73466828384bad48/ripdb-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d0d73856ae9a26e1e096011fe9076f2", "sha256": "8bc6118ed3b130cb46266cb6c2d01e7b5478bb0c64c81edf559d7408bb01c064" }, "downloads": -1, "filename": "ripdb-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5d0d73856ae9a26e1e096011fe9076f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5125, "upload_time": "2018-01-09T19:38:43", "url": "https://files.pythonhosted.org/packages/55/63/bcb68586ba7d52602b6d6f9bae1de19c650942d9201e9139a9f4614d3758/ripdb-0.1.3.tar.gz" } ] }