2018-11-27 09:51:48 -05:00
|
|
|
# The Python web framework on which NetBox is built
|
|
|
|
# https://github.com/django/django
|
2018-11-05 15:09:11 -05:00
|
|
|
Django
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2019-04-17 12:29:21 -04:00
|
|
|
# Django caching using Redis
|
|
|
|
# https://github.com/Suor/django-cacheops
|
|
|
|
django-cacheops
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Django middleware which permits cross-domain API requests
|
|
|
|
# https://github.com/OttoYiu/django-cors-headers
|
2018-07-17 11:10:13 -04:00
|
|
|
django-cors-headers
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Runtime UI tool for debugging Django
|
|
|
|
# https://github.com/jazzband/django-debug-toolbar
|
2018-07-17 11:10:13 -04:00
|
|
|
django-debug-toolbar
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Library for writing reusable URL query filters
|
|
|
|
# https://github.com/carltongibson/django-filter
|
2018-11-05 15:09:11 -05:00
|
|
|
django-filter
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Modified Preorder Tree Traversal (recursive nesting of objects)
|
|
|
|
# https://github.com/django-mptt/django-mptt
|
2018-07-17 11:10:13 -04:00
|
|
|
django-mptt
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2019-12-13 11:52:59 -08:00
|
|
|
# Context managers for PostgreSQL advisory locks
|
|
|
|
# https://github.com/Xof/django-pglocks
|
|
|
|
django-pglocks
|
|
|
|
|
2019-04-25 01:09:19 -04:00
|
|
|
# Prometheus metrics library for Django
|
|
|
|
# https://github.com/korfuri/django-prometheus
|
|
|
|
django-prometheus
|
|
|
|
|
2019-12-10 15:16:20 -05:00
|
|
|
# Django integration for RQ (Reqis queuing)
|
|
|
|
# https://github.com/rq/django-rq
|
|
|
|
django-rq
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Abstraction models for rendering and paginating HTML tables
|
|
|
|
# https://github.com/jieter/django-tables2
|
2018-07-17 11:10:13 -04:00
|
|
|
django-tables2
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# User-defined tags for objects
|
|
|
|
# https://github.com/alex/django-taggit
|
2018-07-17 11:10:13 -04:00
|
|
|
django-taggit
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# A Django REST Framework serializer which represents tags
|
|
|
|
# https://github.com/glemmaPaul/django-taggit-serializer
|
2018-08-03 09:43:03 -04:00
|
|
|
django-taggit-serializer
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# A Django field for representing time zones
|
|
|
|
# https://github.com/mfogel/django-timezone-field/
|
2018-07-17 11:10:13 -04:00
|
|
|
django-timezone-field
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# A REST API framework for Django projects
|
|
|
|
# https://github.com/encode/django-rest-framework
|
2018-11-05 15:09:11 -05:00
|
|
|
djangorestframework
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Swagger/OpenAPI schema generation for REST APIs
|
|
|
|
# https://github.com/axnsan12/drf-yasg
|
2018-07-17 11:10:13 -04:00
|
|
|
drf-yasg[validation]
|
2018-11-27 09:51:48 -05:00
|
|
|
|
2020-01-16 10:16:23 -05:00
|
|
|
# Platform-agnostic template rendering engine
|
|
|
|
# https://github.com/pallets/jinja
|
|
|
|
Jinja2
|
|
|
|
|
2018-11-27 09:51:48 -05:00
|
|
|
# Simple markup language for rendering HTML
|
|
|
|
# https://github.com/Python-Markdown/markdown
|
2018-11-05 15:09:11 -05:00
|
|
|
# py-gfm requires Markdown<3.0
|
|
|
|
Markdown<3.0
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Library for manipulating IP prefixes and addresses
|
|
|
|
# https://github.com/drkjam/netaddr
|
2018-07-17 11:10:13 -04:00
|
|
|
netaddr
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Fork of PIL (Python Imaging Library) for image processing
|
|
|
|
# https://github.com/python-pillow/Pillow
|
2018-07-17 11:10:13 -04:00
|
|
|
Pillow
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# PostgreSQL database adapter for Python
|
|
|
|
# https://github.com/psycopg/psycopg2
|
2018-07-17 11:10:13 -04:00
|
|
|
psycopg2-binary
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# GitHub-flavored Markdown extensions
|
|
|
|
# https://github.com/zopieux/py-gfm
|
2018-07-17 11:10:13 -04:00
|
|
|
py-gfm
|
2018-11-27 09:51:48 -05:00
|
|
|
|
|
|
|
# Extensive cryptographic library (fork of pycrypto)
|
|
|
|
# https://github.com/Legrandin/pycryptodome
|
2018-07-17 11:10:13 -04:00
|
|
|
pycryptodome
|
2019-12-06 11:52:28 -05:00
|
|
|
|
2020-01-16 12:23:36 -05:00
|
|
|
# YAML rendering library
|
|
|
|
# https://github.com/yaml/pyyaml
|
|
|
|
PyYAML
|
|
|
|
|
2019-12-06 11:52:28 -05:00
|
|
|
# In-memory key/value store used for caching and queuing
|
|
|
|
# https://github.com/andymccurdy/redis-py
|
|
|
|
redis
|
2019-12-10 03:18:10 -05:00
|
|
|
|
2020-01-16 10:16:23 -05:00
|
|
|
# SVG image rendering (used for rack elevations)
|
2019-12-10 03:18:10 -05:00
|
|
|
# https://github.com/mozman/svgwrite
|
|
|
|
svgwrite
|
2020-02-26 12:28:35 -05:00
|
|
|
|
|
|
|
# Python package management tool
|
|
|
|
# https://pythonwheels.com/
|
|
|
|
wheel
|