.appveyor.yml
.codecov.yml
.coverage-unit.ini
.coveralls.yml
.dockerignore
.gitignore
.gitlab-ci.yml
.pylintrc
.style.yapf
.travis.yml
AUTHORS.rst
Changelog.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
VERSION
requirements_dev.txt
requirements_tests.txt
run-server.sh
setup.cfg
setup.py
tox.ini
Documentation/quick-start.md
Documentation/server/appr-api-swagger.yaml
Documentation/server/local-cnr-registry.md
Documentation/server/quick-start.md
Documentation/server/test.sh
appr/__init__.py
appr/auth.py
appr/client.py
appr/config.py
appr/discovery.py
appr/display.py
appr/exception.py
appr/pack.py
appr/packager.py
appr/semver.py
appr/utils.py
appr.egg-info/PKG-INFO
appr.egg-info/SOURCES.txt
appr.egg-info/dependency_links.txt
appr.egg-info/not-zip-safe
appr.egg-info/requires.txt
appr.egg-info/top_level.txt
appr/api/__init__.py
appr/api/app.py
appr/api/config.py
appr/api/gevent_app.py
appr/api/gunicorn_app.py
appr/api/info.py
appr/api/multiprocessing
appr/api/registry.py
appr/api/wsgi.py
appr/api/impl/__init__.py
appr/api/impl/registry.py
appr/commands/__init__.py
appr/commands/channel.py
appr/commands/cli.py
appr/commands/command_base.py
appr/commands/config.py
appr/commands/delete_package.py
appr/commands/helm.py
appr/commands/inspect.py
appr/commands/list_package.py
appr/commands/login.py
appr/commands/logout.py
appr/commands/plugins.py
appr/commands/pull.py
appr/commands/push.py
appr/commands/runserver.py
appr/commands/show.py
appr/commands/version.py
appr/commands/plugins/helm/cnr.sh
appr/commands/plugins/helm/plugin.yaml
appr/formats/__init__.py
appr/formats/kub_base.py
appr/formats/helm/__init__.py
appr/formats/helm/chart.py
appr/formats/helm/manifest_chart.py
appr/formats/kpm/__init__.py
appr/formats/kpm/kpm.py
appr/models/__init__.py
appr/models/blob_base.py
appr/models/channel_base.py
appr/models/db_base.py
appr/models/package_base.py
appr/models/kv/__init__.py
appr/models/kv/blob_kv_base.py
appr/models/kv/channel_kv_base.py
appr/models/kv/models_index_base.py
appr/models/kv/package_kv_base.py
appr/models/kv/etcd/__init__.py
appr/models/kv/etcd/blob.py
appr/models/kv/etcd/channel.py
appr/models/kv/etcd/db.py
appr/models/kv/etcd/models_index.py
appr/models/kv/etcd/package.py
appr/models/kv/filesystem/__init__.py
appr/models/kv/filesystem/blob.py
appr/models/kv/filesystem/channel.py
appr/models/kv/filesystem/db.py
appr/models/kv/filesystem/models_index.py
appr/models/kv/filesystem/package.py
appr/models/kv/redis/__init__.py
appr/models/kv/redis/blob.py
appr/models/kv/redis/channel.py
appr/models/kv/redis/db.py
appr/models/kv/redis/models_index.py
appr/models/kv/redis/package.py
appr/plugins/__init__.py
appr/plugins/helm.py
appr/tests/__init__.py
appr/tests/conftest.py
appr/tests/test_apiserver.py
appr/tests/test_models.py
appr/tests/data/backup1.json
appr/tests/data/backup2.json
appr/tests/data/kube-ui.tar.gz
appr/tests/data/kube-ui_release.json
appr/tests/data/manifest.yaml
appr/tests/data/thirdparty.yaml
appr/tests/data/bad_manifest/manifest.yaml
appr/tests/data/docker-compose/manifest.jsonnet
appr/tests/data/docker-compose/templates/compose-wordpress.yaml
appr/tests/data/kube-ui/README.md
appr/tests/data/kube-ui/file_to_ignore.yaml
appr/tests/data/kube-ui/manifest.yaml
appr/tests/data/kube-ui/templates/another_file_to_ignore.cfg
appr/tests/data/kube-ui/templates/kube-ui-rc.yaml
appr/tests/data/kube-ui/templates/kube-ui-svc.yaml
appr/tests/data/responses/kube-ui-replicationcontroller.json
appr/tests/data/responses/kube-ui-service.json
appr/tests/data/responses/testns-namespace.json
bin/appr
tests/conftest.py
tests/test_packager.py
tests/test_registry.py
tests/test_semver.py
tests/test_utils.py
tests/api/test_api.py
tests/commands/test_cli.py
tests/commands/test_command_base.py
tests/commands/test_helm.py
tests/commands/test_inspect.py
tests/commands/test_version.py
tests/data/kube-ui.tar.gz
tests/data/kube-ui_release.json
tests/data/manifest.yaml
tests/data/thirdparty.yaml
tests/data/bad_manifest/manifest.yaml
tests/data/docker-compose/manifest.jsonnet
tests/data/docker-compose/templates/compose-wordpress.yaml
tests/data/jsonnet/demo.jsonnet
tests/data/jsonnet/jsonnet_extensions.py
tests/data/jsonnet/manifesttest.jsonnet
tests/data/jsonnet/manifesttestv2.jsonnet
tests/data/jsonnet/test.jsonnet
tests/data/jsonnet/testbool.jsonnet
tests/data/jsonnet/testkpmtemplate.jsonnet
tests/data/kube-ui/README.md
tests/data/kube-ui/file_to_ignore.yaml
tests/data/kube-ui/manifest.yaml
tests/data/kube-ui/templates/another_file_to_ignore.cfg
tests/data/kube-ui/templates/kube-ui-rc.yaml
tests/data/kube-ui/templates/kube-ui-svc.yaml
tests/data/responses/kube-ui-replicationcontroller.json
tests/data/responses/kube-ui-service.json
tests/data/responses/testns-namespace.json
tests/models/test_channel_base.py
tests/models/test_models_integration.py
tests/models/test_package_base.py
tests/models/kv/test_channel_kv_base.py
tests/models/kv/test_models_index_base.py
tests/models/kv/test_package_kv_base.py
tests/models/kv/etcd/test_channel.py
tests/models/kv/etcd/test_etcd_models_index.py
tests/models/kv/etcd/test_package.py
tests/models/kv/filesystem/test_fs_models_index.py
tests/models/kv/redis/test_redis_models_index.py
tests/plugins/test_plugin_helm.py