Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networktocode/nautobot-example-dns-manager
https://github.com/networktocode/nautobot-example-dns-manager
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/networktocode/nautobot-example-dns-manager
- Owner: networktocode
- Created: 2022-07-21T17:53:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T00:07:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-30T01:17:38.524Z (7 months ago)
- Language: Python
- Size: 455 KB
- Stars: 2
- Watchers: 25
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developing Nautobot Plugins Blog Series
This code is for the Developing Nautobot Plugins [blog series](https://blog.networktocode.com/post/developing-nautobot-plugins-1/). Before using this code, you will need to install Python and [Python Poetry](https://python-poetry.org/). Once the pre-requisites have been installed, clone the repository and checkout the tagged commit for whichever article you are one:
```shell
$ git clone https://github.com/networktocode-llc/nautobot-plugin-tutorial
$ git checkout part1
```Once the code is cloned and checked out, simply start the development environment:
```shell
$ poetry shell
$ poetry install
$ invoke build debug
```