Metadata-Version: 2.4
Name: strictspec
Version: 0.1.0
Summary: Strict multi-language schema toolchain for declarative spec files (Python runtime + CLI stub)
Project-URL: Homepage, https://github.com/smm-h/strictspec
Project-URL: Repository, https://github.com/smm-h/strictspec
Author-email: "S. M. Hosseini" <m.hosseini@veliu.com>
License-Expression: MIT
License-File: LICENSE
Keywords: codegen,rlsbl,schema,strictspec,toml,validation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: tomlkit
Description-Content-Type: text/markdown

# strictspec (Python)

Python runtime library and CLI stub for [strictspec](https://github.com/smm-h/strictspec),
a strict multi-language schema toolchain for declarative spec files.

This is a placeholder skeleton. The runtime (document I/O, diagnostics, tagged
values, constraint engine) and the CLI launcher stub land in a later phase.

## Development

```bash
uv sync
uv run pytest
```
