{"id":37720144,"url":"https://github.com/farkon00/pyauto-compl","last_synced_at":"2026-01-16T13:31:42.776Z","repository":{"id":62592422,"uuid":"504637502","full_name":"farkon00/pyauto-compl","owner":"farkon00","description":"Library for auto complete in Python. It comes with set of standard english words for quick start.","archived":false,"fork":false,"pushed_at":"2023-01-10T15:05:34.000Z","size":1831,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T01:09:07.608Z","etag":null,"topics":["auto-completion","prefix-tree","python","python-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyauto-compl/","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/farkon00.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}},"created_at":"2022-06-17T18:36:53.000Z","updated_at":"2023-01-09T07:19:34.000Z","dependencies_parsed_at":"2023-02-08T19:16:12.221Z","dependency_job_id":null,"html_url":"https://github.com/farkon00/pyauto-compl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farkon00/pyauto-compl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fpyauto-compl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fpyauto-compl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fpyauto-compl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fpyauto-compl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farkon00","download_url":"https://codeload.github.com/farkon00/pyauto-compl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farkon00%2Fpyauto-compl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["auto-completion","prefix-tree","python","python-library"],"created_at":"2026-01-16T13:31:42.688Z","updated_at":"2026-01-16T13:31:42.764Z","avatar_url":"https://github.com/farkon00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyauto-compl\n\n__Pyauto-compl__ - library for auto complete in Python. It comes with set of standard english words for quick start.\n\nIt uses prefix tree data structure for better performance.\n\n# Quick start\n```shell\npip install pyauto-compl\n```\n\n```python\nfrom autocompl.compl import AutoComplete \n\ncompl = AutoComplete() # Gonna load minified words, around 274411 words\nprint(\"Loaded words\")\ncompletions = compl.get_completions(\"appl\") # Returns list of completions\nprint(completions)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarkon00%2Fpyauto-compl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarkon00%2Fpyauto-compl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarkon00%2Fpyauto-compl/lists"}