swarmist


Nameswarmist JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/kafm/swarmist
SummaryA DSL for building metaheuristics
upload_time2023-10-02 14:50:02
maintainer
docs_urlNone
authorKevin Martins
requires_python>= 3.10
licenseMIT
keywords swarmist metaheuristics optimization dsl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Swarmist

A Domain Specific Language (DSL) for building metaheuristic algorithms to solve single-objective continuous optimization over real domains. 

## Examples

Examples can be found in [swarmist/examples](https://github.com/kafm/swarmist/tree/main/examples).

## Installation

Swarmist is available at the [Python Package Index](https://pypi.org/project/swarmist/).

```python
# PyPI
pip install swarmist
```

Swarmist supports Python 3.10 or newer.

## Documentation

Coming soon...

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kafm/swarmist",
    "name": "swarmist",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.10",
    "maintainer_email": "",
    "keywords": "swarmist,metaheuristics,optimization,dsl",
    "author": "Kevin Martins",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/13/6b/02e4f92084eca04a9fd72850d1b8a7c9025a7306de88edab5730d1803777/swarmist-0.0.6.tar.gz",
    "platform": null,
    "description": "# Swarmist\n\nA Domain Specific Language (DSL) for building metaheuristic algorithms to solve single-objective continuous optimization over real domains. \n\n## Examples\n\nExamples can be found in [swarmist/examples](https://github.com/kafm/swarmist/tree/main/examples).\n\n## Installation\n\nSwarmist is available at the [Python Package Index](https://pypi.org/project/swarmist/).\n\n```python\n# PyPI\npip install swarmist\n```\n\nSwarmist supports Python 3.10 or newer.\n\n## Documentation\n\nComing soon...\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A DSL for building metaheuristics",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/kafm/swarmist"
    },
    "split_keywords": [
        "swarmist",
        "metaheuristics",
        "optimization",
        "dsl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "080016cab6cfc2d8bf8512fbd973b115458de1a49951e8b4a727a6974db4c7ae",
                "md5": "3ea0ec0ad5b22ba6b5d3823448cc4e94",
                "sha256": "b6d1831f64886b4b16e97354741db3e4157600e4c5a64fb2c854488711fc38c8"
            },
            "downloads": -1,
            "filename": "swarmist-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ea0ec0ad5b22ba6b5d3823448cc4e94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.10",
            "size": 43893,
            "upload_time": "2023-10-02T14:50:00",
            "upload_time_iso_8601": "2023-10-02T14:50:00.501453Z",
            "url": "https://files.pythonhosted.org/packages/08/00/16cab6cfc2d8bf8512fbd973b115458de1a49951e8b4a727a6974db4c7ae/swarmist-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "136b02e4f92084eca04a9fd72850d1b8a7c9025a7306de88edab5730d1803777",
                "md5": "08d35ec69ae89d89e4a540d3b83f6a3d",
                "sha256": "3b3a3297f401174f674697f1e5ee5f54165af2bafb2185adff959f96cb9022e6"
            },
            "downloads": -1,
            "filename": "swarmist-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "08d35ec69ae89d89e4a540d3b83f6a3d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.10",
            "size": 29880,
            "upload_time": "2023-10-02T14:50:02",
            "upload_time_iso_8601": "2023-10-02T14:50:02.896775Z",
            "url": "https://files.pythonhosted.org/packages/13/6b/02e4f92084eca04a9fd72850d1b8a7c9025a7306de88edab5730d1803777/swarmist-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 14:50:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kafm",
    "github_project": "swarmist",
    "github_not_found": true,
    "lcname": "swarmist"
}
        
Elapsed time: 0.11639s