{"id":25242675,"url":"https://github.com/kkrypt0nn/pymanuf","last_synced_at":"2025-04-05T20:36:32.833Z","repository":{"id":276813018,"uuid":"930341804","full_name":"kkrypt0nn/pymanuf","owner":"kkrypt0nn","description":"📇 A very simple Python library to get the manufacturer of a specific MAC address ","archived":false,"fork":false,"pushed_at":"2025-03-29T01:17:24.000Z","size":761,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T02:24:26.707Z","etag":null,"topics":["mac","mac-address","mac-address-analyzer","mac-address-generator","mac-address-manufacturer","mac-addresses","manuf","manufacturer","pymanuf","python","wireshark"],"latest_commit_sha":null,"homepage":"https://krypton.ninja","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/kkrypt0nn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-02-10T13:35:40.000Z","updated_at":"2025-03-29T01:17:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"98778041-faf8-41d5-8ed0-c092675f35b0","html_url":"https://github.com/kkrypt0nn/pymanuf","commit_stats":null,"previous_names":["kkrypt0nn/pymanuf"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fpymanuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fpymanuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fpymanuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fpymanuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkrypt0nn","download_url":"https://codeload.github.com/kkrypt0nn/pymanuf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399895,"owners_count":20932876,"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":["mac","mac-address","mac-address-analyzer","mac-address-generator","mac-address-manufacturer","mac-addresses","manuf","manufacturer","pymanuf","python","wireshark"],"created_at":"2025-02-11T23:58:29.816Z","updated_at":"2025-04-05T20:36:32.814Z","avatar_url":"https://github.com/kkrypt0nn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# pymanuf\n\n[![PyPi Badge](https://img.shields.io/pypi/v/pymanuf.svg)](https://pypi.org/p/pymanuf)\n[![PyPi Supported Versions Badge](https://img.shields.io/pypi/pyversions/pymanuf.svg)](https://pypi.org/p/pymanuf)\n[![CI Badge](https://github.com/kkrypt0nn/pymanuf/actions/workflows/ci.yml/badge.svg)](https://github.com/kkrypt0nn/pymanuf/actions)\n\n[![Last Commit Badge](https://img.shields.io/github/last-commit/kkrypt0nn/pymanuf)](https://github.com/kkrypt0nn/pymanuf/commits/main)\n[![Conventional Commits Badge](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org/en/v1.0.0/)\n\n\u003c/div\u003e\n\n---\n\nA very simple Python library to get the manufacturer of a specific MAC address\n\n## Getting Started\n\n### Installation\n\nIf you want to use this library for one of your projects, you can install it like any other Python library\n\n```bash\npython -m pip install pymanuf\n```\n\n### Versioning\n\nThe versioning of the library is the following: `YYYY.MM.DD` where the leading `0` is **removed**.\n\nVersions are automatically released every month on the first day of that month.\n\n### Example Usage\n\n#### Offline Lookup (preferred)\n\n```python\nfrom pymanuf import lookup\n\ntry:\n    manuf = lookup(\"C4:A8:1D:73:D7:8C\")\n    print(f\"Manufacturer: {manuf}\")\nexcept Exception as e:\n    print(f\"Error: {e}\")\n```\n\n#### Online Lookup\n\n```python\nfrom pymanuf.online import lookup\n\ntry:\n    manuf = lookup(\"C4:A8:1D:73:D7:8C\")\n    print(f\"Manufacturer: {manuf}\")\nexcept Exception as e:\n    print(f\"Error: {e}\")\n```\n\n## Troubleshooting\n\nIf you have problems using the library, you can open up an [issue](https://github.com/kkrypt0nn/pymanuf/issues).\n\n## Contributing\n\nPeople may contribute by following the [Contributing Guidelines](./CONTRIBUTING.md) and\nthe [Code of Conduct](./CODE_OF_CONDUCT.md)\n\n## License\n\nThis library was made with 💜 by Krypton and is under the [MIT License](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrypt0nn%2Fpymanuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkrypt0nn%2Fpymanuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrypt0nn%2Fpymanuf/lists"}