https://github.com/zenotech/pyepic
Python SDK for EPIC
https://github.com/zenotech/pyepic
epic pypi python-sdk
Last synced: 24 days ago
JSON representation
Python SDK for EPIC
- Host: GitHub
- URL: https://github.com/zenotech/pyepic
- Owner: zenotech
- License: bsd-3-clause
- Created: 2020-10-30T08:57:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-24T03:44:08.000Z (6 months ago)
- Last Synced: 2025-09-19T15:58:48.163Z (5 months ago)
- Topics: epic, pypi, python-sdk
- Language: Python
- Size: 5.67 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyepic
[](http://pyepic.readthedocs.io/?badge=latest) [](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).