evotoolkit


Nameevotoolkit JSON
Version 0.1.0b1 PyPI version JSON
download
home_pageNone
SummaryEvolutionary Optimization Toolkit using LLM
upload_time2025-09-12 05:41:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords llm evolutionary optimization toolkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EvoTool

A Python library for evolutionary optimization applications with GPU acceleration support.

## Installation

```bash
pip install evotool
```

## Development

```bash
# Clone the repository
git clone https://github.com/pgg3/evotool.git
cd evotool

# Install in development mode
pip install -e .
```

## Usage

```python
import evotool

# Your code here
```

## License

MIT License
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "evotoolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "LLM, evolutionary, optimization, toolkit",
    "author": null,
    "author_email": "Ping GuO <pguo6680@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b5/a8/d7b0951f779e5758c827db61bd627c11cd6a8fab269a09be0033563fd95d/evotoolkit-0.1.0b1.tar.gz",
    "platform": null,
    "description": "# EvoTool\n\nA Python library for evolutionary optimization applications with GPU acceleration support.\n\n## Installation\n\n```bash\npip install evotool\n```\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/pgg3/evotool.git\ncd evotool\n\n# Install in development mode\npip install -e .\n```\n\n## Usage\n\n```python\nimport evotool\n\n# Your code here\n```\n\n## License\n\nMIT License",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Evolutionary Optimization Toolkit using LLM",
    "version": "0.1.0b1",
    "project_urls": {
        "Homepage": "https://github.com/pgg3/evotool",
        "Repository": "https://github.com/pgg3/evotool"
    },
    "split_keywords": [
        "llm",
        " evolutionary",
        " optimization",
        " toolkit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "deeeca5f5e72b9946b650765151c6d68a3da49b284a0eacbd325774f7cb6749e",
                "md5": "d19d14d141f4595d22a2f8450271f821",
                "sha256": "dddb5dbcdc4fea6d410e150339a7ef5cc74a54ea6232a286e39d383e25345d71"
            },
            "downloads": -1,
            "filename": "evotoolkit-0.1.0b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d19d14d141f4595d22a2f8450271f821",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 82501,
            "upload_time": "2025-09-12T05:41:46",
            "upload_time_iso_8601": "2025-09-12T05:41:46.122527Z",
            "url": "https://files.pythonhosted.org/packages/de/ee/ca5f5e72b9946b650765151c6d68a3da49b284a0eacbd325774f7cb6749e/evotoolkit-0.1.0b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5a8d7b0951f779e5758c827db61bd627c11cd6a8fab269a09be0033563fd95d",
                "md5": "0eec7a6fe7547b4329e0a7b3a7502004",
                "sha256": "81686ef7d2ce0c81f5209337b74966f18b5f6368f735e9e497d0d20cd81e8a88"
            },
            "downloads": -1,
            "filename": "evotoolkit-0.1.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "0eec7a6fe7547b4329e0a7b3a7502004",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 46278,
            "upload_time": "2025-09-12T05:41:48",
            "upload_time_iso_8601": "2025-09-12T05:41:48.199764Z",
            "url": "https://files.pythonhosted.org/packages/b5/a8/d7b0951f779e5758c827db61bd627c11cd6a8fab269a09be0033563fd95d/evotoolkit-0.1.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 05:41:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pgg3",
    "github_project": "evotool",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "evotoolkit"
}
        
Elapsed time: 0.86510s