The storage infrastructure of the Syneidos personal knowledge system — the repository of eide. Seed release: a Teka facade over any backend that signs the storage treaty.
Project description
eidoteka
The storage infrastructure of the Syneidos personal knowledge system — the repository of eide (εἰδοθήκη, on the pattern of βιβλιοθήκη). Casually: your teka.
This seed release (0.0.x) ships Teka — the store facade over any backend that signs the storage treaty defined in syneidos (κατὰ συνθήκην, "by convention"). It defaults to eidb's MemoryBackend; the full multi-backend store — syntext files, databases, media, documents — lands with 0.1.0.
from eidoteka import Teka
teka = Teka()
teka.add("plato", "Plato")
teka.add("theory-of-forms", "Theory of Forms")
teka.link("plato", "theory-of-forms", "authored")
teka.neighbors("plato") # → [Edge plato →(authored)→ theory-of-forms]
Development: github.com/syneidos/syneidos · eidoteka.org
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eidoteka-0.0.1.tar.gz.
File metadata
- Download URL: eidoteka-0.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45080d4216cde8b90f8e6274e9728b8594825fe273c60ddc1b09caed7de4b743
|
|
| MD5 |
469dbcb5501928458271a85050d25c29
|
|
| BLAKE2b-256 |
12e32db1a0f9960eff6b5fb4144bfc206341101420adcf1b1e98868a5dd15f2d
|
File details
Details for the file eidoteka-0.0.1-py3-none-any.whl.
File metadata
- Download URL: eidoteka-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79dddd6e2d43e8addb6dc816826121100a43f556aeffadc7907a0296978b827
|
|
| MD5 |
956c79bf6971d04c08324070ba2faa78
|
|
| BLAKE2b-256 |
5b6b090311d47fbeb4ed8ac8f755e302d2af50ab53346a183a85ead9bb60eb47
|