{"id":24614311,"url":"https://github.com/cwaldbieser/pyoracle_tui","last_synced_at":"2026-05-18T10:07:56.905Z","repository":{"id":274070653,"uuid":"921762012","full_name":"cwaldbieser/pyoracle_tui","owner":"cwaldbieser","description":"Terminal user interface for making SQL queries against an Orale DB","archived":false,"fork":false,"pushed_at":"2025-08-29T19:04:51.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T23:32:45.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwaldbieser.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-24T15:11:41.000Z","updated_at":"2025-08-29T19:04:54.000Z","dependencies_parsed_at":"2025-03-18T17:46:08.995Z","dependency_job_id":"9ec13e61-99fb-49cb-b84a-a8b540724a38","html_url":"https://github.com/cwaldbieser/pyoracle_tui","commit_stats":null,"previous_names":["cwaldbieser/pyoracle_tui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cwaldbieser/pyoracle_tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fpyoracle_tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fpyoracle_tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fpyoracle_tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fpyoracle_tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwaldbieser","download_url":"https://codeload.github.com/cwaldbieser/pyoracle_tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fpyoracle_tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-24T21:16:06.210Z","updated_at":"2026-05-18T10:07:56.888Z","avatar_url":"https://github.com/cwaldbieser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nPyOracle TUI\n============\n\nA terminal user interface for eexecuting SQL queries against an Oracle database.\n\nRequirements:\n\n- Python 3.12+\n- Oracle Instant Client\n\nSetup when using `pipenv`\n-------------------------\n\nCreate a `.env` file that appends the Oracle instant client location to LD_LIBRARY_PATH.\ne.g.\n\n.. code-block:: sh\n\n   LD_LIBRARY_PATH=/home/myuser/.local/opt/oracle/instantclient_21.1:\"$LD_LIBRARY_PATH\"\n\nConfguring Tabs\n---------------\n\nIn `~/.config/pyoracle_tui/pyoracle_tui.toml`.\nBasic structure is:\n\n.. code-block:: toml\n\n    [tab.1]\n    sql_file = \"/tmp/pyoracle.01.sql\"\n    results_file = \"/tmp/pyoracle-results.01.csv\"\n\n    [tab.2]\n    sql_file = \"/tmp/pyoracle.02.sql\"\n    results_file = \"/tmp/pyoracle-results.02.csv\"\n\n\nConfiguring connections\n-----------------------\n\nIn `~/.config/pyoracle_tui/pyoracle_tui.toml`.\nBasic structure is:\n\n.. code-block:: toml\n\n    [connections.conn01]\n    desc = \"XYZZY Connection\"\n    host = \"xyzzy.example.org\"\n    database = \"magic\"\n    user = \"wizard\"\n    passwd = \"pr3$to!\"\n\n    [connections.conn02]\n    desc = \"FROTZ Connection\"\n    host = \"zork.examle.com\"\n    database = \"gue\"\n    user = \"adventurer\"\n    passwd = \"bra$$lantern\"\n\nEnvironment Variables\n---------------------\n\n- EDITOR - external editor to use for composing queries.\n- SPREADSHEET - external spreadsheet application to use for exporting data.\n\nExample Commandline\n-------------------\n\n.. code-block:: shell\n\n   $ pipenv run textual run ./pyoracle_tui.py\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Fpyoracle_tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwaldbieser%2Fpyoracle_tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Fpyoracle_tui/lists"}