Metadata-Version: 2.0
Name: netstat-cl
Version: 0.1.3
Summary: Ubuntu Indicator to display net usage and speed on Unity taskbar.
Home-page: https://github.com/shubhodeep9/python-netstat
Author: Shubhodeep Mukherjee
Author-email: shubhodeep9@gmail.com
License: Apache License, Version 2.0
Keywords: Ubuntu,Internet speed
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: netifaces (==0.10.4)
Requires-Dist: psutil (==4.3.0)

python-netstat
==============

Ubuntu Indicator to display net usage and speed on Unity taskbar.
https://pypi.python.org/pypi/netstat-cl

Requirements:
-------------

1. Ubuntu OS
2. Python 2.6 or higher

Change log
----------
- Package fixes
- Implicit network interface selection

Install
-------

::

	$ pip install netstat-cl

To Run
~~~~~~

::

    $ netstat-cl
    // To run in without interupt (background) $ netstat-cl &

To stop
~~~~~~~

::

    $ killall netstat-cl

Result
~~~~~~

|alt tag| 

Menu: 

|alt tab|

To-Do
~~~~~

Add features like total net usage, and alert on certain limit.

May the Force be with you.

.. |alt tag| image:: https://raw.githubusercontent.com/shubhodeep9/python-netstat/master/screenshots/python-netstat.png
.. |alt tab| image:: https://raw.githubusercontent.com/shubhodeep9/python-netstat/master/screenshots/menuItems1.png



