{"id":13495989,"url":"https://github.com/mmshivesh/Python-Nova.novaextension","last_synced_at":"2025-03-28T17:34:41.150Z","repository":{"id":43332221,"uuid":"303335993","full_name":"mmshivesh/Python-Nova.novaextension","owner":"mmshivesh","description":"Python Extension for Panic's Nova editor for macOS","archived":false,"fork":false,"pushed_at":"2022-03-07T20:53:10.000Z","size":9358,"stargazers_count":22,"open_issues_count":15,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T19:57:27.670Z","etag":null,"topics":["language-server","language-server-protocol","nova","nova-editor","preferences","pyls","python-language-server","python3"],"latest_commit_sha":null,"homepage":"https://extensions.panic.com/extensions/works.creativecode/works.creativecode.python-nova/","language":"JavaScript","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/mmshivesh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-10-12T09:03:57.000Z","updated_at":"2023-09-04T18:13:55.000Z","dependencies_parsed_at":"2022-09-03T04:51:15.921Z","dependency_job_id":null,"html_url":"https://github.com/mmshivesh/Python-Nova.novaextension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmshivesh%2FPython-Nova.novaextension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmshivesh%2FPython-Nova.novaextension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmshivesh%2FPython-Nova.novaextension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmshivesh%2FPython-Nova.novaextension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmshivesh","download_url":"https://codeload.github.com/mmshivesh/Python-Nova.novaextension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222402874,"owners_count":16978753,"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":["language-server","language-server-protocol","nova","nova-editor","preferences","pyls","python-language-server","python3"],"created_at":"2024-07-31T19:01:40.442Z","updated_at":"2024-10-31T11:30:37.013Z","avatar_url":"https://github.com/mmshivesh.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Python for Nova\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/mmshivesh/PyLS-Nova.novaextension/master/extension.png\" height=\"128\" width=\"128\"\u003e\n\u003c/p\u003e\n\n![](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=Latest%20Version\u0026query=%24.version\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Fmmshivesh%2FPython-Nova.novaextension%2Fmaster%2Fextension.json)\n\nFull featured Python Language Server plugin (implements [PyLS](https://github.com/python-lsp/python-lsp-server)) for Nova, supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe, PyDoc and CodeStyles.\n\nAlso supports all the Python Language Server plugins → `mypy`, `isort` and `black`\n\n## Working Features\n\n- [x] Auto-completion (including snippet fills-- Turn on `Include Function and Class Parameters`, Fixed in Nova 2.0)\n- [x] Follow imports (Fixed in Nova 2.0)\n- [x] Full Function hover tooltips with syntax highlighting\n- [x] Module and function docstrings\n- [x] PyDocStyle and PyCodeStyle flags\n- [x] McCabe Cyclomatic Complexity\n- [x] Automatic Preferences Reload on changes (Some preferences still need a full extension reload).\n\n## Installation\n\n1. Install the LSP server and its dependencies using:\n\n```bash\npip3 install 'python-lsp-server[all]'\n```\n\n2. Enable required modules from settings.\n\n3. (Optional) Install Python Language Server plugins and enable them from settings:\n\n- `mypy` plugin: `pip3 install pyls-mypy`\n\n- `isort` plugin: `pip3 install pyls-isort`\n\n- `black` plugin: `pip3 install pyls-black`\n\n\n## Features\n\n- Real time Linting (Pyflakes):\n\n![](https://raw.githubusercontent.com/mmshivesh/Python-Nova.novaextension/master/.github/images/realtimeLinting.png)\n\n- Hover actions on Functions and Modules:\n\n![](https://raw.githubusercontent.com/mmshivesh/Python-Nova.novaextension/master/.github/images/hover.png)\n\n- PyCodeStyle and PyDocStyle hints:\n\n![](https://raw.githubusercontent.com/mmshivesh/Python-Nova.novaextension/master/.github/images/doccode.gif)\n\n- Autocomplete using Jedi:\n\n![](https://raw.githubusercontent.com/mmshivesh/Python-Nova.novaextension/master/.github/images/autoComplete.gif)\n\n## Contributing\n\nI would be extremely grateful if you could lend a hand in the development of this extension. PRs with new features and fixes would be greatly appreciated. Also, feel free to open bug reports.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmshivesh%2FPython-Nova.novaextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmshivesh%2FPython-Nova.novaextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmshivesh%2FPython-Nova.novaextension/lists"}