You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2020/10/14 00:32:25 UTC

[airavata-custos] 01/01: Merge pull request #115 from apache/custos-python-sdk-demo

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git

commit 4c89a610735582015a24ba9911b08f5e3f135643
Merge: cb5f076 f91dbdf
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Tue Oct 13 20:32:09 2020 -0400

    Merge pull request #115 from apache/custos-python-sdk-demo
    
    Merging Custos python sdk demo into Master

 .asf.yaml                                          |  20 ++
 .gitignore                                         |  42 +++
 .travis.yml                                        |   2 +-
 LICENSE                                            | 201 ------------
 README                                             |   5 -
 custos-samples/configs/settings.ini                |   8 +
 custos-samples/samples/__init__.py                 |   0
 custos-samples/samples/group_management_samples.py |  58 ++++
 .../samples/identity_management_samples.py         |  40 +++
 .../samples/secret_management_samples.py           |  62 ++++
 .../secure_resources_with_custos_simulation.py     | 361 +++++++++++++++++++++
 .../samples/sharing_management_samples.py          |  89 +++++
 custos-samples/samples/user_management_samples.py  |  66 ++++
 pom.xml                                            | 111 -------
 14 files changed, 747 insertions(+), 318 deletions(-)