{"id":15525437,"url":"https://github.com/robertbasic/vim-pyqt5-importer","last_synced_at":"2025-02-22T19:41:08.360Z","repository":{"id":138844486,"uuid":"78540003","full_name":"robertbasic/vim-pyqt5-importer","owner":"robertbasic","description":"A VIM plugin to help with importing PyQt5 classes.","archived":false,"fork":false,"pushed_at":"2017-01-10T15:15:50.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T10:12:59.920Z","etag":null,"topics":[],"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/robertbasic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-10T14:16:06.000Z","updated_at":"2023-04-16T08:09:34.000Z","dependencies_parsed_at":"2023-03-17T23:15:18.119Z","dependency_job_id":null,"html_url":"https://github.com/robertbasic/vim-pyqt5-importer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fvim-pyqt5-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fvim-pyqt5-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fvim-pyqt5-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertbasic%2Fvim-pyqt5-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertbasic","download_url":"https://codeload.github.com/robertbasic/vim-pyqt5-importer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240229882,"owners_count":19768584,"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":[],"created_at":"2024-10-02T10:57:34.357Z","updated_at":"2025-02-22T19:41:08.341Z","avatar_url":"https://github.com/robertbasic.png","language":"Python","readme":"vim-pyqt5-importer\n==================\n\nA VIM plugin to help with importing PyQt5 classes.\n\nUsage\n=====\n\nCall `:PyQt5ImportClass` over a word that represents a PyQt5 class.\n\nMap it to a leader shortcut, for example:\n\n``` vim\nmap \u003cleader\u003epi :PyQt5ImportClass\u003ccr\u003e\n```\n\nRequirements\n============\n\nVIM must be compiled with Python3 support.\n\nAdd the following to the top of your `.vimrc` file, so VIM is \"tricked\" in using Python3.\n\n``` vim\n\" Force loading python3\nif has('python3')\nendif\n```\n\nNOTE: this can break plugins\n\nA JSON dump file created by [pyqt5-dumper](https://github.com/robertbasic/pyqt5-dumper).\n\nPut that JSON file somewhere and do a `let g:pyqt5importer_pyqt5_json_path=\"/path/to/dump.json\"` to tell the plugin where the JSON file is.\n\nBy default it will look for it in `~/.vim/pyqt5.json`.\n\nInstallation\n============\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n\n`Plug 'robertbasic/vim-pyqt5-importer'`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertbasic%2Fvim-pyqt5-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertbasic%2Fvim-pyqt5-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertbasic%2Fvim-pyqt5-importer/lists"}