Metadata-Version: 2.0
Name: keepitfresh
Version: 0.1.0
Summary: A simpler way to freshen up your frozen applications.
Home-page: https://github.com/GandaG/keepitfresh
Author: Daniel Nunes
Author-email: daniel.henri.nunes@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Keywords: installer,updater,frozen,application
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: packaging
Requires-Dist: patool

===========
keepitfresh
===========
.. image:: https://img.shields.io/pypi/v/keepitfresh.svg?style=flat-square&label=PyPI
    :target: https://pypi.org/project/keepitfresh/
.. image:: https://img.shields.io/pypi/pyversions/keepitfresh.svg?style=flat-square&label=Python%20Versions
    :target: https://pypi.org/project/keepitfresh/
.. image:: https://img.shields.io/travis/GandaG/keepitfresh/master.svg?style=flat-square&label=Linux%20Build
    :target: https://travis-ci.org/GandaG/keepitfresh
.. image:: https://img.shields.io/appveyor/ci/GandaG/keepitfresh/master.svg?style=flat-square&label=Windows%20Build
    :target: https://ci.appveyor.com/project/GandaG/keepitfresh/branch/master
.. image:: https://img.shields.io/coveralls/github/GandaG/keepitfresh/master.svg?style=flat-square&label=Coverage
    :target: https://coveralls.io/github/GandaG/keepitfresh?branch=master

*A simpler way to freshen up your frozen applications*

*keepitfresh* serves as an auto-updater for frozen applications [#]_.
Inspired by `uscan <https://manpages.debian.org/jessie/devscripts/uscan.1.en.html>`_,
it's incredibly modular giving you full control over every step.

See below for a quick tutorial!

.. [#] While it was made with frozen application is mind it can be applied
       to anything really.

Documentation
-------------

For more information check out *keepitfresh*'s documentation at `keepitfresh.rtfd.io <https://keepitfresh.rtfd.io>`_


