Metadata-Version: 2.1
Name: pyepic
Version: 1.0.19
Summary: "Python SDK for EPIC"
Home-page: https://github.com/zenotech/pyepic/
Author: "Zenotech"
Author-email: "support@zenotech.com"
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pyepic
[![Documentation Status](https://readthedocs.org/projects/pyepic/badge/?version=latest)](http://pyepic.readthedocs.io/?badge=latest) [![PyPI version fury.io](https://badge.fury.io/py/pyepic.svg)](https://pypi.python.org/pypi/pyepic/)

PyEpic is a simple Python SDK for the EPIC API code. It is designed to allow users to integrate with EPIC for the submission and management of HPC jobs. It can be used directly or an an example of how to make use of the [epiccore](https://github.com/zenotech/python_epic_api) package.

## Getting started
PyEpic can be installed from PyPi.

```
pip install pyepic
```

Documentation is available on [read the docs](http://pyepic.readthedocs.io/?badge=latest).


