Metadata-Version: 2.1
Name: dataClay
Version: 2.0.1.dev3
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
Description-Content-Type: text/markdown
Requires-Dist: lru-dict
Requires-Dist: Jinja2
Requires-Dist: PyYAML
Requires-Dist: decorator
Requires-Dist: grpcio (==1.25.0)
Requires-Dist: grpcio-tools (==1.25.0)
Requires-Dist: protobuf (==3.10.0)
Requires-Dist: protobufferize
Requires-Dist: psutil
Requires-Dist: six
Requires-Dist: numpy
Requires-Dist: enum34 ; python_version < "3.4"


[![Documentation Status](https://readthedocs.org/projects/pyclay/badge/?version=latest)](https://pyclay.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/dataClay.png)](https://badge.fury.io/py/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)


