LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
pyunicore/__init__.py
pyunicore/_version.py
pyunicore/client.py
pyunicore/credentials.py
pyunicore/cwlconverter.py
pyunicore/cwltool.py
pyunicore/dask.py
pyunicore/forwarder.py
pyunicore/uftp.py
pyunicore/uftpfs.py
pyunicore/uftpfuse.py
pyunicore.egg-info/PKG-INFO
pyunicore.egg-info/SOURCES.txt
pyunicore.egg-info/dependency_links.txt
pyunicore.egg-info/entry_points.txt
pyunicore.egg-info/requires.txt
pyunicore.egg-info/top_level.txt
pyunicore/helpers/__init__.py
pyunicore/helpers/_api_object.py
pyunicore/helpers/connection/__init__.py
pyunicore/helpers/connection/registry.py
pyunicore/helpers/connection/site.py
pyunicore/helpers/jobs/__init__.py
pyunicore/helpers/jobs/data.py
pyunicore/helpers/jobs/description.py
pyunicore/helpers/jobs/resources.py
pyunicore/helpers/workflows/__init__.py
pyunicore/helpers/workflows/description.py
pyunicore/helpers/workflows/transition.py
pyunicore/helpers/workflows/variable.py
pyunicore/helpers/workflows/activities/__init__.py
pyunicore/helpers/workflows/activities/activity.py
pyunicore/helpers/workflows/activities/job.py
pyunicore/helpers/workflows/activities/modify_variable.py
pyunicore/helpers/workflows/activities/loops/__init__.py
pyunicore/helpers/workflows/activities/loops/_loop.py
pyunicore/helpers/workflows/activities/loops/body.py
pyunicore/helpers/workflows/activities/loops/for_loop.py
pyunicore/helpers/workflows/activities/loops/repeat_until_loop.py
pyunicore/helpers/workflows/activities/loops/while_loop.py
pyunicore/testing/__init__.py
pyunicore/testing/contexts.py
pyunicore/testing/pyunicore.py