Metadata-Version: 2.0
Name: netstat-cl
Version: 0.1.0
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: psutil (==4.3.0)

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

Ubuntu Indicator to display net usage and speed on Unity taskbar.

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

1. Ubuntu OS
2. Python 2.6 or higher
3. psutil python module

To Run
~~~~~~

::

    $ nohup python net.py &
    //Output will be
    $ nohup: ignoring input and appending output to ‘nohup.out’
    //press enter and you can exit the terminal

To stop
~~~~~~~

::

    $ killall python

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



