Metadata-Version: 2.1
Name: metaspace2020
Version: 2.0.1
Summary: Python library for connecting to the METASPACE platform
Home-page: https://github.com/metaspace2020/metaspace/tree/master/metaspace/python-client
Author: Alexandrov Team, EMBL
Author-email: contact@metaspace2020.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: plotly (>=1.12)
Requires-Dist: requests
Requires-Dist: tqdm

# METASPACE Python client

Python package that provides programmatic access to [METASPACE](https://metaspace2020.eu).

## Applications

* Running batch jobs
* Exploratory analysis of submitted data
* Quick access to things hidden from web interface (such as location of files on S3 and other metadata)

## Installation

You need to have **Python 3.6 or higher** to use this library.

```
pip install metaspace2020
```

## Documentation

The package documentation is available at [metaspace2020.readthedocs.io](https://metaspace2020.readthedocs.io)

## Acknowledgements and license

[See the top-level README](../../README.md#acknowledgements)

