skillfed

guardrails-hub-types

Guardrails Hub Types.

guardrails-hub-types v0.0.4 146.2K downloads/30d#11,103 on PyPI
Permissive 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) DORMANT released

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 on this page — 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

guardrails-hub-types on PyPI

pip

pip install guardrails-hub-types

uv

uv add guardrails-hub-types

poetry

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 the current Python release (<4,>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance dormant — 732 days since the last release
First released
Downloads 146,208/month — #11,103 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: guardrails_hub_types-0.0.4-py3-none-any.whl

Keywords: Guardrails, Guardrails AI, Guardrails Hub, Guardrails Hub Types

Tags

guardrails hub data typesguardrails internal modelshub types definitionsguardrails schema modelsguardrails manifest types
guardrails-ecosystemtype-definitionsschema-models

More Application Frameworks packages