esbmc-ai-addon-template


Nameesbmc-ai-addon-template JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryAddon template project for ESBMC-AI.
upload_time2024-10-31 12:27:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords ai llm addon automated code repair esbmc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ESBMC-AI Addon Template

Template for creating ESBMC-AI addons.

## Setup

Simply build the package and install it to your environment. Then in ESBMC-AI's
config file add the module to load. In this case the following field will be
needed:

```toml
addon_modules = ["esbmc_ai_addon_template"]
```

Make sure that the ChatCommand is exposed using __all__ in the __init__.py file.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "esbmc-ai-addon-template",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AI, LLM, addon, automated code repair, esbmc",
    "author": null,
    "author_email": "Yiannis Charalambous <yiannis128@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a7/75/2bdd208a485cf765589ae835215b5faffbe3c16d8718e50e74733869ec2a/esbmc_ai_addon_template-0.0.2.tar.gz",
    "platform": null,
    "description": "# ESBMC-AI Addon Template\n\nTemplate for creating ESBMC-AI addons.\n\n## Setup\n\nSimply build the package and install it to your environment. Then in ESBMC-AI's\nconfig file add the module to load. In this case the following field will be\nneeded:\n\n```toml\naddon_modules = [\"esbmc_ai_addon_template\"]\n```\n\nMake sure that the ChatCommand is exposed using __all__ in the __init__.py file.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Addon template project for ESBMC-AI.",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://github.com/Yiannis128/esbmc_ai_addon_template/wiki",
        "Homepage": "https://github.com/Yiannis128/esbmc_ai_addon_template",
        "Issues": "https://github.com/Yiannis128/esbmc_ai_addon_template/issues",
        "Source Code": "https://github.com/Yiannis128/esbmc_ai_addon_template"
    },
    "split_keywords": [
        "ai",
        " llm",
        " addon",
        " automated code repair",
        " esbmc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "436e368e636868422fab7d9586730569e965f00824efd01e5e1c4ab846f9b3eb",
                "md5": "95edb25dbda20b6e470c1a5156b76549",
                "sha256": "672fd1c35f1d406c07061aa072e95b2f63c42107ba6173c3195ee53dc25238db"
            },
            "downloads": -1,
            "filename": "esbmc_ai_addon_template-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95edb25dbda20b6e470c1a5156b76549",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3251,
            "upload_time": "2024-10-31T12:27:49",
            "upload_time_iso_8601": "2024-10-31T12:27:49.123500Z",
            "url": "https://files.pythonhosted.org/packages/43/6e/368e636868422fab7d9586730569e965f00824efd01e5e1c4ab846f9b3eb/esbmc_ai_addon_template-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7752bdd208a485cf765589ae835215b5faffbe3c16d8718e50e74733869ec2a",
                "md5": "ed9f7851819e6d0e3a7765224449de01",
                "sha256": "3237a783c51326302f5e0d3f9bdbffc0a6419288581114768006987e5dc67fda"
            },
            "downloads": -1,
            "filename": "esbmc_ai_addon_template-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ed9f7851819e6d0e3a7765224449de01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3614,
            "upload_time": "2024-10-31T12:27:50",
            "upload_time_iso_8601": "2024-10-31T12:27:50.169979Z",
            "url": "https://files.pythonhosted.org/packages/a7/75/2bdd208a485cf765589ae835215b5faffbe3c16d8718e50e74733869ec2a/esbmc_ai_addon_template-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 12:27:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Yiannis128",
    "github_project": "esbmc_ai_addon_template",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "esbmc-ai-addon-template"
}
        
Elapsed time: 0.40231s