{"id":16098990,"url":"https://github.com/hellerve/netbox_example_plugin","last_synced_at":"2025-04-05T22:43:53.074Z","repository":{"id":79626337,"uuid":"187105407","full_name":"hellerve/netbox_example_plugin","owner":"hellerve","description":"An example plugin for Netbox","archived":false,"fork":false,"pushed_at":"2019-05-23T18:33:07.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-12T05:12:15.370Z","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/hellerve.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":"2019-05-16T21:45:13.000Z","updated_at":"2023-09-08T17:53:54.000Z","dependencies_parsed_at":"2023-05-13T21:45:36.969Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/netbox_example_plugin","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/hellerve%2Fnetbox_example_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fnetbox_example_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fnetbox_example_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fnetbox_example_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/netbox_example_plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"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-10-09T18:25:20.430Z","updated_at":"2025-04-05T22:43:53.056Z","avatar_url":"https://github.com/hellerve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netbox\\_example\\_plugin\n\nThis is an example plugin for the plugin system proposed for Netbox.\n\n## Layout\n\nThe plugin registry happens in the module’s `__init__.py`, to assure that it is\nrun on module import. It’s the entry point into the module.\n\nThe rest of the plugin is just a silly Django app that adds a single model to\nthe core of Netbox, a [widget](netbox_example_plugin/templates/example/widget.html),\nand a [navigation bar extension](netbox_example_plugin/templates/example/navbar.html).\n\n## Installation\n\nYou should be able to add it into Netbox by adding the following line to\nNetbox’s `requirement.txt` file and installing the requirements:\n\n```\n-e git+http://github.com/hellerve/netbox-example-plugin.git#egg=netbox-example-plugin\n```\n\nThen you can enable it by adding the following line to your `configuration.py`:\n\n```python\nINSTALLED_APPS = [\n    'netbox_example_plugin',\n]\n```\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fnetbox_example_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fnetbox_example_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fnetbox_example_plugin/lists"}