{"id":30523937,"url":"https://github.com/intake/akimbo-ip","last_synced_at":"2025-08-26T20:52:11.705Z","repository":{"id":248567644,"uuid":"829059815","full_name":"intake/akimbo-ip","owner":"intake","description":"akimbo IP extension","archived":false,"fork":false,"pushed_at":"2025-03-28T16:44:54.000Z","size":49,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T14:12:14.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intake.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T17:12:30.000Z","updated_at":"2025-03-28T16:44:22.000Z","dependencies_parsed_at":"2024-09-18T00:42:58.166Z","dependency_job_id":null,"html_url":"https://github.com/intake/akimbo-ip","commit_stats":null,"previous_names":["intake/akimbo-ip"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/intake/akimbo-ip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fakimbo-ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fakimbo-ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fakimbo-ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fakimbo-ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intake","download_url":"https://codeload.github.com/intake/akimbo-ip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fakimbo-ip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254516,"owners_count":24901059,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-26T20:52:04.043Z","updated_at":"2025-08-26T20:52:11.670Z","avatar_url":"https://github.com/intake.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Akimbo-ip\n=========\n\nExtension enabling fast vector processing of IPv4 and IPv6 values\nwithin nested/ragged columns of dataframes.\n\n(experimental)\n\nInstallation\n------------\n\nRun one of the following\n\n```bash\n\u003e pip install git+https://github.com/intake/akimbo-ip  # dev version\n\u003e pip install akimbo-ip  # released version\n```\n\nModel\n-----\n\n- IPv4 addresses are (fixed) length 4 bytestrings, but can be represented\n  by any 4-bye value, e.g., uint32 or fixed-4-length list of uint8\n- IPv6 addresses are (fixed) length 16 bytestrings or fixed-16-length list\n  of uint8\n- Networks are records with an IPv4 or IPv6 field (nominally \"address\") and\n  a uint8 field for the prefix length (nominally \"prefix\"). The field\n  names can be overidden.\n\nWe can convert between hostmasks, netmasks and prefix lengths. Some methods\nrequire composite types like list-of-addresses, see the individual docstrings.\n\nAs with the normal functioning of akimbo, you can indicate which parts of\na nested structure should be with the `where=` kwargs to any method.\n\nUsage\n-----\n\n```python\n\u003e\u003e\u003e import akimbo.pandas\n\u003e\u003e\u003e import akimbo_ip\n```\n\nThis will anable the ``.ak`` accessor for ``pandas`` series and dataframes\n(or pick a different dataframe library) and a subaccessor ``.ak.ip`` which\nmakes available several methods that act on IP addresses and network.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fakimbo-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintake%2Fakimbo-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fakimbo-ip/lists"}