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.4
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.4.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jpit-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 kB
Release files / jpit-0.1.4.tar.gz
| Download URL | jpit-0.1.4.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
328c902e901a98ffb7e9768672055bfe769d2c5bafc774e4dc65dbad60b31458
|
|
BLAKE2b-256 checksum How to use checksums |
820fac6cd46b2aed54a5b0b9d52db0060db390f6613d81439ac51e90b9fbc5ba
|
| 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.4-py3-none-any.whl
| Download URL | jpit-0.1.4-py3-none-any.whl |
|---|---|
| Size | 2.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
90505c663eae73324e0458b765145e608ca7ddf94a8cc5f4e1df2948f6b05e5f
|
|
BLAKE2b-256 checksum How to use checksums |
c8700b398129a29446b8555cbb7bfbcb16dcf161f5201a95821efc325e227d7c
|
| 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}
|