{"id":37674343,"url":"https://github.com/nandoabreu/simple-ping","last_synced_at":"2026-01-16T12:10:02.986Z","repository":{"id":57467550,"uuid":"286511869","full_name":"nandoabreu/simple-ping","owner":"nandoabreu","description":"Python ping package published in PyPi","archived":false,"fork":false,"pushed_at":"2020-08-10T22:05:10.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T11:37:54.874Z","etag":null,"topics":["ping","pypi","pypi-package","pypi-source","python","python-console","python-package","python-ping"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/simple-ping/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nandoabreu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-10T15:27:56.000Z","updated_at":"2020-08-12T21:08:20.000Z","dependencies_parsed_at":"2022-09-19T08:51:03.593Z","dependency_job_id":null,"html_url":"https://github.com/nandoabreu/simple-ping","commit_stats":null,"previous_names":["nandoabreu/python-ping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nandoabreu/simple-ping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoabreu%2Fsimple-ping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoabreu%2Fsimple-ping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoabreu%2Fsimple-ping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoabreu%2Fsimple-ping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nandoabreu","download_url":"https://codeload.github.com/nandoabreu/simple-ping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoabreu%2Fsimple-ping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ping","pypi","pypi-package","pypi-source","python","python-console","python-package","python-ping"],"created_at":"2026-01-16T12:10:02.896Z","updated_at":"2026-01-16T12:10:02.958Z","avatar_url":"https://github.com/nandoabreu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-ping\n\nSimple Python ping package published in [PyPi](https://pypi.org/project/simple-ping/).\n\n\u0026nbsp;  \n\u0026nbsp;  \n## README Map\n\n- To pip install, run: ` pip install simple-ping `\n- To run locally, go to [Run from command line](#run-from-command-line).\n- To use the main class, skip to [The main class](#the-main-class).\n- Instructions on advanced/technical documentation, go to [Documentation](#documentation).\n\n\n## Run from command line\nFrom the project's root directory, please run the following command and follow instructions:\n\n    $ python -m ping\n\n\n## The main class\nWith the python console and the [Ping class](ping/__init__.py), we can get things running:\n\n    $ python\n    \u003e\u003e\u003e from ping import Ping\n    \u003e\u003e\u003e ping = Ping('localhost')\n    \u003e\u003e\u003e print(f'Ping avg return: {ping.avg} ms')\n    \u003e\u003e\u003e print(f'Ping errors return: {ping.returncode} {ping.stderr}')\n\n\n## Documentation\nPlease try from python console:\n\n    $ python\n    \u003e\u003e\u003e import ping\n    \u003e\u003e\u003e help(ping)\n\nOr try from command line:\n\n    $ python -c \"import ping; print(ping.__doc__)\"\n\nAll documentation can be found in [docs](docs).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandoabreu%2Fsimple-ping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandoabreu%2Fsimple-ping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandoabreu%2Fsimple-ping/lists"}