ai-characters


Nameai-characters JSON
Version 1.6.0 PyPI version JSON
download
home_pageNone
SummaryClient for AI Characters
upload_time2024-04-15 02:44:56
maintainerNone
docs_urlNone
authorViacheslav Kovalevskyi
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YourPackageName

AICharacters (AIC) is a Python client library for service AICharacters that stores different AI characters, mostly tailored for use with Crew AI. It includes functionality to download character configurations from the service, validate them against a predefined schema, and utilize these characters in various contexts.

## Features

- Download AI character configurations.
- Validate AI character JSON data against a schema.
- Deserialize AI character data into Python objects for easy manipulation.

## Installation

To install AIC, simply use pip:

```bash
pip install ai-characters
```

## Usage

Here is a basic example of how to use aic:

```python
from aic import load_character

character_id = "datetime"

character = load_character(character_id)

print(character.backstory)
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ai-characters",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Viacheslav Kovalevskyi",
    "author_email": "viacheslav@kovalevskyi.com",
    "download_url": "https://files.pythonhosted.org/packages/89/7c/2c62274300457eca350786cdaa0a65752faa4a0edee88d71e6b56f52ddba/ai_characters-1.6.0.tar.gz",
    "platform": null,
    "description": "# YourPackageName\n\nAICharacters (AIC) is a Python client library for service AICharacters that stores different AI characters, mostly tailored for use with Crew AI. It includes functionality to download character configurations from the service, validate them against a predefined schema, and utilize these characters in various contexts.\n\n## Features\n\n- Download AI character configurations.\n- Validate AI character JSON data against a schema.\n- Deserialize AI character data into Python objects for easy manipulation.\n\n## Installation\n\nTo install AIC, simply use pip:\n\n```bash\npip install ai-characters\n```\n\n## Usage\n\nHere is a basic example of how to use aic:\n\n```python\nfrom aic import load_character\n\ncharacter_id = \"datetime\"\n\ncharacter = load_character(character_id)\n\nprint(character.backstory)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Client for AI Characters",
    "version": "1.6.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a649f3fff09b535bf02740eadd8c30dd781136b8349694dc1d72341fbaa51a5",
                "md5": "00bd80fbc3c5766fecb56d3c10de0b75",
                "sha256": "23ef456837c542da33467185325a2777eaeaf1a35c97e0f316320ccc0e5ba7bb"
            },
            "downloads": -1,
            "filename": "ai_characters-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00bd80fbc3c5766fecb56d3c10de0b75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4914,
            "upload_time": "2024-04-15T02:44:54",
            "upload_time_iso_8601": "2024-04-15T02:44:54.628686Z",
            "url": "https://files.pythonhosted.org/packages/2a/64/9f3fff09b535bf02740eadd8c30dd781136b8349694dc1d72341fbaa51a5/ai_characters-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "897c2c62274300457eca350786cdaa0a65752faa4a0edee88d71e6b56f52ddba",
                "md5": "5d90ba8c92c6da7217ed86be29f93e47",
                "sha256": "0bf716ede4e9483c9c3a9608bb24927849527ba1d52fc0b6be3f969779e6f28e"
            },
            "downloads": -1,
            "filename": "ai_characters-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5d90ba8c92c6da7217ed86be29f93e47",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4396,
            "upload_time": "2024-04-15T02:44:56",
            "upload_time_iso_8601": "2024-04-15T02:44:56.437265Z",
            "url": "https://files.pythonhosted.org/packages/89/7c/2c62274300457eca350786cdaa0a65752faa4a0edee88d71e6b56f52ddba/ai_characters-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 02:44:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ai-characters"
}
        
Elapsed time: 1.39506s