Metadata-Version: 2.4
Name: in-layers-core
Version: 0.1.3
Summary: The Python port of Node in Layers Core.
License: GPLv3
Keywords: layers,python,in-layers,node,domains
Author: Mike Cornwell
Author-email: mike@mikecornwell.com
Requires-Python: >=3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Description-Content-Type: text/markdown

# In Layers Core

Python port of the Node-in-Layers core framework.
Supports  Domains, config and layers loading, and cross-layer logging.

Key points:
- Domains explicitly provided in config (no convention discovery)
- Layers are loaded in configured order (supports composite layers)
- Cross-layer logging with automatic id propagation and function wraps


