Spec-based composable framework for building type-safe systems
Project description
krons
Spec-based composable framework for building type-safe systems.
Installation
pip install krons
Features
- Spec/Operable: Type-safe field definitions with validation, defaults, and DB metadata
- Node: Polymorphic content containers with DB serialization
- Services: Unified service interfaces (iModel) with hooks and rate limiting
- Enforcement: Policy evaluation and action handlers with typed I/O
- Protocols: Runtime-checkable protocols with
@implementsdecorator
Quick Start
from krons.specs import Spec, Operable
# Define specs
name_spec = Spec(str, name="name")
count_spec = Spec(int, name="count", default=0, ge=0)
# Compose into structure
operable = Operable([name_spec, count_spec])
MyModel = operable.compose_structure("MyModel")
Requirements
- Python 3.11+
- pydantic 2.x
- anyio
- httpx
- orjson
License
Apache-2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
krons-0.1.1.tar.gz
(392.6 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
krons-0.1.1-py3-none-any.whl
(216.2 kB
view details)
File details
Details for the file krons-0.1.1.tar.gz.
File metadata
- Download URL: krons-0.1.1.tar.gz
- Upload date:
- Size: 392.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
821973cb06a5b3ba17570e49e655128ce12c6dcbc418d5af68c649b54a8a98bb
|
|
| MD5 |
764af72e734ba869ce2891e8d8cc7ee2
|
|
| BLAKE2b-256 |
34dbefef7737c92743cb3b23c4cbc0aab27d6d7371351b5a699efd0790b092d2
|
File details
Details for the file krons-0.1.1-py3-none-any.whl.
File metadata
- Download URL: krons-0.1.1-py3-none-any.whl
- Upload date:
- Size: 216.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a1839bd1cbd4a53ca179b8e9ddcff8588316627ae379302ad3ca04a275ac7df
|
|
| MD5 |
3e64c5382828d8ec77bef8de784b5466
|
|
| BLAKE2b-256 |
453e2947783a531451b042bf1ff043485ffed9cb7f9595235162ffe7184b08e2
|