litedbmodel-runtime (Python)
The Python leg of the litedbmodel v2 SCP multi-language runtime. Interprets the language-neutral
§8 published bundle (SqlBundle) and executes it against a DB-API SQL driver,
semantics-identical to the TS reference (src/scp).
Status: WS7a scaffold. The buildable package skeleton + the conformance runner entry point are here; the runtime body (render / execute / transaction) is WS7b.
behavior-contracts dependency
The runtime delegates the CLOSED Expression-IR evaluation to the shared common core
behavior-contracts — consumed from PyPI
(behavior-contracts==0.2.0), exactly as the TS reference imports it from npm. No local path
dependency (the check-no-local-deps gate forbids ../-escaping deps).
Layout
python/
pyproject.toml # PyPI package (litedbmodel-runtime), version-synced from package.json
litedbmodel_runtime/
__init__.py
runtime.py # WS7b: the §8 bundle interpreter surface
vectors_runner.py # conformance runner entry (WS7b body)
tests/ # WS7b runtime tests
Release files for litedbmodel-runtime 2.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litedbmodel_runtime-2.2.7.tar.gz | 129.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litedbmodel_runtime-2.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 208.6 kB
Release files / litedbmodel_runtime-2.2.7.tar.gz
| Download URL | litedbmodel_runtime-2.2.7.tar.gz |
|---|---|
| Size | 129.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cadb4a79e2f60d171f3df00fc98cf7bf67165838fb80fd31be1afb776c780cb3
|
|
BLAKE2b-256 checksum How to use checksums |
0b91d579db572a7de9ce81681dd29afcc976dde6d6f3d4edc4011209c6bd2c01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / litedbmodel_runtime-2.2.7-py3-none-any.whl
| Download URL | litedbmodel_runtime-2.2.7-py3-none-any.whl |
|---|---|
| Size | 79.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
126ccbb94cb3f53dcd671e9155dcc29cf3838735d36664356044d5308e3022f0
|
|
BLAKE2b-256 checksum How to use checksums |
74f7db77514df1a039240ddec288213b41c18e868de3ff40f26775ef8b216343
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|