guardrails-detectors-common


Nameguardrails-detectors-common JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryCommon utilities and base classes for guardrails detectors
upload_time2025-07-30 20:12:50
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-detectors-common
```

## License

Apache-2.0 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "guardrails-detectors-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/16/fe/fd2e47102fd0b82a07a81b9ae55311f17fc1205dbd3893a78fe7bcb74d97/guardrails_detectors_common-0.1.1.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-detectors-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.1",
    "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": "bfdd082409a68ab45f35a67d87c1da2d88ec5b8192a6a376c3e9b88ccd3bb6f3",
                "md5": "b2d329a24751320f3ad60da6403e189f",
                "sha256": "3b1ae39be7b91665a1cbc58ddfc32f96a6fa2584e6ca9b313b48ba9ada23995f"
            },
            "downloads": -1,
            "filename": "guardrails_detectors_common-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2d329a24751320f3ad60da6403e189f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11010,
            "upload_time": "2025-07-30T20:12:49",
            "upload_time_iso_8601": "2025-07-30T20:12:49.398156Z",
            "url": "https://files.pythonhosted.org/packages/bf/dd/082409a68ab45f35a67d87c1da2d88ec5b8192a6a376c3e9b88ccd3bb6f3/guardrails_detectors_common-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16fefd2e47102fd0b82a07a81b9ae55311f17fc1205dbd3893a78fe7bcb74d97",
                "md5": "f71a9baaee4f96f940498dd497e71386",
                "sha256": "34b655565f1ad08c60343b74e0e7ed2b7f1bd331136ba08c34ae1f26df6baa17"
            },
            "downloads": -1,
            "filename": "guardrails_detectors_common-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f71a9baaee4f96f940498dd497e71386",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9255,
            "upload_time": "2025-07-30T20:12:50",
            "upload_time_iso_8601": "2025-07-30T20:12:50.354418Z",
            "url": "https://files.pythonhosted.org/packages/16/fe/fd2e47102fd0b82a07a81b9ae55311f17fc1205dbd3893a78fe7bcb74d97/guardrails_detectors_common-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 20:12:50",
    "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-detectors-common"
}
        
Elapsed time: 0.60768s