Metadata-Version: 2.4
Name: pyunicore
Version: 1.3.6
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.9
License-File: LICENSE
Requires-Dist: pyjwt>=2.8
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"
Requires-Dist: bcrypt>=4.0.0; extra == "crypto"
Provides-Extra: fs
Requires-Dist: fs>=2.4.0; extra == "fs"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


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.
