Metadata-Version: 2.0
Name: pyautoupdate
Version: 1.0.0.post1
Summary: Auto-update API for Python programs
Home-page: https://github.com/rlee287/pyautoupdate
Author: Ryan Lee
Author-email: rndprogrammer@yahoo.com
License: LGPL 2.1
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: requests
Requires-Dist: setuptools
Provides-Extra: testing
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'

|pyautoupdate_logo|

Pyautoupdate is an auto-update API for Python programs.

|Build_Status| |Codecov_Status| |QuantifiedCode_Status| |LandscapeIO_Status| |Gitter_Badge|

Advantages
----------

-  This module is written in pure python. **No C compiler is necessary for installation, simplifying installation for Windows.**
-  Python 2 and 3 are both supported
-  Pyautoupdate also works with pypy and pypy3

Installation
------------

.. code-block:: bash

    $ pip install pyautoupdate

Dependencies
------------
Core Dependencies
~~~~~~~~~~~~~~~~~
-  Python 2.6+ or Python 3.3+
-  ``requests`` for retrieving updated versions
-  ``setuptools`` for archive manipulation and version comparison

Development Dependencies
~~~~~~~~~~~~~~~~~~~~~~~~
-  ``pytest`` for running the tests
-  ``coverage`` to measure coverage
-  ``pylint`` for local code style checks
-  ``sphinx`` for building documentation

License
-------

LGPL 2.1

.. |pyautoupdate_logo| image:: https://rlee287.github.io/pyautoupdate/_static/images/pyautoupdate_logo.svg
   :alt: Pyautoupdate Logo
.. |Build_Status| image:: https://travis-ci.org/rlee287/pyautoupdate.svg?branch=develop
   :target: https://travis-ci.org/rlee287/pyautoupdate
   :alt: Travis CI results
.. |Codecov_Status| image:: http://codecov.io/github/rlee287/pyautoupdate/coverage.svg?branch=develop
   :target: http://codecov.io/github/rlee287/pyautoupdate?branch=develop
   :alt: Codecov Coverage measurements
.. |QuantifiedCode_Status| image:: https://www.quantifiedcode.com/api/v1/project/e70a21e3928a4cce87655a17fd853765/badge.svg
  :target: https://www.quantifiedcode.com/app/project/e70a21e3928a4cce87655a17fd853765
  :alt: QuantifiedCode issues
.. |LandscapeIO_Status| image:: https://landscape.io/github/rlee287/pyautoupdate/develop/landscape.svg?style=flat
   :target: https://landscape.io/github/rlee287/pyautoupdate/develop
   :alt: Code Health
.. |Gitter_Badge| image:: https://badges.gitter.im/pyautoupdate_chat/Lobby.svg
   :alt: Join the chat at https://gitter.im/pyautoupdate_chat/Lobby
   :target: https://gitter.im/pyautoupdate_chat/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge


