Metadata-Version: 2.1
Name: atlas-guardrails-core
Version: 0.4.0a2
Summary: Atlas Guardrails Core Library
Author-Email: cchen_varonis <cchen@varonis.com>
Project-URL: Repository, https://github.com/Varonis-Systems/Atlas-alltrue-llm-observability
Requires-Python: >=3.11
Requires-Dist: hishel<1.0.0,>=0.1.3
Requires-Dist: httpx<1.0,>=0.28.0
Requires-Dist: httpcore>=1.0.8
Requires-Dist: pydantic>=2.7.4
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: async-batcher>=0.2.2
Requires-Dist: logfunc>=2.9.1
Provides-Extra: logfire
Requires-Dist: logfire[httpx]>=3.6.2; extra == "logfire"
Requires-Dist: opentelemetry-instrumentation-httpx>=0.51b0; extra == "logfire"
Description-Content-Type: text/markdown

# Atlas Guardrails Core

Core library for [Atlas Guardrails](https://github.com/Varonis-Systems/Atlas-alltrue-llm-observability) —
the shared HTTP, control-plane, and utility layer of the Atlas Guardrails SDK.

This package provides the lower-level building blocks (`atlas_guardrails.control`,
`atlas_guardrails.http`, `atlas_guardrails.utils`) and is normally installed
automatically as a dependency of the **`atlas-guardrails`** package:

```shell
pip install atlas-guardrails
```

Both distributions share the `atlas_guardrails` import namespace and are released
in lockstep at the same version. Install this package directly only if you need
just the core layer without the SDK surface.

## License

Apache License 2.0. See [LICENSE](https://github.com/Varonis-Systems/Atlas-alltrue-llm-observability/blob/main/LICENSE).
