chem-ant


Namechem-ant JSON
Version 0.1.2 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-11-02 11:24:43
maintainerNone
docs_urlNone
authorAkihiro Kuroiwa, ChatGPT of OpenAI, Perplexity AI
requires_python!=3.10.*,>=3.8
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.

Please install the required packages using the following commands:

```console
pip install git+https://github.com/Global-Chem/global-chem.git#subdirectory=global_chem
pip install git+https://github.com/Global-Chem/global-chem.git#subdirectory=global_chem_extensions
```

            

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.8",
    "maintainer_email": null,
    "keywords": "evolutionary algorithms, genetic programming, gp, mcts, mcts solver, cheminformatics, chemoinformatics",
    "author": "Akihiro Kuroiwa, ChatGPT of OpenAI, Perplexity AI",
    "author_email": "akuroiwa@env-reform.com,",
    "download_url": "https://files.pythonhosted.org/packages/fd/35/5c21ee8ceec812108d119c1049ba8c7d86337e4aa5ab1357b24698f04c79/chem_ant-0.1.2.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\nPlease install the required packages using the following commands:\n\n```console\npip install git+https://github.com/Global-Chem/global-chem.git#subdirectory=global_chem\npip install git+https://github.com/Global-Chem/global-chem.git#subdirectory=global_chem_extensions\n```\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.2",
    "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": "ca285223dea7f1c5aec8c1106f33b7ebf7e0ef2d8d5fb16abbd59e5d4fdea062",
                "md5": "063a0161b218007ce2c4bb98f16ddd5d",
                "sha256": "c6191a93074ab37232724a78666d00c9c83790d6572d89cc451c86308a186f29"
            },
            "downloads": -1,
            "filename": "chem_ant-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "063a0161b218007ce2c4bb98f16ddd5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=3.10.*,>=3.8",
            "size": 35006,
            "upload_time": "2024-11-02T11:24:40",
            "upload_time_iso_8601": "2024-11-02T11:24:40.994229Z",
            "url": "https://files.pythonhosted.org/packages/ca/28/5223dea7f1c5aec8c1106f33b7ebf7e0ef2d8d5fb16abbd59e5d4fdea062/chem_ant-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd355c21ee8ceec812108d119c1049ba8c7d86337e4aa5ab1357b24698f04c79",
                "md5": "fa3c675459e61000599882aba7c7c026",
                "sha256": "23b85592d18e0b394ff5d77936b1d3a3cac384be31db81dd1846ea9f53df290c"
            },
            "downloads": -1,
            "filename": "chem_ant-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fa3c675459e61000599882aba7c7c026",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.10.*,>=3.8",
            "size": 30238,
            "upload_time": "2024-11-02T11:24:43",
            "upload_time_iso_8601": "2024-11-02T11:24:43.055268Z",
            "url": "https://files.pythonhosted.org/packages/fd/35/5c21ee8ceec812108d119c1049ba8c7d86337e4aa5ab1357b24698f04c79/chem_ant-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 11:24:43",
    "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.54421s