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.3
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.3.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jpit-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 kB
Release files / jpit-0.1.3.tar.gz
| Download URL | jpit-0.1.3.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5bae6fcedfb1c22234569e82608f9eab13646687983e6ca242a2b0047598ebc0
|
|
BLAKE2b-256 checksum How to use checksums |
cce6ed9e75a009cd0fe76aac6c5d227844f085c30a06c5122b413b01c6885ad5
|
| 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.3-py3-none-any.whl
| Download URL | jpit-0.1.3-py3-none-any.whl |
|---|---|
| Size | 2.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa6f6e41167c73b5bb125e5b187780d30075fb78148327779b1bbf3ce6fb7888
|
|
BLAKE2b-256 checksum How to use checksums |
b808adc7fffe8d54d9865582091967bae08ff17be039689038f45c8c40818733
|
| 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}
|