The command line client for csvbase
Project description
csvbase-client
The command line client for csvbase.
Status
This tool is very early alpha and suitable for testing.
Usage
Get a table
csvbase-client table get meripaterson/stock-exchanges
Outputs CSV to stdout:
csvbase_row_id,Continent,Country,Name,MIC,Last changed
1,Africa,Lesotho,HYBSE,,2019-03-25
2,Asia,Kazakhstan,Astana International Financial Centre,AIXK,2018-11-18
3,Africa,South Africa,ZAR X,ZARX,2018-11-18
[ full file omitted ]
Set (aka "upsert") a table:
csvbase-client table set meripaterson/stock-exchanges stock-exchanges.csv
Nothing is output upon success and exit code is 0.
Installing
Executable
Download these from the github release page.
Pip + PyPI
pip install csvbase-client
Docker
docker pull calpaterson/csvbase-client
Then when you run:
# mount your own xdg-cache directory as a volume inside the container
docker run -v "${XDG_CACHE_HOME:-$HOME/.cache}":/root/.cache calpaterson/csvbase-client
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csvbase-client-0.0.1.tar.gz
(21.8 kB
view hashes)
Built Distribution
Close
Hashes for csvbase_client-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ba95232d3663f48a775f97baebb2d1964a609e2e069263cb2646f9b316595cf |
|
MD5 | aa7d2dd8d7817ee4ad1fc7c8328fecd0 |
|
BLAKE2b-256 | d12838c1cc716b11affcecd9312b0ce4c452c1c1e85e5cb4cc07512aad8a852b |