Skip to main content

A client CLI utility for Datasette instances

Project description

dclient

PyPI Changelog Tests License

A client CLI utility for Datasette instances.

Much of the functionality requires Datasette 1.0a2 or higher.

Things you can do with dclient

  • Run SQL queries against Datasette and returning the results as JSON
  • Run queries against authenticated Datasette instances
  • Create aliases and store authentication tokens for convenient access to Datasette
  • Insert data into Datasette using the insert API (Datasette 1.0 alpha or higher)

Installation

Install this tool using pip:

pip install dclient

If you want to install it in the same virtual environment as Datasette (to use it as a plugin) you can instead run:

datasette install dclient

Running a query

dclient query https://latest.datasette.io/fixtures "select * from facetable limit 1"

To shorten that, create an alias:

dclient alias add fixtures https://latest.datasette.io/fixtures

Then run it like this instead:

dclient query fixtures "select * from facetable limit 1"

Documentation

Visit dclient.datasette.io for full documentation on using this tool.

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd dclient
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

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

dclient-0.4.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

dclient-0.4-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file dclient-0.4.tar.gz.

File metadata

  • Download URL: dclient-0.4.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for dclient-0.4.tar.gz
Algorithm Hash digest
SHA256 552f79c24d2dd717ffd1a095aaf8f3f4a5b79571116e1078a129594d1c6d4813
MD5 ad49540e45726cf1aa10a30e2eb6e73a
BLAKE2b-256 615173fd74eff60cacf0be1f739108e69ee7e2c4bf8fef7cff076b066e600ec9

See more details on using hashes here.

File details

Details for the file dclient-0.4-py3-none-any.whl.

File metadata

  • Download URL: dclient-0.4-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for dclient-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f6089bbbc7ea115cdffa2c581252dd8f71772bc9447d3654923b2ba83dc1820c
MD5 df84e98d6ed2340122ffe789d84cfa0c
BLAKE2b-256 5a55578dbb01b840fbb060e15df61d925ae2ec9b0f6d1bbbfd26493e102f9f65

See more details on using hashes here.

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