ping-stat


Nameping-stat JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/tayjaybabee/PingStat
SummaryA Python-based networking tool for ping operations.
upload_time2023-06-24 00:56:28
maintainer
docs_urlNone
authorTaylor B.
requires_python>=3.9,<4.0
license
keywords ping ping-stat windows networking ipv4 continuous ping latency console threaded
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PingPing

#### _An internet ping-time monitor_

----

### Project Goals

Create a real-time ping-time monitor with several in-depth features:

  - [x] Keep track of ping times to a particular destination, as well as
  - [ ] Track ping-time averages over a specified time-period
  - [ ] Log every ping time to local storage
  - [ ] Send OS notifications on several trigger events:
    - [ ] Average ping time exceeds setting
    - [ ] More than _n_ failed pings in a row

----


### Advanced Usage

*__Coming soon!__*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tayjaybabee/PingStat",
    "name": "ping-stat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "ping,ping-stat,windows,networking,ipv4,continuous ping,latency,console,threaded",
    "author": "Taylor B.",
    "author_email": "tayjaybabee@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/54/480d1288c55580907ea1a6d5d034e9ea5e2c3c621bbb6eedbd578b108a80/ping_stat-1.0.tar.gz",
    "platform": null,
    "description": "# PingPing\n\n#### _An internet ping-time monitor_\n\n----\n\n### Project Goals\n\nCreate a real-time ping-time monitor with several in-depth features:\n\n  - [x] Keep track of ping times to a particular destination, as well as\n  - [ ] Track ping-time averages over a specified time-period\n  - [ ] Log every ping time to local storage\n  - [ ] Send OS notifications on several trigger events:\n    - [ ] Average ping time exceeds setting\n    - [ ] More than _n_ failed pings in a row\n\n----\n\n\n### Advanced Usage\n\n*__Coming soon!__*\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python-based networking tool for ping operations.",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/tayjaybabee/PingStat",
        "Repository": "https://github.com/tayjaybabee/PingStat"
    },
    "split_keywords": [
        "ping",
        "ping-stat",
        "windows",
        "networking",
        "ipv4",
        "continuous ping",
        "latency",
        "console",
        "threaded"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9865360ae5a235828f2e4a3f6b37294dc47a19fb37aa2fdfb4c57dd5e81f69f0",
                "md5": "c7367ef065efa1a27d216145e33e9412",
                "sha256": "face0d69063be9cbdf94f4022481b0c94d6df95b46709fc38ce35868246f2599"
            },
            "downloads": -1,
            "filename": "ping_stat-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7367ef065efa1a27d216145e33e9412",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 29299,
            "upload_time": "2023-06-24T00:56:27",
            "upload_time_iso_8601": "2023-06-24T00:56:27.215251Z",
            "url": "https://files.pythonhosted.org/packages/98/65/360ae5a235828f2e4a3f6b37294dc47a19fb37aa2fdfb4c57dd5e81f69f0/ping_stat-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c54480d1288c55580907ea1a6d5d034e9ea5e2c3c621bbb6eedbd578b108a80",
                "md5": "2353ff8c1f9843ca51b89517c6a3efe3",
                "sha256": "fb2d1350e6e131ffb4d9ba1d355d2c4693c8a11b127e7fb0d0754fef63f537e0"
            },
            "downloads": -1,
            "filename": "ping_stat-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2353ff8c1f9843ca51b89517c6a3efe3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 47329,
            "upload_time": "2023-06-24T00:56:28",
            "upload_time_iso_8601": "2023-06-24T00:56:28.696549Z",
            "url": "https://files.pythonhosted.org/packages/0c/54/480d1288c55580907ea1a6d5d034e9ea5e2c3c621bbb6eedbd578b108a80/ping_stat-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-24 00:56:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tayjaybabee",
    "github_project": "PingStat",
    "github_not_found": true,
    "lcname": "ping-stat"
}
        
Elapsed time: 0.07985s