Adding assembly plugin and package python libs - AIRAVATA-1642
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4ff23f46 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4ff23f46 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4ff23f46 Branch: refs/heads/master Commit: 4ff23f4644cf74775b215842b35e4f1f2b3bd5d7 Parents: 97c7a73 Author: Suresh Marru <[email protected]> Authored: Tue Mar 24 05:36:13 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Mar 24 05:36:13 2015 -0400 ---------------------------------------------------------------------- .../airavata-python-sdk/src/main/INSTALL | 7 + .../airavata-python-sdk/src/main/LICENSE | 2272 ++++++++++++++++++ .../airavata-python-sdk/src/main/NOTICE | 163 ++ .../airavata-python-sdk/src/main/README | 4 + .../src/main/assembly/bin-assembly.xml | 63 + 5 files changed, 2509 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/4ff23f46/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/INSTALL ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/INSTALL b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/INSTALL new file mode 100644 index 0000000..957614f --- /dev/null +++ b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/INSTALL @@ -0,0 +1,7 @@ +Installing Apache Airavata Client 0.15 +-------------------------------------- + +Tutorials +---------- +The airavata website has instructions for basic tutorials: +* For basic understanding on how to use Airavata API please look at the samples shipped with the distribution
