dtx-models


Namedtx-models JSON
Version 0.39.0 PyPI version JSON
download
home_pagehttps://docs.detoxio.ai
SummaryShared model schemas and YAML-based configurations for the DTX framework.
upload_time2025-08-12 14:27:16
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/54/ac/784811b2989be8f7d04812b7ed199e150a1cdad93005db7249768bd81261/dtx_models-0.39.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.39.0",
    "project_urls": {
        "Homepage": "https://docs.detoxio.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "687275d666d7b5bffad22b3e0bc732620ef680f81be25d4455f979170d75548f",
                "md5": "167d12ea67e602019bf89ad558bb8aad",
                "sha256": "e6dd133904731df90a688b8f9e1b0ad46575744e9ca5ba35abe3316932a0cf26"
            },
            "downloads": -1,
            "filename": "dtx_models-0.39.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "167d12ea67e602019bf89ad558bb8aad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 101378,
            "upload_time": "2025-08-12T14:27:14",
            "upload_time_iso_8601": "2025-08-12T14:27:14.897812Z",
            "url": "https://files.pythonhosted.org/packages/68/72/75d666d7b5bffad22b3e0bc732620ef680f81be25d4455f979170d75548f/dtx_models-0.39.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54ac784811b2989be8f7d04812b7ed199e150a1cdad93005db7249768bd81261",
                "md5": "39b51849d4effd3040323c5de485013c",
                "sha256": "327629395761f6c498a8706568c968af279d89231e619d816284cec23e28cefb"
            },
            "downloads": -1,
            "filename": "dtx_models-0.39.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39b51849d4effd3040323c5de485013c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 62266,
            "upload_time": "2025-08-12T14:27:16",
            "upload_time_iso_8601": "2025-08-12T14:27:16.476040Z",
            "url": "https://files.pythonhosted.org/packages/54/ac/784811b2989be8f7d04812b7ed199e150a1cdad93005db7249768bd81261/dtx_models-0.39.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-12 14:27:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtx-models"
}
        
JC
Elapsed time: 1.76738s