DEPRECATED! This library collection is currently not maintained and therefore does not reflect or support the current state of the SemWES platform. It is therefore not recommended to any of the libraries in this repository. Use clfpy instead.
This repository provides client libraries for various infrastructure components of the CloudFlow platform.
Everyone is welcome to contribute to this repository by implementing client libraries in languages which are not available yet. If you do so, please develop in a separate branch and create pull requests when ready.
-
clfpy: Python package with leightweight SOAP clients to several infrastructure components (GSS, Authentication manager, HPC service, ...). Recommended library for infrastructure access and actively maintained.
Note: Has its own github repository: https://github.com/CloudiFacturing/clfpy
-
gssClients/gssCppLibrary: C++ library for accessing GSS.
Warning: Has not yet been tested within the CloudiFacturing project!
-
gssClients/gssCSharpClients: C# library for accessing GSS.
Warning: Has not yet been tested within the CloudiFacturing project!
-
gssClients/gssJavaLibrary: Java library for accessing GSS.
Warning: Has not yet been tested within the CloudiFacturing project, and might be outdated / not fully functional!
-
gssClients/gssPythonClients (OUTDATED): Set of Python scripts to access GSS.
Warning: This set of scripts is outdated and not well maintained. It is here mainly for reference, use the
cfpypackage if you use Python.
-
authenticationClients/authCppLibrary: C++ library for accessing the authentication service.
Warning: Has not yet been tested within the CloudiFacturing project!
-
authenticationClients/authCSharpLibrary: C# library for accessing the authentication service.
Warning: Has not yet been tested within the CloudiFacturing project!