Metadata-Version: 2.4
Name: sclite-core
Version: 2.0.1
Summary: Lightweight Security Contract Layer lifecycle artifacts, validation, and cryptographic integrity chain fixtures
Author: Krzysztof Probola
License-Expression: MIT
Project-URL: Homepage, https://github.com/rozmiarD/SCLite
Project-URL: Repository, https://github.com/rozmiarD/SCLite
Project-URL: Issues, https://github.com/rozmiarD/SCLite/issues
Project-URL: Changelog, https://github.com/rozmiarD/SCLite/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/rozmiarD/SCLite#readme
Keywords: security,contracts,validation,evidence,governance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: jsonschema
Requires-Dist: jsonschema<5,>=4.21; extra == "jsonschema"
Provides-Extra: dev
Requires-Dist: jsonschema<5,>=4.21; extra == "dev"
Requires-Dist: mypy<2,>=1.10; extra == "dev"
Requires-Dist: pytest<9,>=8; extra == "dev"
Requires-Dist: pytest-cov<7,>=6; extra == "dev"
Requires-Dist: ruff<1,>=0.14; extra == "dev"
Requires-Dist: types-jsonschema<5,>=4.24; extra == "dev"
Dynamic: license-file

# SCLite

SCLite is a lightweight Security Contract Layer for schema-backed lifecycle and
evidence artifacts. Version 2.0.1 provides canonical validation, integrity,
review, and verification tooling for those artifacts.

SCLite supplies truth contracts and verification records. Governance belongs to
GovEngine, domain-neutral execution belongs to RExecOp, and domain semantics
belong to profiles such as Tecrax.
