dtx-models


Namedtx-models JSON
Version 0.37.0 PyPI version JSON
download
home_pagehttps://docs.detoxio.ai
SummaryShared model schemas and YAML-based configurations for the DTX framework.
upload_time2025-07-19 17:24:50
maintainerNone
docs_urlNone
authorJC
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dtx-models

**dtx-models** provides shared model schemas, configuration structures, and YAML-based assets used across the [DTX AI Red Teaming Framework](https://docs.detoxio.ai).

This package helps standardize model definitions and integrates seamlessly with components in the `dtx` ecosystem.

## Features

- Pydantic-based schema definitions
- YAML-driven model and plugin configuration
- Clean separation of model assets from core logic

## Installation

```bash
pip install dtx-models
````

Or, if developing locally:

```bash
poetry install
```

## Requirements

* Python >= 3.11
* [Pydantic](https://docs.pydantic.dev/) v2
* [PyYAML](https://pyyaml.org/)

## Documentation

Full documentation available at [docs.detoxio.ai](https://docs.detoxio.ai)

---

© Detoxio.ai – All rights reserved.


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.detoxio.ai",
    "name": "dtx-models",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "JC",
    "author_email": "jitendra@detoxio.ai",
    "download_url": "https://files.pythonhosted.org/packages/15/55/98c6bfe15632fbe974326447da46ac3087f50007ce3ad6073167ac594036/dtx_models-0.37.0.tar.gz",
    "platform": null,
    "description": "# dtx-models\n\n**dtx-models** provides shared model schemas, configuration structures, and YAML-based assets used across the [DTX AI Red Teaming Framework](https://docs.detoxio.ai).\n\nThis package helps standardize model definitions and integrates seamlessly with components in the `dtx` ecosystem.\n\n## Features\n\n- Pydantic-based schema definitions\n- YAML-driven model and plugin configuration\n- Clean separation of model assets from core logic\n\n## Installation\n\n```bash\npip install dtx-models\n````\n\nOr, if developing locally:\n\n```bash\npoetry install\n```\n\n## Requirements\n\n* Python >= 3.11\n* [Pydantic](https://docs.pydantic.dev/) v2\n* [PyYAML](https://pyyaml.org/)\n\n## Documentation\n\nFull documentation available at [docs.detoxio.ai](https://docs.detoxio.ai)\n\n---\n\n\u00a9 Detoxio.ai \u2013 All rights reserved.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Shared model schemas and YAML-based configurations for the DTX framework.",
    "version": "0.37.0",
    "project_urls": {
        "Homepage": "https://docs.detoxio.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "135eb6d9fc876adb0bb6fdfa61faa7070e4271ec5355c4a551ebb40ec52c5a78",
                "md5": "02e9f4d3fcc2ab6ffcdeaa7450385119",
                "sha256": "839f43ac0e467b04e03166968884605850f7e4fdb2efa54fe13ea6724f210fac"
            },
            "downloads": -1,
            "filename": "dtx_models-0.37.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02e9f4d3fcc2ab6ffcdeaa7450385119",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 101256,
            "upload_time": "2025-07-19T17:24:49",
            "upload_time_iso_8601": "2025-07-19T17:24:49.277425Z",
            "url": "https://files.pythonhosted.org/packages/13/5e/b6d9fc876adb0bb6fdfa61faa7070e4271ec5355c4a551ebb40ec52c5a78/dtx_models-0.37.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "155598c6bfe15632fbe974326447da46ac3087f50007ce3ad6073167ac594036",
                "md5": "3c246e69a8c4f345c008ec1ca230e9b8",
                "sha256": "940a458dd4fbec5f181d7a04ba5757e9617a44523abe8e43dd4679db235ed8c6"
            },
            "downloads": -1,
            "filename": "dtx_models-0.37.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c246e69a8c4f345c008ec1ca230e9b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 62149,
            "upload_time": "2025-07-19T17:24:50",
            "upload_time_iso_8601": "2025-07-19T17:24:50.668146Z",
            "url": "https://files.pythonhosted.org/packages/15/55/98c6bfe15632fbe974326447da46ac3087f50007ce3ad6073167ac594036/dtx_models-0.37.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-19 17:24:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtx-models"
}
        
JC
Elapsed time: 1.50907s