Metadata-Version: 2.0
Name: smartbytes-monitor
Version: 0.1.3
Summary: A Python package to monitor your Airtel Broadband network stats, remaining data, days left, etc
Home-page: https://www.github.com/ritiek/smartbytes-monitor
Author: Ritiek Malhotra
Author-email: ritiekmalhotra123@gmail.com
License: MIT
Download-URL: https://github.com/ritiek/smartbytes-monitor/archive/v0.1.3.tar.gz
Keywords: airtel,stats,monitor,data-usage,smartbytes-tracker
Platform: UNKNOWN
Requires-Dist: BeautifulSoup4

smartbytes-monitor
==================

Python package to monitor your Airtel broadband network stats like remaining data, days
left, etc.

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

::

    pip install smartbytes-monitor

or if you like to live on the bleeding edge:

::

    python setup.py install

Usage
-----

Just launch the command ``smartbytes`` and it will tell you about your
broadband plan information.

::

    $ smartbytes
    =============================
    Total data : 30.0 GB
    Data left  : 2.6 GB
    Days left  : 1 day(s)
    DSL number : 0172xxxxxxx:_dsl
    =============================

License
-------

``The MIT License``


