This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git.
from 4e2bbd7 Ansible: changing num of Django wsgi procs to 1
new dee5cc9 Add file handling client and samples
new 52445a2 Merge branch 'pythonSDK' of
https://github.com/isururanawaka/airavata into pythonSDK
new 2e00338 Merge pull request #241 from isururanawaka/pythonSDK
The 9018 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../airavata_python_sdk.egg-info/SOURCES.txt | 3 +
.../build/lib/clients/api_server_client.py | 4 +-
.../build/lib/clients/file_handling_client.py | 60 ++++++++++++++++++
.../build/lib/clients/file_upload_client.py | 46 ++++++++++++++
.../build/lib/clients/group_manager_client.py | 2 +-
.../build/lib/clients/iam_admin_client.py | 2 +-
.../build/lib/clients/keycloak_token_fetcher.py | 69 ++++++++++++++-------
.../build/lib/clients/sharing_registry_client.py | 2 +-
.../build/lib/clients/tenant_profile_client.py | 2 +-
.../build/lib/clients/user_profile_client.py | 2 +-
.../build/lib/samples/api_server_client_samples.py | 6 +-
.../lib}/samples/create_launch_echo_experiment.py | 0
.../samples/create_launch_gaussian_experiment.py | 0
.../lib/samples/group_manager_client_samples.py | 5 +-
.../build/lib/samples/iam_admin_client_samples.py | 5 +-
.../{ => build/lib}/samples/resources/__init__.py | 0
.../lib/samples/sharing_registry_client_samples.py | 5 +-
.../lib/samples/tenant_profile_client_samples.py | 5 +-
.../lib/samples/user_profile_client_samples.py | 5 +-
.../{ => build/lib}/transport/settings.ini | 0
.../build/lib/transport/settings.py | 49 ++++++++++-----
.../clients/file_handling_client.py | 60 ++++++++++++++++++
.../airavata_python_sdk-1.0.0-py2.py3-none-any.whl | Bin 0 -> 316350 bytes
.../airavata-python-sdk/requirements.txt | 4 +-
.../samples/create_launch_echo_experiment.py | 22 ++++++-
...unch_echo_experiment.py => metadata_fetcher.py} | 57 ++++++-----------
.../apache/airavata/tools/load/Authenticator.java | 1 +
27 files changed, 316 insertions(+), 100 deletions(-)
create mode 100644
airavata-api/airavata-client-sdks/airavata-python-sdk/build/lib/clients/file_handling_client.py
create mode 100644
airavata-api/airavata-client-sdks/airavata-python-sdk/build/lib/clients/file_upload_client.py
copy airavata-api/airavata-client-sdks/airavata-python-sdk/{ =>
build/lib}/samples/create_launch_echo_experiment.py (100%)
copy airavata-api/airavata-client-sdks/airavata-python-sdk/{ =>
build/lib}/samples/create_launch_gaussian_experiment.py (100%)
copy airavata-api/airavata-client-sdks/airavata-python-sdk/{ =>
build/lib}/samples/resources/__init__.py (100%)
copy airavata-api/airavata-client-sdks/airavata-python-sdk/{ =>
build/lib}/transport/settings.ini (100%)
create mode 100644
airavata-api/airavata-client-sdks/airavata-python-sdk/clients/file_handling_client.py
create mode 100644
airavata-api/airavata-client-sdks/airavata-python-sdk/dist/airavata_python_sdk-1.0.0-py2.py3-none-any.whl
copy
airavata-api/airavata-client-sdks/airavata-python-sdk/samples/{create_launch_echo_experiment.py
=> metadata_fetcher.py} (51%)