Metadata-Version: 2.1
Name: dataClay
Version: 2.5
Summary: Python library for dataClay
Home-page: https://www.bsc.es/dataclay
License: UNKNOWN
Project-URL: Documentation, https://pyclay.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/bsc-dom/pyclay
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: lru-dict
Requires-Dist: Jinja2
Requires-Dist: PyYAML (==5.2)
Requires-Dist: decorator
Requires-Dist: grpcio (==1.25.0)
Requires-Dist: protobuf (==3.10.0)
Requires-Dist: psutil
Requires-Dist: six
Requires-Dist: numpy ; platform_machine == "x86_64"

[![Build Status](https://travis-ci.com/bsc-dom/pyclay.svg?branch=develop)](https://travis-ci.com/bsc-dom/pyclay)
[![Documentation Status](https://readthedocs.org/projects/pyclay/badge/?version=latest)](https://pyclay.readthedocs.io/en/latest/?badge=latest)
![PyPI - Status](https://img.shields.io/pypi/status/dataclay)
![PyPI - Format](https://img.shields.io/pypi/format/dataclay)
[![License](https://img.shields.io/github/license/bsc-dom/pyclay)](https://github.com/bsc-dom/pyclay/blob/develop/LICENSE.txt)
[![PyPI version](https://badge.fury.io/py/dataClay.png)](https://badge.fury.io/py/dataClay)
[![Pypi Downloads](https://pepy.tech/badge/dataclay)](https://pepy.tech/project/dataclay)
<br/>

[![Test Pypi](https://img.shields.io/badge/testpypi-2.5.dev-green)](https://test.pypi.org/project/dataClay/)

# dataClay Python codebase

This repository holds the `pyclay` Python package. This package is used both
by the dataClay Python clients and also for the dataClay service Execution
Environment.

## Installation

This package is available from PyPI, so just `pip` it:

    $ pip install dataClay

## Documentation

Official documentation available at [read the docs](https://pyclay.readthedocs.io/en/latest/)

## Other resources

[BSC official dataClay webpage](https://www.bsc.es/dataclay)

---

![dataClay logo](https://www.bsc.es/sites/default/files/public/styles/bscw2_-_simple_crop_style/public/bscw2/content/software-app/logo/logo_dataclay_web_bsc.jpg)


