Go to file
2022-02-18 17:01:04 -06:00
source Added initial work to generate sphinx documentation 2022-02-18 16:58:19 -06:00
test Added docstrings and test for updater.find_datafiles 2022-02-18 12:40:07 -06:00
updater Updated core 2022-02-18 17:01:04 -06:00
conf.py Added initial work to generate sphinx documentation 2022-02-18 16:58:19 -06:00
index.rst Added initial work to generate sphinx documentation 2022-02-18 16:58:19 -06:00
make.bat Added initial work to generate sphinx documentation 2022-02-18 16:58:19 -06:00
Makefile Added initial work to generate sphinx documentation 2022-02-18 16:58:19 -06:00
README.md Updated readme 2022-02-18 12:05:15 -06:00
requirements.txt Added requirements file 2022-02-17 14:04:27 -06:00

updater

Module to perform automatic software updates.

This module has been started thanks to the code at app_updater.

Features

  • Fully documented and testable.
  • Decoupled update logic from user interface.
  • Support for updates via proxied environments.
  • Tools to generate updates by taking a folder of distributable files.
  • Compatibility with Windows, Mac OSx and GNU/Linux.
  • Multiple implementations for common Graphical User interfaces:
    • WxPython
    • PyGame
    • Command Line interface