Metadata-Version: 2.1
Name: pyunicore
Version: 1.0.0
Summary: Python library for using the UNICORE REST API
Home-page: https://github.com/HumanBrainProject/pyunicore
Author: Bernd Schuller
Author-email: b.schuller@fz-juelich.de
License: License :: OSI Approved :: BSD
Requires-Python: >=3
License-File: LICENSE
Requires-Dist: PyJWT>=2.0
Requires-Dist: requests>=2.5
Provides-Extra: fuse
Requires-Dist: fusepy>=3.0.1; extra == "fuse"
Provides-Extra: crypto
Requires-Dist: cryptography>=3.3.1; extra == "crypto"
Provides-Extra: fs
Requires-Dist: fs>=2.4.0; extra == "fs"


This library provides a Python wrapper for the UNICORE REST API, making common tasks like file access, job submission and management, workflow submission and management more convenient, and integrating UNICORE features better with typical Python usage.

Visit https://github.com/HumanBrainProject/pyunicore for more information.
