{"id":15681782,"url":"https://github.com/sloria/vim-ped","last_synced_at":"2026-02-18T20:32:37.798Z","repository":{"id":66150656,"uuid":"42148102","full_name":"sloria/vim-ped","owner":"sloria","description":":athletic_shoe:  Quickly open Python modules in vim","archived":false,"fork":false,"pushed_at":"2015-09-10T05:13:38.000Z","size":140,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T18:59:18.727Z","etag":null,"topics":["python","vim"],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sloria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-09T01:13:15.000Z","updated_at":"2025-04-30T19:28:13.000Z","dependencies_parsed_at":"2023-02-19T23:30:38.945Z","dependency_job_id":null,"html_url":"https://github.com/sloria/vim-ped","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sloria/vim-ped","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fvim-ped","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fvim-ped/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fvim-ped/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fvim-ped/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sloria","download_url":"https://codeload.github.com/sloria/vim-ped/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fvim-ped/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29594259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["python","vim"],"created_at":"2024-10-03T16:59:50.133Z","updated_at":"2026-02-18T20:32:37.778Z","avatar_url":"https://github.com/sloria.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ped.vim\n\nQuickly open Python modules based on Python import paths.\n\nThis is particularly useful for viewing/editing third-party packages in a virtual environment.\n\n## Quickstart\n\n```vim\n:Ped \u003cpath.to.module\u003e\n```\n\n### Examples\n\n```vim\n:Ped django.shortcuts\n:Ped django.views.generic.TemplateView\n\n\" Partial matches work, too\n:Ped django.views.generic.Templ\n```\n\n## Installation\n\nRequires the [ped](https://pypi.python.org/pypi/ped) Python package (installable with `pip`).\n\n```bash\n$ pip install -U ped\n```\n\nThen add this plugin using your favorite plugin manager.\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\n\" ~/.vimrc\nPlug 'sloria/vim-ped'\n```\n## Defining mappings\n\n- `\u003cPlug\u003ePedPrompt`: Shortcut to input `:Ped ` in the command line.\n- `\u003cPlug\u003ePedVword`: Input `:Ped pkg` in the command line, where \"pkg\" is the current visual selection.\n- `\u003cPlug\u003ePedVwordExec`: Like `\u003cPlug\u003ePedVword`, but executes immediately.\n- `\u003cPlug\u003ePedCword`: Input `:Ped pkg` in the command line, where \"pkg\" is the current word under the cursor.\n- `\u003cPlug\u003ePedCwordExec`: Like `\u003cPlug\u003ePedCword`, but executes immediately.\n\n\n### Example mappings\n\n```vim\nnmap \u003cleader\u003ee \u003cPlug\u003ePedPrompt\nnmap \u003cleader\u003eE \u003cPlug\u003ePedCwordExec\nvmap \u003cleader\u003ee \u003cPlug\u003ePedVwordExec\n```\n\n## Configuration\n\n```vim\n\" Vim command to open files, defaults to 'edit'\n\" Examples: 'tabedit', 'split', 'vsplit'\nlet g:ped_edit_command = 'edit'\n\n\" ped executable, defaults to 'ped'\nlet g:ped_executable = 'ped'\n```\n\n## License\n\n[MIT Licensed](http://sloria.mit-license.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloria%2Fvim-ped","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsloria%2Fvim-ped","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloria%2Fvim-ped/lists"}