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.1
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.1.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jpit-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 kB
Release files / jpit-0.1.1.tar.gz
| Download URL | jpit-0.1.1.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c66f2e15b425086ef80953eb638815d6450f5cb36a3da523e9af9fd2b913c72
|
|
BLAKE2b-256 checksum How to use checksums |
718a6f026d468577c87bafe0ed398108d72f9b6bf43ba20688200fdb8df5405c
|
| 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.1-py3-none-any.whl
| Download URL | jpit-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a913c800f4255227dbcb5615528de8a1ece32acfca5e1f2ccbcb83e6adb60270
|
|
BLAKE2b-256 checksum How to use checksums |
b4e0085bdde0daf8202c6283ff43eede70639cbed22817cc0f07d79d4f9e72c2
|
| 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}
|