netmon


Namenetmon JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/theden/netmon
Summarynetwork monitor for linux
upload_time2025-08-19 04:47:39
maintainerNone
docs_urlNone
authorDenis Khoshaba
requires_pythonNone
licenseGPL-2.0
keywords network monitor linux
VCS
bugtrack_url
requirements cursor ascii-graph
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/theden/netmon",
    "name": "netmon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "network, monitor, linux",
    "author": "Denis Khoshaba",
    "author_email": "pypi@theden.sh",
    "download_url": "https://files.pythonhosted.org/packages/48/24/207c795aab2566c4f7451bd4dfb532fafc45d839aa0f27fa7453641d6814/netmon-0.5.2.tar.gz",
    "platform": null,
    "description": "netmon\n======\n\nCommand line network monitor for linux. Written in python.\n\n|asciicast|\n\nInstall\n-------\n\n::\n\n   pip install netmon\n\nRun\n---\n\n``$ netmon``\n\nBy default ``netmon`` will try to detect your network device. If it\nfails, you can specify the network device, e.g., ``netmon wlan1``\n\nDevelopment\n-----------\n\n- PRs are more than welcome\n- Building\u2014``make build``\n- Publishing\u2014``make publish``\n- Converting the markdown readme to ``rst``\u2014``make convert``\n- ``make clean``\u2014a simple ``git clean -fdx``\n\n.. |asciicast| image:: https://asciinema.org/a/178907.png\n   :target: https://asciinema.org/a/178907\n",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "network monitor for linux",
    "version": "0.5.2",
    "project_urls": {
        "Homepage": "https://github.com/theden/netmon"
    },
    "split_keywords": [
        "network",
        " monitor",
        " linux"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "414aaabec7ebac234ba67e1ab1bf94d17b0668689035bcbaa1f95a589acfface",
                "md5": "07a55f922184cf822e0e07575fc85a65",
                "sha256": "e499478e644b6083cd56ec55006250ace88fd7a52e59a6bce1c362233c0fe267"
            },
            "downloads": -1,
            "filename": "netmon-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07a55f922184cf822e0e07575fc85a65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10315,
            "upload_time": "2025-08-19T04:47:38",
            "upload_time_iso_8601": "2025-08-19T04:47:38.153557Z",
            "url": "https://files.pythonhosted.org/packages/41/4a/aabec7ebac234ba67e1ab1bf94d17b0668689035bcbaa1f95a589acfface/netmon-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4824207c795aab2566c4f7451bd4dfb532fafc45d839aa0f27fa7453641d6814",
                "md5": "ca31901b5fbefdad6de3fa2a3b3ffff1",
                "sha256": "7cccd2abfd6edc27a007bd06ae73f4647440ef7c7ce5df32bcbee4a0ea563cce"
            },
            "downloads": -1,
            "filename": "netmon-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ca31901b5fbefdad6de3fa2a3b3ffff1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10214,
            "upload_time": "2025-08-19T04:47:39",
            "upload_time_iso_8601": "2025-08-19T04:47:39.386752Z",
            "url": "https://files.pythonhosted.org/packages/48/24/207c795aab2566c4f7451bd4dfb532fafc45d839aa0f27fa7453641d6814/netmon-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-19 04:47:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theden",
    "github_project": "netmon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cursor",
            "specs": [
                [
                    "==",
                    "1.3.5"
                ]
            ]
        },
        {
            "name": "ascii-graph",
            "specs": [
                [
                    "==",
                    "1.5.2"
                ]
            ]
        }
    ],
    "lcname": "netmon"
}
        
Elapsed time: 2.08100s