breedgym


Namebreedgym JSON
Version 0.0.1a0 PyPI version JSON
download
home_page
SummarySuite of Gymnasium environments for optimizing breeding programs
upload_time2023-11-23 00:52:44
maintainer
docs_urlNone
author
requires_python>=3.8
licenseBSD-3-Clause
keywords reinforcement learning breeding genetics bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BreedGym

## Installation

From source:
```bash
git clone https://github.com/younik/breedgym
cd breedgym
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "breedgym",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Reinforcement Learning,Breeding,genetics,bioinformatics",
    "author": "",
    "author_email": "\"Omar G. Younis\" <omar.g.younis@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/8f/503071d590cad2eaafc342b6e71e07bbf05c28d4ac378f4af1fa22145c2c/breedgym-0.0.1a0.tar.gz",
    "platform": null,
    "description": "# BreedGym\n\n## Installation\n\nFrom source:\n```bash\ngit clone https://github.com/younik/breedgym\ncd breedgym\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Suite of Gymnasium environments for optimizing breeding programs",
    "version": "0.0.1a0",
    "project_urls": {
        "Bug Report": "https://github.com/younik/breedgym/issues",
        "Repository": "https://github.com/younik/breedgym"
    },
    "split_keywords": [
        "reinforcement learning",
        "breeding",
        "genetics",
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f38f503071d590cad2eaafc342b6e71e07bbf05c28d4ac378f4af1fa22145c2c",
                "md5": "a1733c1a06e12d5023d78c84353b2b61",
                "sha256": "adc6f824d51f62a1076cacaf7be40a225ee390d13bd69d1ad655b7f3502cd8d8"
            },
            "downloads": -1,
            "filename": "breedgym-0.0.1a0.tar.gz",
            "has_sig": false,
            "md5_digest": "a1733c1a06e12d5023d78c84353b2b61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 560312,
            "upload_time": "2023-11-23T00:52:44",
            "upload_time_iso_8601": "2023-11-23T00:52:44.733990Z",
            "url": "https://files.pythonhosted.org/packages/f3/8f/503071d590cad2eaafc342b6e71e07bbf05c28d4ac378f4af1fa22145c2c/breedgym-0.0.1a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 00:52:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "younik",
    "github_project": "breedgym",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "breedgym"
}
        
Elapsed time: 0.14734s