Metadata-Version: 2.1
Name: nautobot
Version: 1.2.4
Summary: Source of truth and network automation platform.
Home-page: https://nautobot.com
License: Apache-2.0
Keywords: Nautobot
Author: Network to Code
Author-email: opensource@networktocode.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: all
Provides-Extra: ldap
Provides-Extra: mysql
Provides-Extra: napalm
Provides-Extra: remote_storage
Provides-Extra: sso
Requires-Dist: Django (>=3.1.12,<3.2.0)
Requires-Dist: GitPython (==3.1.18)
Requires-Dist: Jinja2 (>=2.11.3,<2.12.0)
Requires-Dist: Markdown (>=3.3.6,<3.4.0)
Requires-Dist: Pillow (>=8.3.2,<8.4.0); python_version < "3.7"
Requires-Dist: Pillow (>=9.0.0,<9.1.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: PyYAML (>=5.4.1,<5.5.0)
Requires-Dist: celery (>=5.1.2,<5.2.0); python_version < "3.7"
Requires-Dist: celery (>=5.2.2,<5.3.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: django-ajax-tables (>=1.1.1,<1.2.0)
Requires-Dist: django-auth-ldap (>=3.0.0,<3.1.0); extra == "all" or extra == "ldap"
Requires-Dist: django-cacheops (>=5.1,<5.2)
Requires-Dist: django-celery-beat (>=2.2.0,<3.0.0)
Requires-Dist: django-constance[database] (>=2.8.0,<2.9.0)
Requires-Dist: django-cors-headers (>=3.7.0,<3.8.0)
Requires-Dist: django-cryptography (>=1.0,<1.1)
Requires-Dist: django-db-file-storage (>=0.5.5,<0.6.0)
Requires-Dist: django-extensions (>=3.1.5,<3.2.0)
Requires-Dist: django-filter (>=2.4.0,<2.5.0)
Requires-Dist: django-health-check (>=3.16.4,<4.0.0)
Requires-Dist: django-jinja (<2.8.0)
Requires-Dist: django-mptt (>=0.11.0,<0.12.0)
Requires-Dist: django-prometheus (>=2.1.0,<2.2.0)
Requires-Dist: django-redis (>=5.1.0,<5.2.0)
Requires-Dist: django-rq (>=2.4.1,<2.5.0)
Requires-Dist: django-storages (>=1.12.3,<1.13.0); extra == "all" or extra == "remote_storage"
Requires-Dist: django-tables2 (>=2.3.4,<2.4.0)
Requires-Dist: django-taggit (>=1.3.0,<1.4.0)
Requires-Dist: django-timezone-field (>=4.1.2,<4.2.0)
Requires-Dist: django-webserver (>=1.2.0,<1.3.0)
Requires-Dist: djangorestframework (>=3.12.4,<3.13.0)
Requires-Dist: drf-yasg[validation] (>=1.20.0,<1.21.0)
Requires-Dist: graphene-django (>=2.15.0,<2.16.0)
Requires-Dist: graphene-django-optimizer (>=0.8.0,<0.9.0)
Requires-Dist: importlib-metadata (>=4.4,<4.5); python_version < "3.10"
Requires-Dist: jsonschema (>=3.2.0,<3.3.0)
Requires-Dist: mysqlclient (>=2.0.3,<2.1.0); extra == "all" or extra == "mysql"
Requires-Dist: napalm (>=3.3.1,<4.0.0); extra == "all" or extra == "napalm"
Requires-Dist: netaddr (>=0.8.0,<0.9.0)
Requires-Dist: netutils (>=1.0.0,<1.1.0)
Requires-Dist: psycopg2-binary (>=2.8.6,<2.9.0)
Requires-Dist: pycryptodome (>=3.10.1,<3.11.0)
Requires-Dist: pyuwsgi (>=2.0.19.1.post0,<2.1.0.0)
Requires-Dist: social-auth-app-django (>=4.0.0,<5.0.0)
Requires-Dist: social-auth-core[saml,openidconnect] (>=4.1.0,<4.2.0); extra == "all" or extra == "sso"
Requires-Dist: svgwrite (>=1.4.1,<1.5.0)
Project-URL: Documentation, https://nautobot.readthedocs.io
Project-URL: Repository, https://github.com/nautobot/nautobot
Description-Content-Type: text/markdown

![Nautobot](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/nautobot_logo.svg "Nautobot logo")

Nautobot is a Network Source of Truth and Network Automation Platform.  

> Nautobot was initially developed as a fork of NetBox (v2.10.4).  NetBox was originally developed by Jeremy Stretch at DigitalOcean and the NetBox Community.

Nautobot runs as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a
[PostgreSQL](https://www.postgresql.org/) or [MySQL](https://www.mysql.com) database. 

The complete documentation for Nautobot can be found at [Read the Docs](https://nautobot.readthedocs.io/en/stable/).

Questions? Comments? Start by perusing our [GitHub discussions](https://github.com/nautobot/nautobot/discussions) for the topic you have in mind, or join us in the **#nautobot** Slack channel on [Network to Code](https://networktocode.slack.com)!

### Build Status

| Branch      | Status |
|-------------|------------|
| **main** | [![Build Status](https://github.com/nautobot/nautobot/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/nautobot/nautobot/actions/workflows/ci.yml) |
| **develop** | [![Build Status](https://github.com/nautobot/nautobot/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/nautobot/nautobot/actions/workflows/ci.yml) |

### Screenshots

![Screenshot of main page](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/screenshot1.png "Main page")

---

![Screenshot of rack elevation](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/screenshot2.png "Rack elevation")

---

![Screenshot of prefix hierarchy](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/screenshot3.png "Prefix hierarchy")

## Installation

Please see [the documentation](https://nautobot.readthedocs.io/en/stable/installation/) for instructions on installing Nautobot.

## Application Stack

Below is a simplified overview of the Nautobot application stack for reference:

![Application stack diagram](https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/nautobot_application_stack_high_level.png "Application stack diagram")

## Providing Feedback

The best platform for general feedback, assistance, and other discussion is our [GitHub discussions](https://github.com/nautobot/nautobot/discussions). To report a bug or request a specific feature, please open a GitHub issue using the [appropriate template](https://github.com/nautobot/nautobot/issues/new/choose).

If you are interested in contributing to the development of Nautobot, please read our [contributing guide](CONTRIBUTING.md) prior to beginning any work.

## Related projects

Please see [our wiki](https://github.com/nautobot/nautobot/wiki/Related-Projects) for a list of relevant community projects.

