{"id":13586691,"url":"https://github.com/RIPE-NCC/ripe-atlas-tools","last_synced_at":"2025-04-07T18:34:30.913Z","repository":{"id":1378965,"uuid":"41851761","full_name":"RIPE-NCC/ripe-atlas-tools","owner":"RIPE-NCC","description":"Official command-line client for RIPE Atlas","archived":false,"fork":false,"pushed_at":"2024-04-12T12:56:04.000Z","size":1427,"stargazers_count":188,"open_issues_count":12,"forks_count":48,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-09T18:46:19.820Z","etag":null,"topics":["python","ripe-atlas","ripe-ncc"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RIPE-NCC.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-03T09:28:07.000Z","updated_at":"2025-01-22T02:07:03.000Z","dependencies_parsed_at":"2023-02-19T16:16:15.493Z","dependency_job_id":"902b7585-f295-49c0-93df-7f67d112db02","html_url":"https://github.com/RIPE-NCC/ripe-atlas-tools","commit_stats":{"total_commits":589,"total_committers":31,"mean_commits":19.0,"dds":0.6655348047538201,"last_synced_commit":"0ca04abb61d85983b2ac1e1b2f20a934435e1ab5"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIPE-NCC%2Fripe-atlas-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIPE-NCC%2Fripe-atlas-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIPE-NCC%2Fripe-atlas-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RIPE-NCC%2Fripe-atlas-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RIPE-NCC","download_url":"https://codeload.github.com/RIPE-NCC/ripe-atlas-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247707763,"owners_count":20982844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python","ripe-atlas","ripe-ncc"],"created_at":"2024-08-01T15:05:44.813Z","updated_at":"2025-04-07T18:34:30.192Z","avatar_url":"https://github.com/RIPE-NCC.png","language":"Python","funding_links":[],"categories":["Python","Network"],"sub_categories":["Network Troubleshooting"],"readme":"RIPE Atlas Tools (Magellan)\n===========================\n|Documentation| |Build Status| |PYPI Version| |Python Versions| |Python Implementations| |Python Format| |Requirements|\n\nThe official command-line client for RIPE Atlas.\n\n\nFull Documentation\n------------------\n\nEverything is up on `ReadTheDocs`_\n\nExamples\n--------\nConfigure API key for creating measurements::\n\n    $ ripe-atlas configure --set authorisation.create=MY_API_KEY\n\nPing an IP address from five probes::\n\n    $ ripe-atlas measure ping ping.ripe.net --probes 5\n\n.. image:: screenshots/ripe-atlas-measure-ping.png\n\nSearch for connected probes in Germany, grouping by ASN::\n\n    $ ripe-atlas probe-search --country de --aggregate-by asn_v4 --limit 10\n\n.. image:: screenshots/ripe-atlas-probe-search.png\n\nSearch for NTP measurement metadata and process the results with awk::\n\n    $ ripe-atlas measurement-search --type ntp --format tab --no-header --limit 5 \\\n      | awk -Ft '{printf \"#%s (%s)\\n\", $1, $3}'\n\n.. image:: screenshots/ripe-atlas-measurement-search.png\n\n\n\nCan I Contribute?\n-----------------\n\nAbsolutely.  Please read our `guide`_ on how to contribute.\n\n\nColophon\n--------\n\nThis project was code-named by means of a `poll`_.  In order to conform to the\nRIPE Atlas theme, it had to be named for an explorer, and so the winning\nsuggestion was for Magellan, *\"in memory of those times when RTT was ~3 years\"*.\n\n.. |Documentation| image:: https://readthedocs.org/projects/ripe-atlas-tools/badge/?version=latest\n  :target: http://ripe-atlas-tools.readthedocs.org/en/latest/?badge=latest\n  :alt: Documentation Status\n.. _ReadTheDocs: https://ripe-atlas-tools.readthedocs.org/\n.. _guide: https://github.com/RIPE-NCC/ripe-atlas-tools/blob/master/CONTRIBUTING.rst\n.. _poll: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/13\n.. |Build Status| image:: https://travis-ci.org/RIPE-NCC/ripe-atlas-tools.png?branch=master\n   :target: https://travis-ci.org/RIPE-NCC/ripe-atlas-tools\n.. |PYPI Version| image:: https://img.shields.io/pypi/v/ripe.atlas.tools.svg\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/ripe.atlas.tools.svg\n.. |Python Implementations| image:: https://img.shields.io/pypi/implementation/ripe.atlas.tools.svg\n.. |Python Format| image:: https://img.shields.io/pypi/format/ripe.atlas.tools.svg\n.. |Requirements| image:: https://requires.io/github/RIPE-NCC/ripe-atlas-tools/requirements.svg?branch=master\n  :target: https://requires.io/github/RIPE-NCC/ripe-atlas-tools/requirements/?branch=master\n  :alt: Requirements Status\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRIPE-NCC%2Fripe-atlas-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRIPE-NCC%2Fripe-atlas-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRIPE-NCC%2Fripe-atlas-tools/lists"}