{"id":15014629,"url":"https://github.com/bragradon/ipython-copilot-completer","last_synced_at":"2025-04-09T19:23:19.641Z","repository":{"id":64924731,"uuid":"579578018","full_name":"bragradon/ipython-copilot-completer","owner":"bragradon","description":"Use GitHub Copilot to complete lines in iPython","archived":false,"fork":false,"pushed_at":"2024-04-29T01:33:09.000Z","size":35,"stargazers_count":32,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T21:22:19.355Z","etag":null,"topics":["copilot","github-copilot","ipython"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bragradon.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":"2022-12-18T06:34:36.000Z","updated_at":"2024-10-25T05:21:13.000Z","dependencies_parsed_at":"2023-12-05T07:26:50.516Z","dependency_job_id":"5f9a38b3-cb57-4597-8623-3b95e660300c","html_url":"https://github.com/bragradon/ipython-copilot-completer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bragradon%2Fipython-copilot-completer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bragradon%2Fipython-copilot-completer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bragradon%2Fipython-copilot-completer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bragradon%2Fipython-copilot-completer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bragradon","download_url":"https://codeload.github.com/bragradon/ipython-copilot-completer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248095911,"owners_count":21046941,"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":["copilot","github-copilot","ipython"],"created_at":"2024-09-24T19:45:52.136Z","updated_at":"2025-04-09T19:23:19.610Z","avatar_url":"https://github.com/bragradon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPython Copilot Completer\n\nIPython Copilot Completer is a plugin for the IPython interactive shell that provides line completion using GitHub Copilot.\n\n## Installation\n\n```bash\n# Method 1: wheel\nV=\"0.0.10\"\nwget https://github.com/bragradon/ipython-copilot-completer/releases/download/v$V/IPython_Copilot_Completer-$V-py3-none-any.whl\npip install IPython_Copilot_Completer-$V-py3-none-any.whl\n\n# Method 2: local install\ngit clone https://github.com/bragradon/ipython-copilot-completer.git\ncd ipython-copilot-completer\npip install -e .\n```\n\nOnce installed, you can activate the plugin by running the following command in an IPython session:\n\n```python\n%load_ext copilot_completer\n```\n\n## Configuration\n\nYou will need to provide a GitHub Copilot API Token to use IPython Copilot Completer.\nYou can obtain a token by running the following magic command in an IPython session:\n\n```python\n%copilot_login\n```\n\nThis will open a browser window where you can log in to GitHub and generate a token.\n\nSave the token and set it via the `GITHUB_COPILOT_ACCESS_TOKEN` environment variable so you don't have to login again next time.\n\n## Usage\n\nSuggestions will automatically show up while you're typing. Press right arrow key to accept them.\n\n## License\n\nIPython Copilot Completer is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbragradon%2Fipython-copilot-completer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbragradon%2Fipython-copilot-completer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbragradon%2Fipython-copilot-completer/lists"}