Metadata-Version: 2.1
Name: polly-python
Version: 0.2.0
Summary: Polly SDK
Home-page: https://github.com/ElucidataInc/polly-python
Download-URL: https://elucidatainc.github.io/PublicAssets/builds/polly-python/polly_python-0.2.0-none-any.whl
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: idna (==2.10)
Requires-Dist: pandas
Requires-Dist: postpy2 (==0.0.6)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: python-magic (==0.4.24)
Requires-Dist: pytz (==2021.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: urllib3 (==1.26.6)
Requires-Dist: retrying (==1.3.3)
Requires-Dist: boto3 (>=1.17.73)
Requires-Dist: botocore (>=1.20.73)
Requires-Dist: elucidatacloudpathlib (==0.6.6)
Requires-Dist: cmapPy
Requires-Dist: Deprecated
Requires-Dist: black
Requires-Dist: Cerberus (==1.3.2)
Requires-Dist: joblib
Requires-Dist: rst2txt
Requires-Dist: tqdm
Requires-Dist: sqlparse
Requires-Dist: pytest
Requires-Dist: datapane (>=0.15.1)
Requires-Dist: plotly
Requires-Dist: beautifulsoup4

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
![code-coverage](https://github.com/ElucidataInc/polly-python-code/blob/badges_do_not_delete/badges/badge.svg)
![Linting](https://img.shields.io/badge/Linting-Black-green)
![Version](https://img.shields.io/badge/python-3.7%2B-blue)

# About Polly Library

This package is intended to be used by Polly users - bioinformaticians, data scientists, and life science researchers - working in drug discovery and development.

# Installation

Polly-python can be installed by running:

```python
pip install polly-python
```
 
# Key features:

* Discover biomedical datasets specific to their research requirements by querying omixatlas which have a well-defined schema and curated metadata fields. 
* Expanding the query by using ontological mappings for diseases.
* Download the datasets of interest and use them for further enrichment and analysis using other open-source bash, R and Python packages commonly used in life-science research.
* Seamlessly interact with the Schema of the OmixAtlas by using fetch, update, and post functions.
* Create new Workspaces and fetch the list of existing ones.
* Upload and Download files and folders from Workspace.
* Save dataset of interest from OmixAtlas to Workspace.

# Get Started

* Examples of characteristics and functions of polly-python can be found as Jupyter Notebook [here](https://github.com/ElucidataInc/polly-python). 
* Full documentation available [here](https://docs.elucidata.io/OmixAtlas/Polly%20Python.html).

# Contributing Guidelines

* Refer to the `CONTRIBUTING.md` file for detailed information

# Contacts
If you have questions, suggestions or problems, feel free to open an issue [here](https://github.com/ElucidataInc/polly-python/issues).

You can contact us at:
* sabu.george@elucidata.io
* yogesh.lakhotia@elucidata.io
