rdworks


Namerdworks JSON
Version 0.57.4 PyPI version JSON
download
home_pageNone
SummaryRoutine tasks built on RDKit and other tools
upload_time2025-07-24 16:14:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords cheminformatics rdkit cdpkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rdworks - routine tasks made easy

Rdworks is designed to perform routine cheminformatics tasks easily. It is built on RDKit and other tools. 

## Install

```sh
$ pip install rdworks
```

OR

```sh
$ pip install git+https://github.com/sunghunbae/rdworks.git
```

## Getting started

```py
from rdworks import Mol

version = rdworks.__version__

mol = Mol('CC(=O)Nc1ccc(O)cc1', 'acetaminophen')

mol = mol.make_confs(n=5)
mol.to_sdf('acetaminophen.sdf')

torsion_dict = mol.torsion_atoms() 
# torsion_dict = {0: (5,4,3,1)}

mol = mol.torsion_energies(calculator='MMFF94', simplify=True)

mol.plot_torsion_energies(0, figsize=(6,4))

mol.to_png(300, 300, atom_index=True, highlight_atoms=torsion_dict.get(0))

serialized = mol.serialize(compress=True)
mol2 = Mol().deserialize(serialized, compress=True)

mol3 = mol.copy()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rdworks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Sung-Hun Bae <sunghun.bae@gmail.com>",
    "keywords": "cheminformatics, rdkit, cdpkit",
    "author": null,
    "author_email": "Sung-Hun Bae <sunghun.bae@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cc/38/a19f6b560fbedfea088f6c46fde0842278a77073d5629369ccc0641f657f/rdworks-0.57.4.tar.gz",
    "platform": null,
    "description": "# Rdworks - routine tasks made easy\n\nRdworks is designed to perform routine cheminformatics tasks easily. It is built on RDKit and other tools. \n\n## Install\n\n```sh\n$ pip install rdworks\n```\n\nOR\n\n```sh\n$ pip install git+https://github.com/sunghunbae/rdworks.git\n```\n\n## Getting started\n\n```py\nfrom rdworks import Mol\n\nversion = rdworks.__version__\n\nmol = Mol('CC(=O)Nc1ccc(O)cc1', 'acetaminophen')\n\nmol = mol.make_confs(n=5)\nmol.to_sdf('acetaminophen.sdf')\n\ntorsion_dict = mol.torsion_atoms() \n# torsion_dict = {0: (5,4,3,1)}\n\nmol = mol.torsion_energies(calculator='MMFF94', simplify=True)\n\nmol.plot_torsion_energies(0, figsize=(6,4))\n\nmol.to_png(300, 300, atom_index=True, highlight_atoms=torsion_dict.get(0))\n\nserialized = mol.serialize(compress=True)\nmol2 = Mol().deserialize(serialized, compress=True)\n\nmol3 = mol.copy()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Routine tasks built on RDKit and other tools",
    "version": "0.57.4",
    "project_urls": {
        "Changelog": "https://github.com/sunghunbae/rdworks/blob/master/CHANGELOG.md",
        "Documentation": "https://sunghunbae.github.io/rdworks/",
        "Homepage": "https://github.com/sunghunbae/rdworks",
        "Issues": "https://github.com/sunghunbae/rdworks/issues",
        "Repository": "https://github.com/sunghunbae/rdworks.git"
    },
    "split_keywords": [
        "cheminformatics",
        " rdkit",
        " cdpkit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cacbbb4789f230d44cdc8d487845a5730a64bc18593c715d7f75535ea6c4164",
                "md5": "ee0886ebc44053ac3f66531519d8db0b",
                "sha256": "c9161065d54dcb7bdc018c315bf12f2d31216ca889d1d064dcccffabf6261404"
            },
            "downloads": -1,
            "filename": "rdworks-0.57.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee0886ebc44053ac3f66531519d8db0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 192238,
            "upload_time": "2025-07-24T16:14:42",
            "upload_time_iso_8601": "2025-07-24T16:14:42.563882Z",
            "url": "https://files.pythonhosted.org/packages/6c/ac/bbb4789f230d44cdc8d487845a5730a64bc18593c715d7f75535ea6c4164/rdworks-0.57.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc38a19f6b560fbedfea088f6c46fde0842278a77073d5629369ccc0641f657f",
                "md5": "b751395a0bb87dd691add2a677990f52",
                "sha256": "b4865ae89a798ca419be31e49d1b4351bc05b2fc07b3ab355cd9354996563b54"
            },
            "downloads": -1,
            "filename": "rdworks-0.57.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b751395a0bb87dd691add2a677990f52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 179038,
            "upload_time": "2025-07-24T16:14:44",
            "upload_time_iso_8601": "2025-07-24T16:14:44.048572Z",
            "url": "https://files.pythonhosted.org/packages/cc/38/a19f6b560fbedfea088f6c46fde0842278a77073d5629369ccc0641f657f/rdworks-0.57.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 16:14:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunghunbae",
    "github_project": "rdworks",
    "github_not_found": true,
    "lcname": "rdworks"
}
        
Elapsed time: 0.69503s