Add your description here
Project description
Capsule Core book
Installation
Ensure you have your environment ready (recommended to use uv or pip):
pip install capsulecore-book
usage
from CapsuleCore_book import JSONLexicon, Codex
lexicon = JSONLexicon(storage_path="./my_knowledge_base.json")
codex = Codex(lexicon)
entry1 = codex.create_entry(
title="Atomic Habits 3",
content="Small changes lead to remarkable results.",
tags=["productivity", "books"]
)
entry2 = codex.create_entry(
title="The Power of Habit 3",
content="Habits are the compound interest of self-improvement.",
tags=["productivity", "books"]
)
codex.create_relation(entry1.id, entry2.id, relation_type="related_to")
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
cc_book_kit-0.8.0.tar.gz
(27.0 kB
view details)
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 cc_book_kit-0.8.0.tar.gz.
File metadata
- Download URL: cc_book_kit-0.8.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fffbaef1afdb3a508a23776d576cdbf0ccf21b276b81d4418f6cd338c40a3449
|
|
| MD5 |
887ce46d2ce7f6980cda668c991ce12e
|
|
| BLAKE2b-256 |
bdc9a5e10dce3d3ed3bcce5e5d2696c7a441d8d8a57bdd3f37480336e5d25187
|
File details
Details for the file cc_book_kit-0.8.0-py3-none-any.whl.
File metadata
- Download URL: cc_book_kit-0.8.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41488d870ea3ca2c57fd605fa67d721eee691b394f16132953915c05b8342a7c
|
|
| MD5 |
c0f75408fe3b947860b2c1e467346c31
|
|
| BLAKE2b-256 |
10a2c74d1945d7acd2571dd8b780625dbe3d69a53b2945200e15cc4a7c920753
|