Metadata-Version: 2.1
Name: justupdate
Version: 1.3.9
Summary: 
Home-page: https://github.com/JessicaTegner/JustUpdate
License: MIT
Keywords: PyUpdater,Pyinstaller,Auto,Update,AutoUpdate,Auto-Update,Esky,simple,updater,mac/updater,windows/updater,updater4pyi,bbfreeze,ccfreeze,freeze,cz_freeze,pyupdate
Author: JessicaTegner
Author-email: jessica.tegner@outlook.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: appdirs (>=1.4,<2.0)
Requires-Dist: paramiko (>=2.7,<3.0)
Requires-Dist: pyinstaller (>=4.1,<5.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: requests-cache (>=0.5,<0.6)
Requires-Dist: scp (>=0.13,<0.14)
Project-URL: Bug Tracker, https://github.com/JessicaTegner/JustUpdate/issues
Project-URL: Repository, https://github.com/JessicaTegner/JustUpdate
Description-Content-Type: text/markdown

# Just. Update

[![Build Status](https://travis-ci.com/JessicaTegner/JustUpdate.svg?branch=master)](https://travis-ci.com/JessicaTegner/JustUpdate)

Just. Update is a updater system written in python that utilizes each platform's native method of installing an application to perform an update.
* On windows, JustUpdate uses NSIS (nullsoft scriptable install system) to perform the update.
* On Mac, JustUpdate uses the pkg flat installer archive format, to perform the update (productbuild).

# [INSTALLATION](https://JessicaTegner.github.io/JustUpdate#installation) | [DOCUMENTATION](https://JessicaTegner.github.io/JustUpdate#usage) | [LICENSE](https://github.com/JessicaTegner/JustUpdate/blob/master/license) | [HELPING OUT](https://JessicaTegner.github.io/JustUpdate/#helping-out)

### Contributing
Want a feature or found a bug? Open an issue or submit a pull request.

