Add CSAR shared library with CLI tool
authorKrzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>
Sun, 29 Jan 2017 05:31:22 +0000 (06:31 +0100)
committerKrzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>
Sun, 29 Jan 2017 06:14:49 +0000 (07:14 +0100)
commit9de2fbd75c97839aed2ec03bac788c44a360f0ec
treed7d5b7afa45192b624563d924ace4dd02a49d440
parente540f27a54d6b1f7ced55d3df4910c6e59109bef
Add CSAR shared library with CLI tool

Initial commit. Shared CSAR Python library with CLI tool

Change-Id: I121982cec5c839a47068907a1c4c2b379109a882
Issue-ID: VNFSDK-2
Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>
12 files changed:
COPYRIGHT [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
__init__.py [new file with mode: 0644]
assembly.xml [new file with mode: 0644]
cli/__init__.py [new file with mode: 0644]
cli/__main__.py [new file with mode: 0644]
packager/__init__.py [new file with mode: 0644]
packager/csar.py [new file with mode: 0644]
pom.xml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py [new file with mode: 0644]