genai-processors


Namegenai-processors JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryGenAI Processors Library
upload_time2025-08-01 15:20:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GenAI Processors library

[![PyPI version](https://img.shields.io/pypi/v/genai-processors.svg)](https://pypi.org/project/genai-processors/)
![Python support](https://img.shields.io/pypi/pyversions/genai-processors)
[![PyPI - Downloads](https://img.shields.io/pypi/dw/genai-processors)](https://pypistats.org/packages/genai-processors)


--------
**Documentation:** https://github.com/google-gemini/genai-processors

-----

**Build Modular, Asynchronous, and Composable AI Pipelines for Generative AI.**

GenAI Processors is a lightweight Python library that enables efficient,
parallel content processing.

## Installation

```sh
pip install genai-processors
```

## Imports

```python
from genai_processors import content_api
from genai_processors import processor
from genai_processors import streams
from genai_processors.core import genai_model
...
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "genai-processors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Google DeepMind <noreply@google.com>",
    "download_url": "https://files.pythonhosted.org/packages/be/be/30b2787e006dfe65c102b5ae64943d783f5890f3fffb5289e29622a483b7/genai_processors-1.1.0.tar.gz",
    "platform": null,
    "description": "# GenAI Processors library\n\n[![PyPI version](https://img.shields.io/pypi/v/genai-processors.svg)](https://pypi.org/project/genai-processors/)\n![Python support](https://img.shields.io/pypi/pyversions/genai-processors)\n[![PyPI - Downloads](https://img.shields.io/pypi/dw/genai-processors)](https://pypistats.org/packages/genai-processors)\n\n\n--------\n**Documentation:** https://github.com/google-gemini/genai-processors\n\n-----\n\n**Build Modular, Asynchronous, and Composable AI Pipelines for Generative AI.**\n\nGenAI Processors is a lightweight Python library that enables efficient,\nparallel content processing.\n\n## Installation\n\n```sh\npip install genai-processors\n```\n\n## Imports\n\n```python\nfrom genai_processors import content_api\nfrom genai_processors import processor\nfrom genai_processors import streams\nfrom genai_processors.core import genai_model\n...\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "GenAI Processors Library",
    "version": "1.1.0",
    "project_urls": {
        "repository": "https://github.com/google-gemini/genai-processors"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebf16e5916c0c885178e93b9adff393903e33d57939dd4248676f6b85abf92d1",
                "md5": "5c43d5eabb4c004287dc0b40d5d92320",
                "sha256": "f57ff5aa1c0d83b040df86b3aece69470713a07b045aae2ca6547b7f0c2b7b51"
            },
            "downloads": -1,
            "filename": "genai_processors-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c43d5eabb4c004287dc0b40d5d92320",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 219950,
            "upload_time": "2025-08-01T15:20:01",
            "upload_time_iso_8601": "2025-08-01T15:20:01.689864Z",
            "url": "https://files.pythonhosted.org/packages/eb/f1/6e5916c0c885178e93b9adff393903e33d57939dd4248676f6b85abf92d1/genai_processors-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bebe30b2787e006dfe65c102b5ae64943d783f5890f3fffb5289e29622a483b7",
                "md5": "54f1a39300f2e3f31fb9614c63427cf9",
                "sha256": "eddae1eb2860d3fb35ad441a0688365952a2e73254e6a91fe73797d8de9f4451"
            },
            "downloads": -1,
            "filename": "genai_processors-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "54f1a39300f2e3f31fb9614c63427cf9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 156415,
            "upload_time": "2025-08-01T15:20:03",
            "upload_time_iso_8601": "2025-08-01T15:20:03.466114Z",
            "url": "https://files.pythonhosted.org/packages/be/be/30b2787e006dfe65c102b5ae64943d783f5890f3fffb5289e29622a483b7/genai_processors-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 15:20:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google-gemini",
    "github_project": "genai-processors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "genai-processors"
}
        
Elapsed time: 1.63254s