{"id":18333995,"url":"https://github.com/pj-simpson/clidat","last_synced_at":"2026-04-27T20:32:16.197Z","repository":{"id":156759479,"uuid":"608594313","full_name":"pj-simpson/CLIdat","owner":"pj-simpson","description":"Inspect Codat JSON in the terminal!","archived":false,"fork":false,"pushed_at":"2023-04-27T14:52:34.000Z","size":312,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:59:49.305Z","etag":null,"topics":["accounting","api-client","cli","json","tui"],"latest_commit_sha":null,"homepage":"https://docs.codat.io/","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/pj-simpson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-02T10:45:17.000Z","updated_at":"2023-09-21T12:31:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b606f0e-41fe-4336-b768-9c934f0dff7f","html_url":"https://github.com/pj-simpson/CLIdat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pj-simpson/CLIdat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pj-simpson%2FCLIdat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pj-simpson%2FCLIdat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pj-simpson%2FCLIdat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pj-simpson%2FCLIdat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pj-simpson","download_url":"https://codeload.github.com/pj-simpson/CLIdat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pj-simpson%2FCLIdat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["accounting","api-client","cli","json","tui"],"created_at":"2024-11-05T19:45:55.618Z","updated_at":"2026-04-27T20:32:16.173Z","avatar_url":"https://github.com/pj-simpson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIdat\n\nCLIdat is a tool for inspecting Data from Codat.\n\nThe Command Line Interface itself is written with [Click](https://github.com/pallets/click),\nwhilst the output of the different commands is passed to\na TUI from the [Textual](https://github.com/Textualize/textual) package.\n\nI work in support at Codat, and have built this tool as a personal project\nto help with my day-job. This isn't an officially \nsupported product.\n\n## Installation\n\nCLIdat is distributed via the Python Package Index (PyPI). We reccomend installing\nit inside a [virtual environment](https://docs.python.org/3/library/venv.html)\n\n```console\n(venv) user@host:~$ pip install clidat\n```\nThanks to Textual, this software is cross-platform and\nshould work well on Windows, Linux and MacOS. \n\n## Quick Start\n\n```console\n(venv) user@host:~$ clidat auth\nYour Codat API Key:\n\n(venv) user@host:~$ clidat get-suppliers -id 2e14de3b-e2cf-4745-af24-a9a082b4c466\n```\n![Clidat Get Companies](./clidat_get_suppliers_image.png)\n\n\n## Docs\n\nTo see a list of all avaliable commands run:\n```console\n(venv) user@host:~$ run clidat --help\n\n  auth\n  get-account\n  get-account-transaction\n  get-account-transactions\n  ...\n\n```\nTo get details on a particular command, just append the --help \nflag  onto the end of the command, for example: \n\n```console\n(venv) user@host:~$ clidat get-payment --help\nOptions:\n  --payment TEXT          [required]\n  -id, --company-id TEXT  [required]\n  -j, --json              View plain JSON response\n  --help                  Show this message and exit.\n\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpj-simpson%2Fclidat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpj-simpson%2Fclidat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpj-simpson%2Fclidat/lists"}