Updated readme

This commit is contained in:
Manuel Cortez 2022-02-18 12:05:15 -06:00
parent 455c987b67
commit edca670a52
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -1,3 +1,17 @@
# updater
Module to perform automatic software updates.
This module has been started thanks to the code at [app_updater.](https://github.com/accessibleapps/app_updater)
## Features
* [x] Fully documented and testable.
* [x] Decoupled update logic from user interface.
* [ ] Support for updates via proxied environments.
* [ ] Tools to generate updates by taking a folder of distributable files.
* [x] Compatibility with Windows, Mac OSx and GNU/Linux.
* [ ] Multiple implementations for common Graphical User interfaces:
* [ ] WxPython
* [ ] PyGame
* [ ] Command Line interface