Skip to main content

CLI Tool for inspecting JSON Data from the Codat API

Project description

CLIdat

CLIdat is a tool for inspecting Data from Codat.

The Command Line Interface itself is written with Click, whilst the output of the different commands is passed to a TUI from the Textual package.

I work in support at Codat, and have built this tool as a personal project to help with my day-job. This isn't an officially supported product.

Installation

CLIdat is distributed via the Python Package Index (PyPI). We reccomend installing it inside a virtual environment

(venv) user@host:~$ pip install clidat

Thanks to Textual, this software is cross-platform and should work well on Windows, Linux and MacOS.

Quick Start

(venv) user@host:~$ clidat auth
Your Codat API Key:

(venv) user@host:~$ clidat get-suppliers -id 2e14de3b-e2cf-4745-af24-a9a082b4c466

Clidat Get Companies

Docs

To see a list of all avaliable commands run:

(venv) user@host:~$ run clidat --help

  auth
  get-account
  get-account-transaction
  get-account-transactions
  ...

To get details on a particular command, just append the --help flag onto the end of the command, for example:

(venv) user@host:~$ clidat get-payment --help
Options:
  --payment TEXT          [required]
  -id, --company-id TEXT  [required]
  -j, --json              View plain JSON response
  --help                  Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clidat-0.1.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

clidat-0.1.2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page