Skip to content

dlernstrom/PyUpdater

 
 

Repository files navigation

Build Status Build status Code Health

PyUpdater

#####An update framework that enables simple, secure & efficient shipment of app updates.

####Docs ####Changelog ####License

##To Install

#####Stable Lite:

$ pip install -U PyUpdater

#####Stable Full:

$ pip install -U PyUpdater[all]

#####Dev:

$ pip install -U https://github.com/JMSwag/PyUpdater/tarball/master

#####Extras: Amazon S3 & SCP upload plugins are available with

$ pip install -U PyUpdater[s3]

#####or

$ pip install -U PyUpdater[scp]

#####Patch support (for creating diffs of app updates):

$ pip install -U PyUpdater[patch]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Other 1.9%