{"id":13501438,"url":"https://github.com/lebedov/ripdb","last_synced_at":"2025-05-05T21:14:09.081Z","repository":{"id":31876707,"uuid":"35445070","full_name":"lebedov/ripdb","owner":"lebedov","description":"Remotely accessible IPython-enabled debugger","archived":false,"fork":false,"pushed_at":"2022-03-27T05:23:05.000Z","size":29,"stargazers_count":29,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T21:14:01.913Z","etag":null,"topics":["debugging-tool","ipython","python","remote"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lebedov.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T19:25:01.000Z","updated_at":"2024-10-27T12:19:56.000Z","dependencies_parsed_at":"2022-09-10T19:40:14.533Z","dependency_job_id":null,"html_url":"https://github.com/lebedov/ripdb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebedov%2Fripdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebedov%2Fripdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebedov%2Fripdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lebedov%2Fripdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lebedov","download_url":"https://codeload.github.com/lebedov/ripdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577024,"owners_count":21770721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging-tool","ipython","python","remote"],"created_at":"2024-07-31T22:01:37.507Z","updated_at":"2025-05-05T21:14:09.063Z","avatar_url":"https://github.com/lebedov.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. -*- rst -*-\n\nRemotely Accessible IPython-Enabled Debugger\n============================================\n\nPackage 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 \u003chttps://github.com/gotcha/ipdb\u003e`_ and `rpdb\n\u003chttps://github.com/tamentis/rpdb\u003e`_ 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 \u003ctthps://github.com/lebedov/ripdb\u003e`_.\n\nAuthors\n-------\nSee the included `AUTHORS\n\u003chttps://github.com/lebedov/ripdb/blob/master/AUTHORS.rst\u003e`_ file for more\ninformation.\n\nLicense\n-------\nThis software is licensed under the `BSD License\n\u003chttp://www.opensource.org/licenses/bsd-license.php\u003e`_.  See the included\n`LICENSE \u003chttps://github.com/lebedov/ripdb/blob/master/LICENSE.rst\u003e`_ file for\nmore information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebedov%2Fripdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flebedov%2Fripdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebedov%2Fripdb/lists"}