RCBS.py


NameRCBS.py JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/dynamicsUAB/RCBS.py
SummaryPython package useful for analysing MD trajectories and creating QMMM models built on top of MDAnalysis.
upload_time2022-12-20 13:08:29
maintainer
docs_urlNone
authorMiquel Canyelles Niño
requires_python
license
keywords biochemistry simulations mdanalysis molecular dynamics
VCS
bugtrack_url
requirements MDAnalysis pyyaml numpy tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RCBS.py

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/dynamicsUAB/RCBS.py)](https://github.com/dynamicsUAB/RCBS.py)
[![PyPI](https://img.shields.io/pypi/v/RCBS.py)](https://pypi.org/project/RCBS.py/)
![GitHub](https://img.shields.io/github/license/dynamicsUAB/RCBS.py)
[![MDAnalysis](https://img.shields.io/badge/Powered%20by-MDAnalysis-lightgray.svg)](https://www.mdanalysis.org)

## Description

RCBS.py (Reactivity of Chemical and Biochemical Systems) is a Python package that contains several scripts and functions which try to simplify the analysis of MD simulations and, from these, to prepare the system to carry out QM/MM simulations using ChemShell. MD simulations analysis has been built in top of the MDAnalysis python package.

The package is divided into two main modules: *md_analyser* and *qmmm_setup*.

### md_analyser

This module form RCBS.py is useful for performing analysis of MD trajectories in a simple way.

## Installation

### Using pip

```bash
pip install RCBS.py
```

### From source code

1. Clone the repository in you local machine

    ```git clone https://github.com/dynamicsUAB/RCBS.py.git```
2. Move to the folder

    ```cd RCBS.py```
3. Install the package using pip or pip3

    ```pip install RCBS.py```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dynamicsUAB/RCBS.py",
    "name": "RCBS.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "biochemistry,simulations,MDAnalysis,molecular dynamics",
    "author": "Miquel Canyelles Ni\u00f1o",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/22/31/b116cfb66d7f1850870f8de311651d3f33b25432ec72a56435fa76fa7936/RCBS.py-0.2.0.tar.gz",
    "platform": null,
    "description": "# RCBS.py\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/dynamicsUAB/RCBS.py)](https://github.com/dynamicsUAB/RCBS.py)\n[![PyPI](https://img.shields.io/pypi/v/RCBS.py)](https://pypi.org/project/RCBS.py/)\n![GitHub](https://img.shields.io/github/license/dynamicsUAB/RCBS.py)\n[![MDAnalysis](https://img.shields.io/badge/Powered%20by-MDAnalysis-lightgray.svg)](https://www.mdanalysis.org)\n\n## Description\n\nRCBS.py (Reactivity of Chemical and Biochemical Systems) is a Python package that contains several scripts and functions which try to simplify the analysis of MD simulations and, from these, to prepare the system to carry out QM/MM simulations using ChemShell. MD simulations analysis has been built in top of the MDAnalysis python package.\n\nThe package is divided into two main modules: *md_analyser* and *qmmm_setup*.\n\n### md_analyser\n\nThis module form RCBS.py is useful for performing analysis of MD trajectories in a simple way.\n\n## Installation\n\n### Using pip\n\n```bash\npip install RCBS.py\n```\n\n### From source code\n\n1. Clone the repository in you local machine\n\n    ```git clone https://github.com/dynamicsUAB/RCBS.py.git```\n2. Move to the folder\n\n    ```cd RCBS.py```\n3. Install the package using pip or pip3\n\n    ```pip install RCBS.py```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python package useful for analysing MD trajectories and creating QMMM models built on top of MDAnalysis.",
    "version": "0.2.0",
    "split_keywords": [
        "biochemistry",
        "simulations",
        "mdanalysis",
        "molecular dynamics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5061d348d22b0eec984f8b42a6f2966b",
                "sha256": "62fb6abc6957f728643aa4a884ad4c5dd04e9a43b6f6749fcef7b0856181407b"
            },
            "downloads": -1,
            "filename": "RCBS.py-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5061d348d22b0eec984f8b42a6f2966b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13122,
            "upload_time": "2022-12-20T13:08:29",
            "upload_time_iso_8601": "2022-12-20T13:08:29.911398Z",
            "url": "https://files.pythonhosted.org/packages/22/31/b116cfb66d7f1850870f8de311651d3f33b25432ec72a56435fa76fa7936/RCBS.py-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 13:08:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dynamicsUAB",
    "github_project": "RCBS.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "MDAnalysis",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "rcbs.py"
}
        
Elapsed time: 0.02265s