Metadata-Version: 2.0
Name: modemscraper
Version: 0.2.0
Summary: Modem scraper retrieves important information from Surfboard-like modem status pages.
Home-page: https://github.com/nightexcessive/modemscraper
Author: Michael Johnson
Author-email: michael@johnson.computer
License: GNU General Public License v3
Keywords: modemscraper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
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
Requires-Dist: Pint
Requires-Dist: beautifulsoup4
Requires-Dist: requests

=============
Modem Scraper
=============


.. image:: https://img.shields.io/pypi/v/modemscraper.svg
        :target: https://pypi.python.org/pypi/modemscraper

.. image:: https://img.shields.io/travis/nightexcessive/modemscraper.svg
        :target: https://travis-ci.org/nightexcessive/modemscraper

.. image:: https://coveralls.io/repos/github/nightexcessive/modemscraper/badge.svg?branch=develop
        :target: https://coveralls.io/github/nightexcessive/modemscraper?branch=develop


.. image:: https://readthedocs.org/projects/modemscraper/badge/?version=latest
        :target: https://modemscraper.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/nightexcessive/modemscraper/shield.svg
     :target: https://pyup.io/repos/github/nightexcessive/modemscraper/
     :alt: Updates


Modem scraper retrieves important information from Surfboard-like modem status pages.


* Free software: GNU General Public License v3
* Documentation: https://modemscraper.readthedocs.io.


Features
--------

* TODO



=======
History
=======

0.2.0 (2017-06-30)
------------------

* Added parser module supported by Pint
* Added CI support + coverage information with Coveralls

0.1.0 (2017-06-29)
------------------

* First release on PyPI.


