Metadata-Version: 2.1
Name: nautobot
Version: 1.1.0b1
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: mysql
Requires-Dist: Django (>=3.1.12,<3.2.0)
Requires-Dist: GitPython (>=3.1.15,<3.2.0)
Requires-Dist: Jinja2 (>=3.0.1,<3.1.0)
Requires-Dist: Markdown (>=3.3.4,<3.4.0)
Requires-Dist: Pillow (>=8.1.0,<8.2.0)
Requires-Dist: PyYAML (>=5.4.1,<5.5.0)
Requires-Dist: celery (>=5.1.0,<5.2.0)
Requires-Dist: django-cacheops (>=5.1,<5.2)
Requires-Dist: django-cors-headers (>=3.7.0,<3.8.0)
Requires-Dist: django-cryptography (>=1.0,<1.1)
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,<3.0.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 (>=4.12.1,<4.13.0)
Requires-Dist: django-rq (>=2.4.1,<2.5.0)
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: importlib-metadata (>=3.4.0,<3.5.0); python_version < "3.8"
Requires-Dist: jsonschema (>=3.2.0,<3.3.0)
Requires-Dist: mysqlclient (>=2.0.3,<2.1.0); extra == "mysql"
Requires-Dist: netaddr (>=0.8.0,<0.9.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: 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://travis-ci.com/nautobot/nautobot.svg?branch=main)](https://travis-ci.com/nautobot/nautobot) |
| **develop** | [![Build Status](https://travis-ci.com/nautobot/nautobot.svg?branch=develop)](https://travis-ci.com/nautobot/nautobot) |

### 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.

## 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.

