{"id":23469889,"url":"https://github.com/vapor-ware/aionetbox","last_synced_at":"2025-04-14T16:33:47.969Z","repository":{"id":52453847,"uuid":"208068073","full_name":"vapor-ware/aionetbox","owner":"vapor-ware","description":"An async HTTP client for Netbox","archived":false,"fork":false,"pushed_at":"2024-01-14T05:30:33.000Z","size":67,"stargazers_count":9,"open_issues_count":5,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-21T22:03:10.171Z","etag":null,"topics":["aiohttp","client","netbox"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/aionetbox/","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/vapor-ware.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":"2019-09-12T14:16:54.000Z","updated_at":"2024-02-21T12:50:58.000Z","dependencies_parsed_at":"2024-11-19T01:43:37.624Z","dependency_job_id":null,"html_url":"https://github.com/vapor-ware/aionetbox","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":0.08163265306122447,"last_synced_commit":"ca962883c6e5ce5db261574c8fb4df9732a9525c"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-ware%2Faionetbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-ware%2Faionetbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-ware%2Faionetbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapor-ware%2Faionetbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapor-ware","download_url":"https://codeload.github.com/vapor-ware/aionetbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610356,"owners_count":21132924,"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":["aiohttp","client","netbox"],"created_at":"2024-12-24T15:36:46.186Z","updated_at":"2025-04-14T16:33:47.932Z","avatar_url":"https://github.com/vapor-ware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIO Netbox\n\nAn asyncio netbox library that conforms to any running netbox via it's OpenAPI spec\n\n## Installation\n\nAIONetbox is distributed as a library intended to be included in other asyncio python projects. It has been developed on python 3.6+ though 3.8 is recommended.\n\n```\npip install aionetbox\n```\n\n## Usage\n\n```\nfrom aionetbox import AIONetbox\n\nnetbox = AIONetbox.from_openapi(\n    url='http://localhost:8000',\n    api_key='0123abcd'\n)\n\nsites = await netbox.dcim.dcim_sites_list()\nmy_site = await netbox.dcim.dcim_sites_read(id=2)\n\ncustom_field_sort = await netbox.dcim.dcim_regions_list(cf_sf_id='identifier')\n```\n\nEach module and method map to the swagger definition for netbox (`/api/docs`)\n\n![](https://imgur.com/Mhs4UHz.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor-ware%2Faionetbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapor-ware%2Faionetbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapor-ware%2Faionetbox/lists"}