moll


Namemoll JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/vsheg/moll
Summary
upload_time2024-02-11 16:42:44
maintainer
docs_urlNone
authorVsevolod Shegolev
requires_python>=3.10,<3.13
licenseLGPL-2.1-or-later
keywords chemistry cheminformatics chemoinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # moll

`moll` is a computational chemistry tool that is currently under development.

## Installation

`moll` depends on JAX, you can install it with CUDA support or without it.

- To install `moll` without CUDA support, run:

    ```bash
    pip install -U moll[cpu]
    ```

- If you have a GPU, it is recommended to install CUDA version of JAX at first. Check [this repo](https://github.com/google/jax) and [docs](https://jax.readthedocs.io/en/latest/installation.html) to see how to install JAX. Then run:

    ```bash
    pip install -U moll
    ```

## How to use

Check [docs](https://vsheg.github.io/moll/) or see examples in `notebooks/` directory in the [repo](https://github.com/vsheg/moll).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vsheg/moll",
    "name": "moll",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<3.13",
    "maintainer_email": "",
    "keywords": "chemistry,cheminformatics,chemoinformatics",
    "author": "Vsevolod Shegolev",
    "author_email": "v@sheg.cc",
    "download_url": "https://files.pythonhosted.org/packages/66/d5/77506d5dab9fbeecfc85f3ebf02cb55f8bc07d77d1eb73c1ed208d74626b/moll-0.1.12.tar.gz",
    "platform": null,
    "description": "# moll\n\n`moll` is a computational chemistry tool that is currently under development.\n\n## Installation\n\n`moll` depends on JAX, you can install it with CUDA support or without it.\n\n- To install `moll` without CUDA support, run:\n\n    ```bash\n    pip install -U moll[cpu]\n    ```\n\n- If you have a GPU, it is recommended to install CUDA version of JAX at first. Check [this repo](https://github.com/google/jax) and [docs](https://jax.readthedocs.io/en/latest/installation.html) to see how to install JAX. Then run:\n\n    ```bash\n    pip install -U moll\n    ```\n\n## How to use\n\nCheck [docs](https://vsheg.github.io/moll/) or see examples in `notebooks/` directory in the [repo](https://github.com/vsheg/moll).\n",
    "bugtrack_url": null,
    "license": "LGPL-2.1-or-later",
    "summary": "",
    "version": "0.1.12",
    "project_urls": {
        "Documentation": "https://vsheg.github.io/moll/",
        "Homepage": "https://github.com/vsheg/moll",
        "Repository": "https://github.com/vsheg/moll"
    },
    "split_keywords": [
        "chemistry",
        "cheminformatics",
        "chemoinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7545f0e9abba074a09a048827ff0affd70c1eb1c2a9c6d771e0576c790f9ca3f",
                "md5": "8e13dce686c5c64d008e7ef2c94b9e60",
                "sha256": "47b14e742afb824288d6cab1d93aad20b7cd484a59007b5330a22d5269089e30"
            },
            "downloads": -1,
            "filename": "moll-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e13dce686c5c64d008e7ef2c94b9e60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<3.13",
            "size": 29874,
            "upload_time": "2024-02-11T16:42:42",
            "upload_time_iso_8601": "2024-02-11T16:42:42.815073Z",
            "url": "https://files.pythonhosted.org/packages/75/45/f0e9abba074a09a048827ff0affd70c1eb1c2a9c6d771e0576c790f9ca3f/moll-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66d577506d5dab9fbeecfc85f3ebf02cb55f8bc07d77d1eb73c1ed208d74626b",
                "md5": "67579aab060d8d0b75140e151bce64c7",
                "sha256": "9418e112e9a71f39280a0b79e2894f674c6ef11106d6573c23fe81ff151ad594"
            },
            "downloads": -1,
            "filename": "moll-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "67579aab060d8d0b75140e151bce64c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<3.13",
            "size": 26975,
            "upload_time": "2024-02-11T16:42:44",
            "upload_time_iso_8601": "2024-02-11T16:42:44.476617Z",
            "url": "https://files.pythonhosted.org/packages/66/d5/77506d5dab9fbeecfc85f3ebf02cb55f8bc07d77d1eb73c1ed208d74626b/moll-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-11 16:42:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vsheg",
    "github_project": "moll",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "moll"
}
        
Elapsed time: 0.26016s