jpit
The developer and agent companion CLI for jsonpit — daemon-free distributed storage over Cloud Drives.
Quick Install
pip install jpit
Installing jpit installs the core jsonpit storage engine and provides both jpit and jsonpit command-line executables:
# Fast semantic search across one or all pits ("Pit-Grep"):
jpit grep "Adele" Person
jpit grep "Burkhardt" --root AIA
# Pipe search results directly into jq:
jpit grep "Jazz" Person --json | jq '.[].Genre'
# Inspect entity living state or full immutable history:
jpit get Person Rainer
jpit history Person Rainer
# Pipe JSON5 / JSON mutations directly into a pit:
cat update.json5 | jpit put Person
echo '{id: "AlanKay", dynabook: true}' | jpit put Person
# Set individual properties or tombstone an entity:
jpit set Person AlanKay Status "Visionary"
jpit del Person ObsoleteEntity
For full library documentation, distributed architecture details, and multi-agent coordination protocols, visit the official jsonpit repository on GitHub.
Release files for jpit 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jpit-0.1.0.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jpit-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.8 kB
Release files / jpit-0.1.0.tar.gz
| Download URL | jpit-0.1.0.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
85bcd7edb9b4eecfc68a057956f56d0d7f1fa0b7b642c4eeac17f69e8a8bf5b6
|
|
BLAKE2b-256 checksum How to use checksums |
3f03b19c6d3eec08960f978316c7219bc78ca2455f74f3a655f3c94e947885e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / jpit-0.1.0-py3-none-any.whl
| Download URL | jpit-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3f6302575a68b4d80f8131e2f1fe30a2cff58559bdbe46880a556699ea35c4e
|
|
BLAKE2b-256 checksum How to use checksums |
dd7c87bfdcd6af1d3eed41d604642aaf20f4574b78ab62db22fd633103b9b995
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|