{"id":19341640,"url":"https://github.com/sectasy0/arpy","last_synced_at":"2026-05-18T07:02:45.650Z","repository":{"id":86315460,"uuid":"370996208","full_name":"sectasy0/arpy","owner":"sectasy0","description":"Library allows send arp/rarp request in your LAN network.","archived":false,"fork":false,"pushed_at":"2021-05-26T10:55:59.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T11:44:40.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sectasy0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-05-26T10:36:20.000Z","updated_at":"2024-01-26T21:23:41.000Z","dependencies_parsed_at":"2023-03-13T09:49:24.434Z","dependency_job_id":null,"html_url":"https://github.com/sectasy0/arpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectasy0%2Farpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectasy0%2Farpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectasy0%2Farpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectasy0%2Farpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sectasy0","download_url":"https://codeload.github.com/sectasy0/arpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240449244,"owners_count":19803120,"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":[],"created_at":"2024-11-10T03:31:51.041Z","updated_at":"2026-05-18T07:02:40.612Z","avatar_url":"https://github.com/sectasy0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arpy (Only for linux)\n\u003e Library allows send arp/rarp request in your LAN network.\n\n![Python version][python-image]\n\n\n## Usage example\n\nA few motivating and useful examples of how arpy can be used.\n\n\n```python\nfrom arpy import arp_request\n\n# returns mac address of 192.168.16.20\narp_request(dest_ip='192.168.16.20')\n\n# you can pass your interface name as well\narp_request(interface='eth1', dest_ip='192.168.16.20')\n\n```\n\n#### Get your mac address\nThis library provides fetch your mac address by the interface name\n\n```python\nfrom arpy import get_mac\n\nget_mac() # Default eth0\n\nget_mac(interface='eth1')\n\n```\n\n## Release History\n\n* 1.0\n    * arp request.\n    * get your mac address\n    * tests.\n\n## Meta\n\nPiotr Markiewicz – [@LinkedIn](https://www.linkedin.com/in/piotr-markiewicz-a44b491b1/) – sectasy0@gmail.com\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n[https://github.com/sectasy0](https://github.com/sectasy0)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/sectasy0/arpy\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n[python-image]: https://img.shields.io/badge/python-3.8-blue","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectasy0%2Farpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectasy0%2Farpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectasy0%2Farpy/lists"}