Third-Party Packages¶
Assets¶
ACE Editor¶
Code editor used for UI CodeControl
.
Status: suggested | Environment: base | License: BSD3
Date Picker¶
Used by UI to create a date picker form element. Note: Site says deprecated.
Status: required | Environment: base | License: MIT
Django Dynamic Formset¶
Used by UI for creating formsets.
Status: required | Environment: base | License: New BSD
jQuery Chained¶
Used by UI to automatically create chained select fields.
Status: required | Environment: base | License: MIT
jQuery Mask¶
Used by UI to create masks on form fields.
Status: required | Environment: base | License: MIT
jQuery Sortable¶
Used by UI to provide record sortation.
Status: required | Environment: base | License: BSD3
jQuery Time Picker¶
Used by UI to provide a time picker form element.
Status: required | Environment: base | License: MIT
jQuery Wheel Color Picker¶
Used by UI to provide a color picker form element.
Status: required | Environment: base | License: MIT
moment.js¶
Used in various ways for time support.
Status: required | Environment: base | License: MIT
multiselect.js¶
Used by UI to create a multi-select form element.
Status: required | Environment: base | License: MIT
nicEdit¶
Code editor that may be used for UI CodeControl
.
Status: required | Environment: base | License: Unknown
notify.js¶
Used by contrib.notifications
for the Web Notifications API.
Status: required | Environment: base | License: Unknown
select2.js¶
Used by UI to create advanced select form elements.
Status: required | Environment: base | License: MIT
Requirements¶
PyGithub¶
Used by the github backend to create issues when an exception occurs.
Status: optional | Environment: base | License: LPGL
anytree¶
Required to use the diagramming functionality.
Status: optional | Environment: base | License: Apache 2.0
bandit¶
Used to scan SuperDjango for security issues.
Status: required | Environment: control | License: Apache 2
bitbucket-python¶
Used by the bitbucket backend to create issues when an exception occurs.
Status: optional | Environment: base | License: MIT
bleach¶
Used UI controls that deal with HTML output.
Status: suggested | Environment: base | License: Apache 2.0
django-appconf¶
Used to make various SuperDjango settings easier to use.
Status: required | Environment: base | License: BSD3
django-formtools¶
Used for the form wizard functionality.
Status: required | Environment: base | License: BSD3
markdown¶
Used to generate release pages from Markdown files.
Status: required | Environment: base | License: BSD3
python-frontmatter¶
Parses meta data from Markdown files.
Status: required | Environment: base | License: MIT
python-oembed¶
Required to use embed functionality.
Status: required | Environment: base | License: MIT
pyyaml¶
Currently only used for the ScannerError exception that may be emitted by frontmatter.
Status: required | Environment: base | License: MIT
tabulate¶
Used to print tabulate output on the command line.
Status: required | Environment: base | License: MIT