# Nautobot NetBox Importer
<p align="center">
<img src="https://raw.githubusercontent.com/nautobot/nautobot-plugin-netbox-importer/develop/docs/images/icon-nautobot-netbox-importer.png" class="logo" height="200px">
<br>
<a href="https://github.com/nautobot/nautobot-app-netbox-importer/actions"><img src="https://github.com/nautobot/nautobot-app-netbox-importer/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://docs.nautobot.com/projects/netbox-importer/en/latest/"><img src="https://readthedocs.org/projects/nautobot-plugin-netbox-importer/badge/"></a>
<a href="https://pypi.org/project/nautobot-netbox-importer/"><img src="https://img.shields.io/pypi/v/nautobot-netbox-importer"></a>
<a href="https://pypi.org/project/nautobot-netbox-importer/"><img src="https://img.shields.io/pypi/dm/nautobot-netbox-importer"></a>
<br>
An <a href="https://networktocode.com/nautobot-apps/">App</a> for <a href="https://nautobot.com/">Nautobot</a>.
</p>
## Overview
This application's sole purpose is to facilitate data migration from NetBox to Nautobot, performing the proper data conversion through the process.
## Documentation
Full documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:
- [User Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/faq/).
### Contributing to the Documentation
You can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nautobot/nautobot-app-netbox-importer/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.
If you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.
Any PRs with fixes or improvements are very welcome!
## Questions
For any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.
Raw data
{
"_id": null,
"home_page": "https://github.com/nautobot/nautobot-app-netbox-importer",
"name": "nautobot-netbox-importer",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.8",
"maintainer_email": null,
"keywords": "nautobot, nautobot-app, nautobot-plugin",
"author": "Network to Code, LLC",
"author_email": "opensource@networktocode.com",
"download_url": "https://files.pythonhosted.org/packages/b0/9e/44232f080b8da8181b4d3b1903f4abef020ed84428c9f7aff66075fb2d77/nautobot_netbox_importer-2.1.0.tar.gz",
"platform": null,
"description": "# Nautobot NetBox Importer\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/nautobot/nautobot-plugin-netbox-importer/develop/docs/images/icon-nautobot-netbox-importer.png\" class=\"logo\" height=\"200px\">\n <br>\n <a href=\"https://github.com/nautobot/nautobot-app-netbox-importer/actions\"><img src=\"https://github.com/nautobot/nautobot-app-netbox-importer/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n <a href=\"https://docs.nautobot.com/projects/netbox-importer/en/latest/\"><img src=\"https://readthedocs.org/projects/nautobot-plugin-netbox-importer/badge/\"></a>\n <a href=\"https://pypi.org/project/nautobot-netbox-importer/\"><img src=\"https://img.shields.io/pypi/v/nautobot-netbox-importer\"></a>\n <a href=\"https://pypi.org/project/nautobot-netbox-importer/\"><img src=\"https://img.shields.io/pypi/dm/nautobot-netbox-importer\"></a>\n <br>\n An <a href=\"https://networktocode.com/nautobot-apps/\">App</a> for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\nThis application's sole purpose is to facilitate data migration from NetBox to Nautobot, performing the proper data conversion through the process.\n\n## Documentation\n\nFull documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:\n\n- [User Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://docs.nautobot.com/projects/netbox-importer/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/faq/).\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nautobot/nautobot-app-netbox-importer/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/netbox-importer/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/netbox-importer/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Data importer from NetBox 3.x to Nautobot 2.x.",
"version": "2.1.0",
"project_urls": {
"Documentation": "https://docs.nautobot.com/projects/netbox-importer/en/latest/",
"Homepage": "https://github.com/nautobot/nautobot-app-netbox-importer",
"Repository": "https://github.com/nautobot/nautobot-app-netbox-importer"
},
"split_keywords": [
"nautobot",
" nautobot-app",
" nautobot-plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5af16b16a9a2bb5715da17a386224c8ab9c50c2fcbe20f66790b433fc9e0de8f",
"md5": "da270cc323aa46ef944e22c55827e20c",
"sha256": "47238c4fcc7f469de26a44e58637ed6bf794a96dbcd9c825af8f193a3462cf53"
},
"downloads": -1,
"filename": "nautobot_netbox_importer-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da270cc323aa46ef944e22c55827e20c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 3876148,
"upload_time": "2024-09-20T17:06:05",
"upload_time_iso_8601": "2024-09-20T17:06:05.736049Z",
"url": "https://files.pythonhosted.org/packages/5a/f1/6b16a9a2bb5715da17a386224c8ab9c50c2fcbe20f66790b433fc9e0de8f/nautobot_netbox_importer-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b09e44232f080b8da8181b4d3b1903f4abef020ed84428c9f7aff66075fb2d77",
"md5": "ddefb61b75a04fd8a4c80b2a190dff4e",
"sha256": "7ac41186463d3c168f9a522bc057062e6bae74112aa76e9bce36bd6448a03947"
},
"downloads": -1,
"filename": "nautobot_netbox_importer-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ddefb61b75a04fd8a4c80b2a190dff4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.8",
"size": 3309902,
"upload_time": "2024-09-20T17:06:07",
"upload_time_iso_8601": "2024-09-20T17:06:07.754261Z",
"url": "https://files.pythonhosted.org/packages/b0/9e/44232f080b8da8181b4d3b1903f4abef020ed84428c9f7aff66075fb2d77/nautobot_netbox_importer-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-20 17:06:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nautobot",
"github_project": "nautobot-app-netbox-importer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nautobot-netbox-importer"
}