reactome2py


Namereactome2py JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/reactome/reactome2py
SummaryPython client for Reactome content and analysis service API calls.
upload_time2021-01-06 17:31:13
maintainer
docs_urlNone
authorNasim Sanati
requires_python>=3.6
licenseApache
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
### Reactome2py 
CI | Branch  | Build Status
 ---|---------|-------------
 Travis | master  | [![Build Status](https://travis-ci.com/reactome/reactome2py.svg?branch=master)](https://travis-ci.com/reactome/reactome2py)

[![reactome2py from PyPI](https://img.shields.io/pypi/v/reactome2py.svg)](https://pypi.python.org/pypi/reactome2py/)[![Supported Python Versions](https://img.shields.io/pypi/pyversions/reactome2py.svg)](https://pypi.python.org/pypi/reactome2py/) 
[![Anaconda-Server Badge](https://anaconda.org/reactome/reactome2py/badges/version.svg)](https://anaconda.org/reactome/reactome2py)

Python client for Reactome content and analysis services API calls. 

#### Installation 

- PyPI install using pip 
    ``` 
    (sudo) pip install reactome2py 
    ```

- from source    
    ``` shell script
    git clone repo
    cd reactome2py
    python setup.py install 
    ```
- Dockerfile 
   ```
   (sudo) docker build -t <tag-name>:latest .
   (sudo) docker run -it --rm <tag-name>:latest
   ```

#### reactome2py Jupyter notebook use-case examples 

`demo` folder holds jupyter notebooks to show use-cases: 

#### API Documentation and json structures (Model section)

- Pathway Analysis Service: https://reactome.org/AnalysisService/#/
- Content Service: https://reactome.org/ContentService/#/

#### Reactome Pathway Browser Tour 

This video is useful in understanding how to fully use and interpret Reactome pathway browser features.  
https://www.youtube.com/watch?v=-skixrvI4nU

In depth user guides are available at: https://reactome.org/userguide



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/reactome/reactome2py",
    "name": "reactome2py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nasim Sanati",
    "author_email": "nasim@plenary.org",
    "download_url": "",
    "platform": "any",
    "description": "\n### Reactome2py \nCI | Branch  | Build Status\n ---|---------|-------------\n Travis | master  | [![Build Status](https://travis-ci.com/reactome/reactome2py.svg?branch=master)](https://travis-ci.com/reactome/reactome2py)\n\n[![reactome2py from PyPI](https://img.shields.io/pypi/v/reactome2py.svg)](https://pypi.python.org/pypi/reactome2py/)[![Supported Python Versions](https://img.shields.io/pypi/pyversions/reactome2py.svg)](https://pypi.python.org/pypi/reactome2py/) \n[![Anaconda-Server Badge](https://anaconda.org/reactome/reactome2py/badges/version.svg)](https://anaconda.org/reactome/reactome2py)\n\nPython client for Reactome content and analysis services API calls. \n\n#### Installation \n\n- PyPI install using pip \n    ``` \n    (sudo) pip install reactome2py \n    ```\n\n- from source    \n    ``` shell script\n    git clone repo\n    cd reactome2py\n    python setup.py install \n    ```\n- Dockerfile \n   ```\n   (sudo) docker build -t <tag-name>:latest .\n   (sudo) docker run -it --rm <tag-name>:latest\n   ```\n\n#### reactome2py Jupyter notebook use-case examples \n\n`demo` folder holds jupyter notebooks to show use-cases: \n\n#### API Documentation and json structures (Model section)\n\n- Pathway Analysis Service: https://reactome.org/AnalysisService/#/\n- Content Service: https://reactome.org/ContentService/#/\n\n#### Reactome Pathway Browser Tour \n\nThis video is useful in understanding how to fully use and interpret Reactome pathway browser features.  \nhttps://www.youtube.com/watch?v=-skixrvI4nU\n\nIn depth user guides are available at: https://reactome.org/userguide\n\n\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Python client for Reactome content and analysis service API calls.",
    "version": "3.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6797168751d7af94786c666380ca74fd",
                "sha256": "e1d71360465f7c13643438ce0e709487778accdf77062cdfc71abef7c3dfacf1"
            },
            "downloads": -1,
            "filename": "reactome2py-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6797168751d7af94786c666380ca74fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 26386,
            "upload_time": "2021-01-06T17:31:13",
            "upload_time_iso_8601": "2021-01-06T17:31:13.785942Z",
            "url": "https://files.pythonhosted.org/packages/61/1c/fb143b20246a5bc7ed90210dc96a17f1c716ae3cce016c25349e685020d8/reactome2py-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-01-06 17:31:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "reactome",
    "github_project": "reactome2py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "reactome2py"
}
        
Elapsed time: 0.02555s