--- id: guardrails-hub-types version: "0.0.4" license: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) license_treatment: permissive maintenance: dormant --- # guardrails-hub-types — Guardrails Hub Types. License: permissive · Maintenance: dormant · Downloads: 146.2K/mo ## What it is and what it does Guardrails Hub Types is a collection of data model definitions generated from OpenAPI schemas, designed to support the Guardrails Hub ecosystem. It provides Python type definitions for core concepts like Manifest, Applicator, Content, Contributor, Validation, and related metadata structures. The package has no runtime dependencies and is intended as a lightweight, reusable type library for projects that need to work with Guardrails Hub data structures. The package is generated from an OpenAPI specification and includes documentation for each model. It is primarily useful for developers building tools, integrations, or extensions within or around the Guardrails Hub platform who need consistent, typed representations of hub entities. Installation is straightforward, and the low dependency footprint makes it easy to add to existing projects. Use it for: - Type-safe integration with Guardrails Hub APIs or services that require structured data models. - Building custom validators or applicators that need to conform to Guardrails Hub schemas. - Developing tooling or dashboards that consume or manipulate Guardrails Hub metadata and manifests. - Ensuring type consistency across multiple projects that interact with the Guardrails Hub ecosystem. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides internal data structure definitions for the Guardrails Hub, including models for applicators, content, contributors, manifests, validation, and related metadata. Yes, if you are working within the Guardrails Hub ecosystem and need typed data structures for integration or extension. The package is lightweight, has no dependencies, and carries a permissive license. However, the dormant maintenance status means no active development or bug fixes are expected; install only if the current version meets your needs and you do not require ongoing support. ## Install pip install guardrails-hub-types uv add guardrails-hub-types poetry add guardrails-hub-types ## Installing guardrails-hub-types Before you install: Low install friction with no runtime dependencies. Maintenance is dormant—last release was 2024-08-12 and no commits or activity data are available, suggesting the package is stable but not actively developed. License in practice: Licensed under Apache License 2.0, a permissive license allowing commercial use, modification, and distribution with minimal restrictions; suitable for most projects. Quickstart: pip install guardrails-hub-types from guardrails_hub_types import Manifest, Applicator, Validation # Use the imported types for type hints or data validation manifest: Manifest = ... Requires Python 3.8 or later (supports up to Python 3.x). Verify before relying: - Whether the package is actively maintained or if dormancy indicates end-of-life status. - What the actual use case is for consuming this package outside the Guardrails Hub ecosystem. - Whether importing and using these types requires additional Guardrails framework dependencies at runtime. ## Package facts - License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 146.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags guardrails hub data types, guardrails internal models, hub types definitions, guardrails schema models, guardrails manifest types, guardrails-ecosystem, type-definitions, schema-models [View on SkillFed](https://skillfed.io/packages/guardrails-hub-types) · [View on PyPI](https://pypi.org/project/guardrails-hub-types/)