MANIFEST.in
README.md
license
requirements.txt
setup.cfg
setup.py
versioneer.py
JustUpdate.egg-info/PKG-INFO
JustUpdate.egg-info/SOURCES.txt
JustUpdate.egg-info/dependency_links.txt
JustUpdate.egg-info/entry_points.txt
JustUpdate.egg-info/not-zip-safe
JustUpdate.egg-info/requires.txt
JustUpdate.egg-info/top_level.txt
justupdate/__init__.py
justupdate/_version.py
justupdate/cli/__init__.py
justupdate/cli/commands.py
justupdate/cli/helper.py
justupdate/client/__init__.py
justupdate/client/client.py
justupdate/client/exceptions.py
justupdate/core/__init__.py
justupdate/core/base.py
justupdate/core/config.py
justupdate/core/data_manager.py
justupdate/core/executor.py
justupdate/repo/__init__.py
justupdate/repo/builder.py
justupdate/repo/committer.py
justupdate/repo/metadata.py
justupdate/repo/template.py
justupdate/repo/uploader.py
justupdate/repo/version.py
justupdate/templates/README.md
justupdate/templates/MAC/template.plist
justupdate/templates/MAC/scripts/postinstall.sh
justupdate/templates/MAC/scripts/preinstall.sh
justupdate/templates/win/template.nsi
tests/__init__.py
tests/test_base.py
tests/test_client.py
tests/test_metadata.py
tests/test_versions.py
tests/util.py