keri 1.2.0.dev8__tar.gz → 1.2.0.dev9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {keri-1.2.0.dev8/src/keri.egg-info → keri-1.2.0.dev9}/PKG-INFO +2 -2
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/setup.py +2 -2
- keri-1.2.0.dev9/src/keri/__init__.py +5 -0
- keri-1.2.0.dev9/src/keri/app/cli/commands/location/add.py +123 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/basing.py +5 -1
- keri-1.2.0.dev9/src/keri/peer/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9/src/keri.egg-info}/PKG-INFO +2 -2
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/SOURCES.txt +2 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/requires.txt +1 -1
- keri-1.2.0.dev8/src/keri/__init__.py +0 -5
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/LICENSE +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/README.md +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/setup.cfg +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/agenting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/apping.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/challenging.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/aid.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/challenge/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/challenge/generate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/challenge/respond.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/challenge/verify.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/clean.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/contacts/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/contacts/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/decrypt.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/delegate/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/delegate/confirm.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/delegate/request.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/did/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/did/generate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ends/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ends/add.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ends/export.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ends/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/escrow.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/export.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/incept.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/init.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/interact.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/admit.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/agree.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/apply.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/grant.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/join.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/offer.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ipex/spurn.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/kevers.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/local/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/local/watch.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/mailbox → keri-1.2.0.dev9/src/keri/app/cli/commands/location}/__init__.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/migrate → keri-1.2.0.dev9/src/keri/app/cli/commands/mailbox}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/mailbox/add.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/mailbox/debug.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/mailbox/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/mailbox/update.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/multisig → keri-1.2.0.dev9/src/keri/app/cli/commands/migrate}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/migrate/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/migrate/run.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/migrate/show.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/migrate.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/oobi → keri-1.2.0.dev9/src/keri/app/cli/commands/multisig}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/continue.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/demo.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/incept.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/interact.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/join.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/notice.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/rotate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/shell.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/multisig/update.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/nonce.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/passcode → keri-1.2.0.dev9/src/keri/app/cli/commands/oobi}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/oobi/clean.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/oobi/generate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/oobi/resolve.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/ssh → keri-1.2.0.dev9/src/keri/app/cli/commands/passcode}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/passcode/generate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/passcode/remove.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/passcode/set.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/query.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/rename.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/rollback.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/rotate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/saidify.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/salt.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/sign.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/vc → keri-1.2.0.dev9/src/keri/app/cli/commands/ssh}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/ssh/export.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/status.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/time.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/vc/registry → keri-1.2.0.dev9/src/keri/app/cli/commands/vc}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/create.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/export.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/list.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/commands/witness → keri-1.2.0.dev9/src/keri/app/cli/commands/vc/registry}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/registry/incept.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/registry/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/registry/status.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/vc/revoke.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/verify.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/version.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/watcher/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/watcher/add.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/watcher/adjudicate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/watcher/list.py +0 -0
- {keri-1.2.0.dev8/src/keri/app/cli/common → keri-1.2.0.dev9/src/keri/app/cli/commands/witness}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/witness/authenticate.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/witness/demo.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/witness/list.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/witness/start.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/commands/witness/submit.py +0 -0
- {keri-1.2.0.dev8/src/keri/db/migrations → keri-1.2.0.dev9/src/keri/app/cli/common}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/config.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/displaying.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/existing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/incepting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/rotating.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/common/terming.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/cli/kli.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/configing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/connecting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/delegating.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/directing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/forwarding.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/grouping.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/habbing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/httping.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/indirecting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/keeping.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/notifying.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/oobiing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/querying.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/signaling.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/signing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/specing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/storing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/app/watching.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/coring.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/counting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/eventing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/indexing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/parsing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/routing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/scheming.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/serdering.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/signing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/streaming.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/core/structing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/dbing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/escrowing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/koming.py +0 -0
- {keri-1.2.0.dev8/src/keri/peer → keri-1.2.0.dev9/src/keri/db/migrations}/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/migrations/rekey_habs.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/db/subing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/demo_bob.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/demo_eve.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/demo_kev.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/demo_sam.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/demo/demoing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/end/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/end/ending.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/end/priming.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/help/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/help/helping.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/kering.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/peer/exchanging.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vc/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vc/protocoling.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vc/proving.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vc/walleting.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vdr/__init__.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vdr/credentialing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vdr/eventing.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vdr/verifying.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri/vdr/viring.py +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/dependency_links.txt +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/entry_points.txt +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/not-zip-safe +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/src/keri.egg-info/top_level.txt +0 -0
- {keri-1.2.0.dev8 → keri-1.2.0.dev9}/tests/test_kering.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: keri
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev9
|
|
4
4
|
Summary: Key Event Receipt Infrastructure
|
|
5
5
|
Home-page: https://github.com/WebOfTrust/keripy
|
|
6
6
|
Author: Samuel M. Smith
|
|
@@ -27,7 +27,7 @@ Requires-Dist: msgpack>=1.0.8
|
|
|
27
27
|
Requires-Dist: cbor2>=5.6.2
|
|
28
28
|
Requires-Dist: multidict>=6.0.5
|
|
29
29
|
Requires-Dist: ordered-set>=4.1.0
|
|
30
|
-
Requires-Dist: hio>=0.6.
|
|
30
|
+
Requires-Dist: hio>=0.6.13
|
|
31
31
|
Requires-Dist: multicommand>=1.0.0
|
|
32
32
|
Requires-Dist: jsonschema>=4.21.1
|
|
33
33
|
Requires-Dist: falcon>=3.1.3
|
|
@@ -37,7 +37,7 @@ from os.path import splitext
|
|
|
37
37
|
from setuptools import find_packages, setup
|
|
38
38
|
setup(
|
|
39
39
|
name='keri',
|
|
40
|
-
version='1.2.0-
|
|
40
|
+
version='1.2.0-dev9', # also change in src/keri/__init__.py
|
|
41
41
|
license='Apache Software License 2.0',
|
|
42
42
|
description='Key Event Receipt Infrastructure',
|
|
43
43
|
long_description="KERI Decentralized Key Management Infrastructure",
|
|
@@ -83,7 +83,7 @@ setup(
|
|
|
83
83
|
'cbor2>=5.6.2',
|
|
84
84
|
'multidict>=6.0.5',
|
|
85
85
|
'ordered-set>=4.1.0',
|
|
86
|
-
'hio>=0.6.
|
|
86
|
+
'hio>=0.6.13',
|
|
87
87
|
'multicommand>=1.0.0',
|
|
88
88
|
'jsonschema>=4.21.1',
|
|
89
89
|
'falcon>=3.1.3',
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
"""
|
|
3
|
+
KERI
|
|
4
|
+
keri.kli.commands module
|
|
5
|
+
|
|
6
|
+
"""
|
|
7
|
+
import argparse
|
|
8
|
+
from urllib.parse import urlparse
|
|
9
|
+
|
|
10
|
+
from hio import help
|
|
11
|
+
from hio.base import doing
|
|
12
|
+
|
|
13
|
+
from keri import kering
|
|
14
|
+
from keri.app import habbing, grouping, indirecting, forwarding
|
|
15
|
+
from keri.app.agenting import WitnessPublisher
|
|
16
|
+
from keri.app.cli.common import existing
|
|
17
|
+
from keri.app.notifying import Notifier
|
|
18
|
+
from keri.core import parsing
|
|
19
|
+
from keri.peer import exchanging
|
|
20
|
+
|
|
21
|
+
logger = help.ogler.getLogger()
|
|
22
|
+
|
|
23
|
+
parser = argparse.ArgumentParser(description='Add new endpoint location record.')
|
|
24
|
+
parser.set_defaults(handler=lambda args: add_loc(args),
|
|
25
|
+
transferable=True)
|
|
26
|
+
parser.add_argument('--name', '-n', help='keystore name and file location of KERI keystore', required=True)
|
|
27
|
+
parser.add_argument('--base', '-b', help='additional optional prefix to file location of KERI keystore',
|
|
28
|
+
required=False, default="")
|
|
29
|
+
parser.add_argument('--alias', '-a', help='human readable alias for the new identifier prefix', required=True)
|
|
30
|
+
parser.add_argument('--passcode', '-p', help='21 character encryption passcode for keystore (is not saved)',
|
|
31
|
+
dest="bran", default=None) # passcode => bran
|
|
32
|
+
parser.add_argument("--url", "-u", help="Location URL",
|
|
33
|
+
required=True)
|
|
34
|
+
parser.add_argument("--eid", "-e", help="qualified base64 of AID to associate a location with, defaults to alias aid ",
|
|
35
|
+
required=False, default=None)
|
|
36
|
+
parser.add_argument("--time", help="timestamp for the end auth", required=False, default=None)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def add_loc(args):
|
|
40
|
+
""" Command line tool for adding location scheme records
|
|
41
|
+
|
|
42
|
+
"""
|
|
43
|
+
ld = LocationDoer(name=args.name,
|
|
44
|
+
base=args.base,
|
|
45
|
+
alias=args.alias,
|
|
46
|
+
bran=args.bran,
|
|
47
|
+
url=args.url,
|
|
48
|
+
eid=args.eid,
|
|
49
|
+
timestamp=args.time)
|
|
50
|
+
return [ld]
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
class LocationDoer(doing.DoDoer):
|
|
54
|
+
|
|
55
|
+
def __init__(self, name, base, alias, bran, url, eid, timestamp=None):
|
|
56
|
+
self.url = url
|
|
57
|
+
self.eid = eid
|
|
58
|
+
self.timestamp = timestamp
|
|
59
|
+
|
|
60
|
+
self.hby = existing.setupHby(name=name, base=base, bran=bran)
|
|
61
|
+
self.hab = self.hby.habByName(alias)
|
|
62
|
+
self.witpub = WitnessPublisher(hby=self.hby)
|
|
63
|
+
self.postman = forwarding.Poster(hby=self.hby)
|
|
64
|
+
notifier = Notifier(self.hby)
|
|
65
|
+
mux = grouping.Multiplexor(self.hby, notifier=notifier)
|
|
66
|
+
exc = exchanging.Exchanger(hby=self.hby, handlers=[])
|
|
67
|
+
grouping.loadHandlers(exc, mux)
|
|
68
|
+
|
|
69
|
+
mbx = indirecting.MailboxDirector(hby=self.hby, topics=["/receipt", "/multisig", "/replay"], exc=exc)
|
|
70
|
+
|
|
71
|
+
if self.hab is None:
|
|
72
|
+
raise kering.ConfigurationError(f"unknown alias={alias}")
|
|
73
|
+
|
|
74
|
+
self.toRemove = [self.witpub, self.postman, mbx]
|
|
75
|
+
|
|
76
|
+
super(LocationDoer, self).__init__(doers=self.toRemove + [doing.doify(self.roleDo)])
|
|
77
|
+
|
|
78
|
+
def roleDo(self, tymth, tock=0.0):
|
|
79
|
+
""" Export any end reply messages previous saved for the provided AID
|
|
80
|
+
|
|
81
|
+
Parameters:
|
|
82
|
+
tymth (function): injected function wrapper closure returned by .tymen() of
|
|
83
|
+
Tymist instance. Calling tymth() returns associated Tymist .tyme.
|
|
84
|
+
tock (float): injected initial tock value
|
|
85
|
+
|
|
86
|
+
Returns: doifiable Doist compatible generator method
|
|
87
|
+
|
|
88
|
+
"""
|
|
89
|
+
# enter context
|
|
90
|
+
self.wind(tymth)
|
|
91
|
+
self.tock = tock
|
|
92
|
+
_ = (yield self.tock)
|
|
93
|
+
|
|
94
|
+
up = urlparse(self.url)
|
|
95
|
+
eid = self.eid if self.eid is not None else self.hab.pre
|
|
96
|
+
|
|
97
|
+
msg = self.hab.makeLocScheme(url=self.url, eid=eid, scheme=up.scheme)
|
|
98
|
+
parsing.Parser().parse(ims=bytes(msg), kvy=self.hab.kvy, rvy=self.hab.rvy)
|
|
99
|
+
|
|
100
|
+
if isinstance(self.hab, habbing.GroupHab):
|
|
101
|
+
smids = self.hab.db.signingMembers(pre=self.hab.pre)
|
|
102
|
+
smids.remove(self.hab.mhab.pre)
|
|
103
|
+
|
|
104
|
+
for recp in smids: # this goes to other participants only as a signaling mechanism
|
|
105
|
+
exn, atc = grouping.multisigRpyExn(ghab=self.hab, rpy=msg)
|
|
106
|
+
self.postman.send(src=self.hab.mhab.pre,
|
|
107
|
+
dest=recp,
|
|
108
|
+
topic="multisig",
|
|
109
|
+
serder=exn,
|
|
110
|
+
attachment=atc)
|
|
111
|
+
|
|
112
|
+
while not self.hab.loadLocScheme(scheme=up.scheme, eid=eid):
|
|
113
|
+
yield self.tock
|
|
114
|
+
|
|
115
|
+
self.witpub.msgs.append(dict(pre=self.hab.pre, msg=bytes(msg)))
|
|
116
|
+
|
|
117
|
+
while not self.witpub.cues:
|
|
118
|
+
yield self.tock
|
|
119
|
+
|
|
120
|
+
print(f"Location {self.url} added for aid {eid} with scheme {up.scheme}")
|
|
121
|
+
|
|
122
|
+
self.remove(self.toRemove)
|
|
123
|
+
return
|
|
@@ -939,7 +939,11 @@ class Baser(dbing.LMDBer):
|
|
|
939
939
|
self._kevers.db = self # assign db for read through cache of kevers
|
|
940
940
|
|
|
941
941
|
if (mapSize := os.getenv(KERIBaserMapSizeKey)) is not None:
|
|
942
|
-
|
|
942
|
+
try:
|
|
943
|
+
self.MapSize = int(mapSize)
|
|
944
|
+
except ValueError:
|
|
945
|
+
logger.error("KERI_BASER_MAP_SIZE must be an integer value >1!")
|
|
946
|
+
raise
|
|
943
947
|
|
|
944
948
|
super(Baser, self).__init__(headDirPath=headDirPath, reopen=reopen, **kwa)
|
|
945
949
|
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: keri
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.dev9
|
|
4
4
|
Summary: Key Event Receipt Infrastructure
|
|
5
5
|
Home-page: https://github.com/WebOfTrust/keripy
|
|
6
6
|
Author: Samuel M. Smith
|
|
@@ -27,7 +27,7 @@ Requires-Dist: msgpack>=1.0.8
|
|
|
27
27
|
Requires-Dist: cbor2>=5.6.2
|
|
28
28
|
Requires-Dist: multidict>=6.0.5
|
|
29
29
|
Requires-Dist: ordered-set>=4.1.0
|
|
30
|
-
Requires-Dist: hio>=0.6.
|
|
30
|
+
Requires-Dist: hio>=0.6.13
|
|
31
31
|
Requires-Dist: multicommand>=1.0.0
|
|
32
32
|
Requires-Dist: jsonschema>=4.21.1
|
|
33
33
|
Requires-Dist: falcon>=3.1.3
|
|
@@ -84,6 +84,8 @@ src/keri/app/cli/commands/ipex/offer.py
|
|
|
84
84
|
src/keri/app/cli/commands/ipex/spurn.py
|
|
85
85
|
src/keri/app/cli/commands/local/__init__.py
|
|
86
86
|
src/keri/app/cli/commands/local/watch.py
|
|
87
|
+
src/keri/app/cli/commands/location/__init__.py
|
|
88
|
+
src/keri/app/cli/commands/location/add.py
|
|
87
89
|
src/keri/app/cli/commands/mailbox/__init__.py
|
|
88
90
|
src/keri/app/cli/commands/mailbox/add.py
|
|
89
91
|
src/keri/app/cli/commands/mailbox/debug.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{keri-1.2.0.dev8/src/keri/db/migrations → keri-1.2.0.dev9/src/keri/app/cli/common}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|