Much of the functionality requires Datasette 1.0a2 or higher

This commit is contained in:
Simon Willison 2023-07-24 16:23:30 -07:00 committed by GitHub
commit 6b7297205f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,9 @@
[![Tests](https://github.com/simonw/dclient/workflows/Test/badge.svg)](https://github.com/simonw/dclient/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/dclient/blob/master/LICENSE)
A client CLI utility for [Datasette](https://datasette.io/) instances
A client CLI utility for [Datasette](https://datasette.io/) instances.
Much of the functionality requires Datasette 1.0a2 or higher.
## Things you can do with dclient
@ -49,4 +51,4 @@ pip install -e '.[test]'
To run the tests:
```bash
pytest
```
```