guardrails-detector-common


Nameguardrails-detector-common JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryCommon utilities and base classes for guardrails detectors
upload_time2025-07-31 12:45:09
maintainerNone
docs_urlNone
authorTrustyAI team
requires_python>=3.9
licenseApache-2.0
keywords ai detectors guardrails llm responsible ai trustyai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Guardrails Detectors Common

Common utilities and base classes for guardrails detector packages.

## Overview

This package provides components used by all guardrails detector packages:

- **FastAPI Base Classes**: `DetectorBaseAPI` for creating detector web services
- **Logging**: Configured logger instance for consistent logging across detectors
- **Data Models**: Shared Pydantic models for request/response schemas

## Installation

```bash
pip install guardrails-detector-common
```

## License

Apache-2.0 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "guardrails-detector-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "AI, Detectors, Guardrails, LLM, Responsible AI, TrustyAI",
    "author": "TrustyAI team",
    "author_email": "Mac Misiura <mmisiura@redhat.com>, Rob Geada <rgeada@redhat.com>, Rui Vieira <rcardoso@redhat.com>, Sai Chandra <spandraj@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/23/0e0a02c91bc537d011f6ea900a763891e31cdb6eaf41bd2c7fbacd765ebd/guardrails_detector_common-0.1.0.tar.gz",
    "platform": null,
    "description": "# Guardrails Detectors Common\n\nCommon utilities and base classes for guardrails detector packages.\n\n## Overview\n\nThis package provides components used by all guardrails detector packages:\n\n- **FastAPI Base Classes**: `DetectorBaseAPI` for creating detector web services\n- **Logging**: Configured logger instance for consistent logging across detectors\n- **Data Models**: Shared Pydantic models for request/response schemas\n\n## Installation\n\n```bash\npip install guardrails-detector-common\n```\n\n## License\n\nApache-2.0 ",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Common utilities and base classes for guardrails detectors",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/trustyai-explainability/guardrails-detectors",
        "Issues": "https://github.com/trustyai-explainability/guardrails-detectors/issues",
        "Repository": "https://github.com/trustyai-explainability/guardrails-detectors.git"
    },
    "split_keywords": [
        "ai",
        " detectors",
        " guardrails",
        " llm",
        " responsible ai",
        " trustyai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d9d52ff86dd655205ea65ae469d209c4abf8d3b08cc6ec02e7e1f2156bd0a72",
                "md5": "ad6f1e4c9d127283c8c63bbeb055f213",
                "sha256": "42a4473251fa7d4efb853317f1db19524d06db5fc267d92152b2ac602a3eddad"
            },
            "downloads": -1,
            "filename": "guardrails_detector_common-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad6f1e4c9d127283c8c63bbeb055f213",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10384,
            "upload_time": "2025-07-31T12:45:08",
            "upload_time_iso_8601": "2025-07-31T12:45:08.152481Z",
            "url": "https://files.pythonhosted.org/packages/8d/9d/52ff86dd655205ea65ae469d209c4abf8d3b08cc6ec02e7e1f2156bd0a72/guardrails_detector_common-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c230e0a02c91bc537d011f6ea900a763891e31cdb6eaf41bd2c7fbacd765ebd",
                "md5": "07c67b21fb93861fd7cbc97e0d8aa7d3",
                "sha256": "3f3bbd36e3bf1a8ea53d43f201b4ed470bd655163ab874bf67229908d6bcd961"
            },
            "downloads": -1,
            "filename": "guardrails_detector_common-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "07c67b21fb93861fd7cbc97e0d8aa7d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9097,
            "upload_time": "2025-07-31T12:45:09",
            "upload_time_iso_8601": "2025-07-31T12:45:09.082600Z",
            "url": "https://files.pythonhosted.org/packages/2c/23/0e0a02c91bc537d011f6ea900a763891e31cdb6eaf41bd2c7fbacd765ebd/guardrails_detector_common-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 12:45:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "trustyai-explainability",
    "github_project": "guardrails-detectors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "guardrails-detector-common"
}
        
Elapsed time: 1.44442s