netbox-software-tracker


Namenetbox-software-tracker JSON
Version 0.3.4 PyPI version JSON
download
home_pagehttps://github.com/jysk-network/netbox-software-tracker
SummarySoftware and golden images for netbox devices
upload_time2023-09-14 07:31:45
maintainer
docs_urlNone
authorPatrick Falk Nielsen
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Netbox Software Tracker

[Netbox](https://github.com/netbox-community/netbox) plugin that adds the capability to track software and assign golden images to devices




## Compatibility

This plugin in compatible with [NetBox](https://netbox.readthedocs.org/) 3.4 and later.

## Installation

If Netbox was installed according to the standard installation instructions. It may be necessary to activate the virtual environment.

```
source /opt/netbox/venv/bin/activate
```

The plugin is available as a Python package in pypi and can be installed with pip

```
pip install netbox-software-tracker
```
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
```
PLUGINS = ["netbox-software-tracker"]
```
Restart NetBox and add `netbox-software-tracker` to your local_requirements.txt



## Contributing
Developing tools for this project based on [ntc-netbox-plugin-onboarding](https://github.com/networktocode/ntc-netbox-plugin-onboarding) repo.

Issues and pull requests are welcomed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jysk-network/netbox-software-tracker",
    "name": "netbox-software-tracker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Patrick Falk Nielsen",
    "author_email": "panie@jysk.com",
    "download_url": "https://files.pythonhosted.org/packages/b1/04/5bd36c4102a67ef412cb0ea2e6be02d9ce7e0b5f8e480b1ed1bb824d63eb/netbox-software-tracker-0.3.4.tar.gz",
    "platform": null,
    "description": "# Netbox Software Tracker\n\n[Netbox](https://github.com/netbox-community/netbox) plugin that adds the capability to track software and assign golden images to devices\n\n\n\n\n## Compatibility\n\nThis plugin in compatible with [NetBox](https://netbox.readthedocs.org/) 3.4 and later.\n\n## Installation\n\nIf Netbox was installed according to the standard installation instructions. It may be necessary to activate the virtual environment.\n\n```\nsource /opt/netbox/venv/bin/activate\n```\n\nThe plugin is available as a Python package in pypi and can be installed with pip\n\n```\npip install netbox-software-tracker\n```\nEnable the plugin in /opt/netbox/netbox/netbox/configuration.py:\n```\nPLUGINS = [\"netbox-software-tracker\"]\n```\nRestart NetBox and add `netbox-software-tracker` to your local_requirements.txt\n\n\n\n## Contributing\nDeveloping tools for this project based on [ntc-netbox-plugin-onboarding](https://github.com/networktocode/ntc-netbox-plugin-onboarding) repo.\n\nIssues and pull requests are welcomed.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Software and golden images for netbox devices",
    "version": "0.3.4",
    "project_urls": {
        "Homepage": "https://github.com/jysk-network/netbox-software-tracker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fff5660501860b6cbd6f7698be2eaac20805fa9585e1f5e827469eaa9f462a81",
                "md5": "4137944d93a5c59696d3bd88f8ead526",
                "sha256": "cf1a0dfb632f46ed67a541de7d4913de63e5f7d3a5cc8eb97406cd09bbcea8f9"
            },
            "downloads": -1,
            "filename": "netbox_software_tracker-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4137944d93a5c59696d3bd88f8ead526",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16747,
            "upload_time": "2023-09-14T07:31:44",
            "upload_time_iso_8601": "2023-09-14T07:31:44.005222Z",
            "url": "https://files.pythonhosted.org/packages/ff/f5/660501860b6cbd6f7698be2eaac20805fa9585e1f5e827469eaa9f462a81/netbox_software_tracker-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1045bd36c4102a67ef412cb0ea2e6be02d9ce7e0b5f8e480b1ed1bb824d63eb",
                "md5": "1c9dc74e75e163fd8d3339f194b3651a",
                "sha256": "8ab19c2f3d02282c58813cdb26319052db937423c8b38a1e1264f8fc208330bd"
            },
            "downloads": -1,
            "filename": "netbox-software-tracker-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1c9dc74e75e163fd8d3339f194b3651a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12368,
            "upload_time": "2023-09-14T07:31:45",
            "upload_time_iso_8601": "2023-09-14T07:31:45.093354Z",
            "url": "https://files.pythonhosted.org/packages/b1/04/5bd36c4102a67ef412cb0ea2e6be02d9ce7e0b5f8e480b1ed1bb824d63eb/netbox-software-tracker-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 07:31:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jysk-network",
    "github_project": "netbox-software-tracker",
    "github_not_found": true,
    "lcname": "netbox-software-tracker"
}
        
Elapsed time: 0.17091s