chem-ant


Namechem-ant JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/akuroiwa/chem-ant
SummarySelect materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.
upload_time2024-06-23 13:50:38
maintainerNone
docs_urlNone
authorAkihiro Kuroiwa, ChatGPT of OpenAI
requires_python!=3.10.*,>=3.7
licenseGNU/GPLv3+
keywords evolutionary algorithms genetic programming gp mcts mcts solver cheminformatics chemoinformatics
VCS
bugtrack_url
requirements rdkit global_chem_extensions deap mcts mcts-solver pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chem-ant

Select materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.
This is a part of [Chess-Ant](https://github.com/akuroiwa/chess-ant) project.

If you want to install this package on Python 3.12, please be sure to read the manual above beforehand.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akuroiwa/chem-ant",
    "name": "chem-ant",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.10.*,>=3.7",
    "maintainer_email": null,
    "keywords": "evolutionary algorithms, genetic programming, gp, mcts, mcts solver, cheminformatics, chemoinformatics",
    "author": "Akihiro Kuroiwa, ChatGPT of OpenAI",
    "author_email": "akuroiwa@env-reform.com,",
    "download_url": "https://files.pythonhosted.org/packages/e4/97/bc41ed6a7eef0ddc346e009b61e9a2c534b9c1d6576ff4cc1b2ad18a6c2e/chem_ant-0.1.0.tar.gz",
    "platform": "any",
    "description": "# chem-ant\n\nSelect materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.\nThis is a part of [Chess-Ant](https://github.com/akuroiwa/chess-ant) project.\n\nIf you want to install this package on Python 3.12, please be sure to read the manual above beforehand.\n",
    "bugtrack_url": null,
    "license": "GNU/GPLv3+",
    "summary": "Select materials to output molecules similar to the target molecule with MCTS Solver and Genetic Programming.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/akuroiwa/chem-ant"
    },
    "split_keywords": [
        "evolutionary algorithms",
        " genetic programming",
        " gp",
        " mcts",
        " mcts solver",
        " cheminformatics",
        " chemoinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a186a83150f2092b9e743a7fecd1013558f65d932468b15b1ad415330550094a",
                "md5": "439ef68d1612b72812c2a4d529027970",
                "sha256": "dc3d0db0db508c61d3a7bb17c938ed19917356a5b94c19588a78bc573e12ad66"
            },
            "downloads": -1,
            "filename": "chem_ant-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "439ef68d1612b72812c2a4d529027970",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.10.*,>=3.7",
            "size": 28408,
            "upload_time": "2024-06-23T13:50:36",
            "upload_time_iso_8601": "2024-06-23T13:50:36.518910Z",
            "url": "https://files.pythonhosted.org/packages/a1/86/a83150f2092b9e743a7fecd1013558f65d932468b15b1ad415330550094a/chem_ant-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e497bc41ed6a7eef0ddc346e009b61e9a2c534b9c1d6576ff4cc1b2ad18a6c2e",
                "md5": "1211292692e0b28a0a7ec05ea9084837",
                "sha256": "f3e61fbb40cfca0c9f7373c588f63f533ae6958515eb7fb1ddffb6a668c32ee1"
            },
            "downloads": -1,
            "filename": "chem_ant-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1211292692e0b28a0a7ec05ea9084837",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.10.*,>=3.7",
            "size": 25235,
            "upload_time": "2024-06-23T13:50:38",
            "upload_time_iso_8601": "2024-06-23T13:50:38.685467Z",
            "url": "https://files.pythonhosted.org/packages/e4/97/bc41ed6a7eef0ddc346e009b61e9a2c534b9c1d6576ff4cc1b2ad18a6c2e/chem_ant-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-23 13:50:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akuroiwa",
    "github_project": "chem-ant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "rdkit",
            "specs": []
        },
        {
            "name": "global_chem_extensions",
            "specs": []
        },
        {
            "name": "deap",
            "specs": []
        },
        {
            "name": "mcts",
            "specs": []
        },
        {
            "name": "mcts-solver",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "chem-ant"
}
        
Elapsed time: 0.44265s