Metadata-Version: 2.4
Name: netmon
Version: 0.5.2
Summary: network monitor for linux
Home-page: https://github.com/theden/netmon
Author: Denis Khoshaba
Author-email: pypi@theden.sh
License: GPL-2.0
Keywords: network,monitor,linux
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: ascii-graph
Requires-Dist: cursor
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

netmon
======

Command line network monitor for linux. Written in python.

|asciicast|

Install
-------

::

   pip install netmon

Run
---

``$ netmon``

By default ``netmon`` will try to detect your network device. If it
fails, you can specify the network device, e.g., ``netmon wlan1``

Development
-----------

- PRs are more than welcome
- Building—``make build``
- Publishing—``make publish``
- Converting the markdown readme to ``rst``—``make convert``
- ``make clean``—a simple ``git clean -fdx``

.. |asciicast| image:: https://asciinema.org/a/178907.png
   :target: https://asciinema.org/a/178907
