{"id":33185523,"url":"https://github.com/eshepelyuk/pykli","last_synced_at":"2025-11-17T10:01:36.682Z","repository":{"id":169980358,"uuid":"645933789","full_name":"eshepelyuk/pykli","owner":"eshepelyuk","description":"Interactive ksqlDB command line client with autocompletion and syntax highlighting written in Python","archived":true,"fork":false,"pushed_at":"2023-08-08T19:12:03.000Z","size":106,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-20T15:55:39.012Z","etag":null,"topics":["cli","confluent","console-application","kafka","ksql","ksqldb","ksqldb-cli","tui"],"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/eshepelyuk.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}},"created_at":"2023-05-26T19:46:32.000Z","updated_at":"2023-10-05T18:49:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6a55c06-3cb4-4796-bbff-363a558416db","html_url":"https://github.com/eshepelyuk/pykli","commit_stats":null,"previous_names":["eshepelyuk/pykli"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/eshepelyuk/pykli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshepelyuk%2Fpykli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshepelyuk%2Fpykli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshepelyuk%2Fpykli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshepelyuk%2Fpykli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshepelyuk","download_url":"https://codeload.github.com/eshepelyuk/pykli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshepelyuk%2Fpykli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284861038,"owners_count":27075155,"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-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","confluent","console-application","kafka","ksql","ksqldb","ksqldb-cli","tui"],"created_at":"2025-11-16T05:00:20.093Z","updated_at":"2025-11-17T10:01:36.676Z","avatar_url":"https://github.com/eshepelyuk.png","language":"Python","funding_links":[],"categories":["\u003ca name=\"data-management-tabular\"\u003e\u003c/a\u003eData management - Tabular data"],"sub_categories":[],"readme":"# pyKLI\n\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)\n![PyPI - Version](https://img.shields.io/pypi/v/pykli?color=greenlight)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pykli)\n![PyPI - License](https://img.shields.io/pypi/l/pykli)\n\nInteractive command line client for [ksqlDB](https://ksqldb.io/)\nwith autocompletion and syntax highlighting written in Python.\n\nInspired by and also borrowed some code from the great family of CLI tools https://www.dbcli.com/.\n\nThe project is in early stage, but usable for supported functionality.\n\nAll your PRs and suggestions are welcome.\n\n## Installation\n\n* Latest released version\n```sh\npip install pykli\n```\n\n* From latest source code\n```sh\npip install -U git+https://github.com/eshepelyuk/pykli@main\n```\n## Features\n\n* Command history and search, history based autosuggestion.\n* KSQL command keywords autocompletion.\n* Run multiple commands from local file.\n* Partial KSQL syntax highlighting based on `Pygments` SQL.\n* Pretty tabular output with highlighting based on `Pygments` themes.\n* Supported KSQL commands.\n\n    * `SHOW`, `LIST`\n    * `DESCRIBE`, without `EXTENDED`\n    * `DROP`\n    * `CREATE`\n    * `RUN SCRIPT`\n    * `TERMINATE`\n    * `SELECT`  for Pull queries\n    * `INSERT`\n    * `DEFINE`, `UNDEFINE`\n\n## TODO (prioritized)\n\n* Push queries, i.e. with `EMIT CHANGES` for `SELECT` statement\n* `PAUSE` / `RESUME`\n* KSQL syntax support with Pygments\n* `DESCRIBE ... EXTENDED`\n* `EXPLAIN`\n* Auto detect when needed output via pager\n* Metadata autocompletion\n    * table ans stream names\n    * column names and functions in queries\n    * topic and connector names\n    * session variables\n    * attributes of `WITH` blocks\n* In-place KSQL editing with default editor\n* Internal help\n* More configuration options and configuration file\n    * pygments theme\n    * server profiles\n    * etc etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshepelyuk%2Fpykli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshepelyuk%2Fpykli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshepelyuk%2Fpykli/lists"}