{"id":13895253,"url":"https://github.com/atom-community/ide-python","last_synced_at":"2025-07-21T16:07:00.171Z","repository":{"id":36999133,"uuid":"103319847","full_name":"atom-community/ide-python","owner":"atom-community","description":"Python language support for Atom-IDE :atom: :snake:","archived":false,"fork":false,"pushed_at":"2023-10-15T16:25:15.000Z","size":10271,"stargazers_count":236,"open_issues_count":137,"forks_count":39,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-19T15:08:57.910Z","etag":null,"topics":["atom","atom-ide","ide-python","language-server","python","python-language-support"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/ide-python","language":"JavaScript","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/atom-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-12T20:56:52.000Z","updated_at":"2025-03-22T05:47:10.000Z","dependencies_parsed_at":"2024-11-26T08:45:53.434Z","dependency_job_id":null,"html_url":"https://github.com/atom-community/ide-python","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/atom-community/ide-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom-community%2Fide-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom-community%2Fide-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom-community%2Fide-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom-community%2Fide-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atom-community","download_url":"https://codeload.github.com/atom-community/ide-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom-community%2Fide-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332543,"owners_count":23912662,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["atom","atom-ide","ide-python","language-server","python","python-language-support"],"created_at":"2024-08-06T18:02:05.651Z","updated_at":"2025-07-21T16:07:00.147Z","avatar_url":"https://github.com/atom-community.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# IDE-python package\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/lgeiger/ide-python.svg)](https://greenkeeper.io/)\n\nPython language support for [Atom-IDE](https://atom-ide-community.github.io), powered by the [Python language server](https://github.com/palantir/python-language-server).\n\n![ide-python](https://user-images.githubusercontent.com/13285808/30352538-b9687a76-9820-11e7-8876-c22751645d36.png)\n\n## Requirements\n\n[`ide-python`](https://atom.io/packages/ide-python) requires [Atom `1.21+`](https://atom.io/), [Python language server `0.29+`](https://github.com/palantir/python-language-server) and the [`atom-ide-base`](https://atom.io/packages/atom-ide-base) package to expose the functionality within Atom.\n\n### Important\n\nPlease note that `atom-ide-ui` is now deprecated, therefore, you must use the packages supplied from `atom-ide-community` as mentioned above. Links are also provided for more information.\n\n## Feature Providers\n\n- [Jedi](https://github.com/davidhalter/jedi) for Completions, Definitions, Hover, References, Signature Help, and Symbols\n- [Rope](https://github.com/python-rope/rope) for Completions and renaming\n- [Pyflakes](https://github.com/PyCQA/pyflakes) linter to detect various errors\n- [McCabe](https://github.com/PyCQA/mccabe) linter for complexity checking\n- [pycodestyle](https://github.com/PyCQA/pycodestyle) linter for style checking\n- [Pylint](https://www.pylint.org/) linter to detect various errors\n- [Flake8](http://flake8.pycqa.org/en/latest/) linter to detect various errors\n- [pydocstyle](https://github.com/PyCQA/pydocstyle) linter for docstring style checking\n- [autopep8](https://github.com/hhatto/autopep8) for code formatting (preferred over YAPF)\n- [YAPF](https://github.com/google/yapf) for code formatting\n\n## Installation\n\n### Language Server\n\nInstall the language server (0.29.0 or newer) with:\n\n```bash\npython -m pip install 'python-language-server[all]'\n```\n\nThis command will install the language server and all supported feature providers, which can be enabled or disabled in the settings. Checkout the [official installation instructions](https://github.com/palantir/python-language-server#installation) on how to install only the providers you need.\n\nYou can verify that everything is correctly installed by running `python -m pyls --help` from the command line.\nIt should return\n\n```bash\nusage: pyls [-h] [--tcp] [--host HOST] [--port PORT]\n            [--log-config LOG_CONFIG | --log-file LOG_FILE] [-v]\n\nPython Language Server\n...\n```\n\nIf you have installed `pyls` using a non default installation of Python, you can add modify the _Python Executable_ config in the `ide-python` settings.\n\n### Atom Package\n\nInstall `ide-python` and [`atom-ide-base`](https://atom.io/packages/atom-ide-base) from _Install_ in Atom's settings or run:\n\n```bash\napm install atom-ide-base\napm install ide-python\n```\n\nTo use the debugger you need to install `atom-ide-debugger` and `atom-ide-console` as well:\n\n```\napm install atom-ide-debugger\napm install atom-ide-console\n```\n\n### Debugger (experimental)\n\nAfter installation of the above packages:\n\n- Open the file you need to debug\n- Use CTRL+SHIFT+P and run \"Show Debugger\" to show the debugger pane\n- Click add target button and fill the information\n- Debug your application like the gif\n\n![python-debugger](https://user-images.githubusercontent.com/16418197/98758920-7a118580-2395-11eb-9b46-6dc62a1d80e6.gif)\n\n## Configuration\n\nConfiguration is loaded from zero or more configuration sources.\n\n- `pycodestyle`: discovered in `~/.config/pycodestyle`, `setup.cfg`, `tox.ini` and `pycodestyle.cfg`\n- `flake8`: discovered in `~/.config/flake8`, `setup.cfg`, `tox.ini` and `flake8.cfg`\n\nOverall configuration is computed first from user configuration (in home directory), overridden by configuration in the `ide-python` settings, and then overridden by configuration discovered in the current project.\n\n## Contributing\n\nAlways feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/lgeiger/ide-python/issues/new) or working on some of the [open issues](https://github.com/lgeiger/ide-python/issues), Atom's [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) will help get you started.\n\n## License\n\nMIT License. See [the license](LICENSE.md) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom-community%2Fide-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatom-community%2Fide-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom-community%2Fide-python/lists"}