nautobot-bgp-models


Namenautobot-bgp-models JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/nautobot/nautobot-app-bgp-models
SummaryNautobot BGP Models App
upload_time2024-02-28 15:21:02
maintainer
docs_urlNone
authorNetwork to Code, LLC
requires_python>=3.8,<4.0
licenseApache-2.0
keywords nautobot nautobot-plugin nautobot-app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BGP Models

<p align="center">
  <img src="https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/icon-nautobot-bgp-models.png" class="logo" height="200px">
  <br>
  <a href="https://github.com/nautobot/nautobot-app-bgp-models/actions"><img src="https://github.com/nautobot/nautobot-app-bgp-models/actions/workflows/ci.yml/badge.svg?branch=main"></a>
  <a href="https://docs.nautobot.com/projects/bgp-models/en/latest"><img src="https://readthedocs.org/projects/nautobot-plugin-bgp-models/badge/"></a>
  <a href="https://pypi.org/project/nautobot-bgp-models/"><img src="https://img.shields.io/pypi/v/nautobot-bgp-models"></a>
  <a href="https://pypi.org/project/nautobot-bgp-models/"><img src="https://img.shields.io/pypi/dm/nautobot-bgp-models"></a>
  <br>
  An <a href="https://www.networktocode.com/nautobot/apps/">App</a> for <a href="https://nautobot.com/">Nautobot</a>.
</p>

## Overview

An app for [Nautobot](https://github.com/nautobot/nautobot), extending the core models with BGP-specific models. They enable modeling and management of BGP peerings, whether or not the peer device is present in Nautobot.

> The initial development of this app was sponsored by Riot Games, Inc.

### Screenshots

More screenshots can be found in the [Using the App](https://docs.nautobot.com/projects/bgp-models/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:

![Menu](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/main-page-menu.png)

![Autonomous System](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/autonomous_system_01.png)

![Peering List](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peering_list.png)

![Peering](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peering_01.png)

![Peer Endpoint](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peer_endpoint_01.png)

![Peer Group](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peer_group_01.png)


## Try it out!

This App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!

> For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).

## 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/bgp-models/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://docs.nautobot.com/projects/bgp-models/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://docs.nautobot.com/projects/bgp-models/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://docs.nautobot.com/projects/bgp-models/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/bgp-models/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-bgp-models/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/bgp-models/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/bgp-models/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-bgp-models",
    "name": "nautobot-bgp-models",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "nautobot,nautobot-plugin,nautobot-app",
    "author": "Network to Code, LLC",
    "author_email": "info@networktocode.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/82/fc5f8241e1920c0571971536b625349f38179efd268e0ca0699a15cc6d9f/nautobot_bgp_models-1.0.0.tar.gz",
    "platform": null,
    "description": "# BGP Models\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/icon-nautobot-bgp-models.png\" class=\"logo\" height=\"200px\">\n  <br>\n  <a href=\"https://github.com/nautobot/nautobot-app-bgp-models/actions\"><img src=\"https://github.com/nautobot/nautobot-app-bgp-models/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n  <a href=\"https://docs.nautobot.com/projects/bgp-models/en/latest\"><img src=\"https://readthedocs.org/projects/nautobot-plugin-bgp-models/badge/\"></a>\n  <a href=\"https://pypi.org/project/nautobot-bgp-models/\"><img src=\"https://img.shields.io/pypi/v/nautobot-bgp-models\"></a>\n  <a href=\"https://pypi.org/project/nautobot-bgp-models/\"><img src=\"https://img.shields.io/pypi/dm/nautobot-bgp-models\"></a>\n  <br>\n  An <a href=\"https://www.networktocode.com/nautobot/apps/\">App</a> for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\nAn app for [Nautobot](https://github.com/nautobot/nautobot), extending the core models with BGP-specific models. They enable modeling and management of BGP peerings, whether or not the peer device is present in Nautobot.\n\n> The initial development of this app was sponsored by Riot Games, Inc.\n\n### Screenshots\n\nMore screenshots can be found in the [Using the App](https://docs.nautobot.com/projects/bgp-models/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:\n\n![Menu](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/main-page-menu.png)\n\n![Autonomous System](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/autonomous_system_01.png)\n\n![Peering List](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peering_list.png)\n\n![Peering](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peering_01.png)\n\n![Peer Endpoint](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peer_endpoint_01.png)\n\n![Peer Group](https://raw.githubusercontent.com/nautobot/nautobot-app-bgp-models/develop/docs/images/peer_group_01.png)\n\n\n## Try it out!\n\nThis App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!\n\n> For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).\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/bgp-models/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://docs.nautobot.com/projects/bgp-models/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://docs.nautobot.com/projects/bgp-models/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://docs.nautobot.com/projects/bgp-models/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://docs.nautobot.com/projects/bgp-models/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-bgp-models/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/bgp-models/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/bgp-models/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": "Nautobot BGP Models App",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/nautobot/nautobot-app-bgp-models",
        "Repository": "https://github.com/nautobot/nautobot-app-bgp-models"
    },
    "split_keywords": [
        "nautobot",
        "nautobot-plugin",
        "nautobot-app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ee220d2a6ee2e6de1154cbbf5909042eb84e3a2fcc5dd2ed2ff3c221885e79c",
                "md5": "017cbfecebf61eb603622de6787e8f4d",
                "sha256": "524674edc60c64f0621a84a0b3a0a13e642149e6544de497cfccc641baa25694"
            },
            "downloads": -1,
            "filename": "nautobot_bgp_models-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "017cbfecebf61eb603622de6787e8f4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 68539,
            "upload_time": "2024-02-28T15:21:00",
            "upload_time_iso_8601": "2024-02-28T15:21:00.371207Z",
            "url": "https://files.pythonhosted.org/packages/5e/e2/20d2a6ee2e6de1154cbbf5909042eb84e3a2fcc5dd2ed2ff3c221885e79c/nautobot_bgp_models-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad82fc5f8241e1920c0571971536b625349f38179efd268e0ca0699a15cc6d9f",
                "md5": "28909bd27c6e00863a48dfce3f497360",
                "sha256": "0010042427af924389c24a6eef223bae516489f7870f8bcb49753ace7152d165"
            },
            "downloads": -1,
            "filename": "nautobot_bgp_models-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "28909bd27c6e00863a48dfce3f497360",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 45664,
            "upload_time": "2024-02-28T15:21:02",
            "upload_time_iso_8601": "2024-02-28T15:21:02.140158Z",
            "url": "https://files.pythonhosted.org/packages/ad/82/fc5f8241e1920c0571971536b625349f38179efd268e0ca0699a15cc6d9f/nautobot_bgp_models-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 15:21:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nautobot",
    "github_project": "nautobot-app-bgp-models",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nautobot-bgp-models"
}
        
Elapsed time: 0.19908s