We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dbccf commit b6bf317Copy full SHA for b6bf317
README.md
@@ -1,5 +1,3 @@
1
-# KVDbClient
2
-
3
[](https://app.codecov.io/gh/seung-lab/KVDbClient)
4
5
A Python client library providing a unified interface for key-value database backends. Currently supports Google Cloud BigTable and Apache HBase.
@@ -16,6 +14,7 @@ Built for:
16
14
17
15
```bash
18
pip install kvdbclient
+pip install kvdbclient[extensions]
19
```
20
21
For development:
0 commit comments