[TIC-CORE] Initial Import 15/101415/1
authorChulwoo Shin <cw1.shin@samsung.com>
Thu, 1 Dec 2016 06:23:39 +0000 (15:23 +0900)
committerChulwoo Shin <cw1.shin@samsung.com>
Thu, 1 Dec 2016 06:23:39 +0000 (15:23 +0900)
commit484bfa4de7d0507abbb2771081e9e58283726af8
tree96820b4b7fb7d8b27d91947ee82c87c0d18a2afb
parent92f7d0e40e647acd568f817a87f068ef84995f7b
[TIC-CORE] Initial Import

Change-Id: I8f5554b9ff6abf4f3675a989dc545d94e7713597
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
30 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
README.md [new file with mode: 0644]
VERSION [new file with mode: 0644]
setup.py [new file with mode: 0644]
test/__init__.py [new file with mode: 0644]
test/dependency_fixtures/repodata/base-primary.xml [new file with mode: 0644]
test/dependency_fixtures/repodata/base-primary.xml.tar.gz [new file with mode: 0644]
test/dependency_fixtures/repodata/mobile-primary.xml [new file with mode: 0644]
test/dependency_fixtures/repodata/mobile-primary.xml.tar.gz [new file with mode: 0644]
test/suite.py [new file with mode: 0644]
test/test_dependency.py [new file with mode: 0644]
tic/__init__.py [new file with mode: 0644]
tic/command.py [new file with mode: 0644]
tic/dependency.py [new file with mode: 0644]
tic/parser/__init__.py [new file with mode: 0644]
tic/parser/repo_parser.py [new file with mode: 0644]
tic/parser/view_parser.py [new file with mode: 0644]
tic/pykickstarter.py [new file with mode: 0644]
tic/pymic.py [new file with mode: 0644]
tic/repo.py [new file with mode: 0644]
tic/server/__init__.py [new file with mode: 0644]
tic/server/tic_server.py [new file with mode: 0644]
tic/utils/__init__.py [new file with mode: 0644]
tic/utils/error.py [new file with mode: 0644]
tic/utils/file.py [new file with mode: 0644]
tic/utils/grabber.py [new file with mode: 0644]
tic/utils/logger.py [new file with mode: 0644]
tic/utils/process.py [new file with mode: 0644]
tools/tic-core [new file with mode: 0644]