pyautoupdate

Auto-update API for Python programs


Keywords
pypi, python, python-2, python-3, python-library, update
License
LGPL-2.1
Install
pip install pyautoupdate==1.0.0rc2

Documentation

pyautoupdate_logo

pyautoupdate is a python wrapper that allows the wrapped code to automatically update.

Build_Status Codecov_Status

Note: This is pre-alpha code. The update functionality does not work yet.

Advantages

  • This module is written in pure python. This means that there is no need to have a C compiler to use this module.
  • pyautoupdate works with both python 2 and 3
  • pypy and pypy3 can also be used

Dependencies

  • For python 2, python 2.6 or later is required
  • For python 3, python 3.3 or later is required
  • requests for retrieving updated versions
  • pytest for running the tests
  • pytest_cov to measure coverage
  • pylint for code style checks

License

LGPL 2.1