Metadata-Version: 2.0
Name: repo-checker
Version: 0.2.0
Summary: A graphical user interface version checker for open source project.
Home-page: https://github.com/1dot75cm/repo-checker
Author: mosquito
Author-email: sensor.wen@gmail.com
License: MIT
Keywords: network,checker,gui
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Dist: PyQt5
Requires-Dist: requests (>=2.12.4)
Requires-Dist: lxml
Requires-Dist: python-dateutil
Requires-Dist: six

repo-checker
------------

.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
  :target: LICENSE
.. image:: https://img.shields.io/badge/python-2.7-green.svg
.. image:: https://img.shields.io/badge/python-3.5-green.svg

.. image:: https://files.gitter.im/1dot75cm/KWdU/2016-12-30-23-20-24-_____.png
  :target: https://pypi.python.org/pypi/repo-checker/

repo-checker is a graphical user interface version checker for open source projects. It works with Python 2.7/3.x and PyQt 4/5.

It uses the requests package to get the release page, and uses XPath rules to match time. And then, convert it to timestamp and compare them. Finally, it tell you that some projects has been updated.


