Skip to content

Commit

Permalink
Update readme notice
Browse files Browse the repository at this point in the history
  • Loading branch information
GandaG committed Aug 19, 2019
1 parent bd1ebb1 commit 827e69c
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions README.rst
@@ -1,29 +1,21 @@
===========
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
# keepitfresh

[![PyPI](https://img.shields.io/pypi/v/keepitfresh.svg?style=flat-square&label=PyPI)](https://pypi.org/project/keepitfresh/)
[![Python Versions](https://img.shields.io/pypi/pyversions/keepitfresh.svg?style=flat-square&label=Python%20Versions)](https://pypi.org/project/keepitfresh/)
[![Linux Build](https://img.shields.io/travis/GandaG/keepitfresh/master.svg?style=flat-square&label=Linux%20Build)](https://travis-ci.org/GandaG/keepitfresh)
[![Windows Build](https://img.shields.io/appveyor/ci/GandaG/keepitfresh/master.svg?style=flat-square&label=Windows%20Build)](https://ci.appveyor.com/project/GandaG/keepitfresh/branch/master)
[![Coverage](https://img.shields.io/coveralls/github/GandaG/keepitfresh/master.svg?style=flat-square&label=Coverage)](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>`_,
> :warning: **Note**: This is a mature library with all planned features added and no known bugs - do not be alarmed by the lack of commits.

*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 executable really.
Documentation
-------------
### Documentation

For more information check out *keepitfresh*'s documentation at `keepitfresh.rtfd.io <http://keepitfresh.rtfd.io>`_
For more information check out *keepitfresh*'s documentation at [keepitfresh.rtfd.io](http://keepitfresh.rtfd.io)

0 comments on commit 827e69c

Please sign in to comment.