No project description provided
Project description
db1-py
DB1 is a simple to use cloud key-value database for storing, sharing and visualizing data items. All items are stored in the same global address space making them easily shareable with co-workers and friends.
Getting Started
1. Install the python client
pip install git+https://github.com/db1-io/db1-py.git
2. Store an item to the cloud
import db1
item = db1.Item("my_key")
item.val = {
"test_list" : [1, 2, 3, "four"],
"test_array" : np.ones((3, 3)),
}
3. View your item in the browser on any device
Click the link: https://db1.io/?key=my_key. Or go to https://db1.io and enter your key in the search bar.
4. Share your item or retrieve it at a later time
import db1
item = db1.Item("my_key")
print(item.val)
Community
Join our discord server to discuss new features and help shape the future of DB1! You can also drop us an email at hello@db1.io.
FAQ
What data types are supported?
The currently supported data types are the built-in str, int, float, bytes, bool, dict, list as well as numpy array and pandas dataframe.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file db1_test_package-0.2.0.tar.gz.
File metadata
- Download URL: db1_test_package-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f593a61e70a9b5da4d5c261f1d01e56babc13ff0caa77df97d01908d623d2e2f
|
|
| MD5 |
0a55bf70dfd8c49b9294c280729516b9
|
|
| BLAKE2b-256 |
459340efa6287e2536d234585b9d595b59bb3668db7a67441fd99a3ae043357a
|
File details
Details for the file db1_test_package-0.2.0-py3-none-any.whl.
File metadata
- Download URL: db1_test_package-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6680c4d471459bd89753bb9b9c2f394226fe1bd2a4f945a7a7bc9533f56ec43
|
|
| MD5 |
8646ad9818fd7230f315bf2997ddf80e
|
|
| BLAKE2b-256 |
f42f00f45b991a51cb03188e12a82f45b59ee11ac824259907823c3f297546ba
|