2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00
inventree-docs/docs/credits.md
2021-04-30 20:56:26 +10:00

2.9 KiB

title
title
Credits

Required Packages

InvenTree relies on the following Python libraries:

Library License Description
Django BSD Python web framework
invoke BSD Task execution tool
wheel MIT Python packaging
pillow HPND Image manipulation
djangorestframework BSD REST API
django-cors-headers MIT CORS headers
django-filter BSD Advanced filtering for REST API
django-mptt MIT Modified preorder tree traversal
django-sql-utils MIT Advanced SQL subqueries
django-markdownx BSD Markdown editor
django-markdownify MIT Markdown template filters
coreapi BSD API auto documentation
pygments BSD Syntax highlighting
tablib MIT Data import/export
django-crispy-forms MIT Advanced form rendering
django-import-export BSD Data import/export in admin interface
django-cleanup MIT Automated cleanup of django media files
rapidfuzz MIT Fuzzy string matching
django-stdimage MIT Advanced image fields for django
django-weasyprint Apache 2.0 PDF generation
django-debug-toolbar BSD Debug interface
django-admin-shell MIT Command line shell for the admin interface
django-money BSD Currency support
certifi MPL 2.0 Web certification
django-error-report BSD Error / excepttion management
django-test-migrations MIT Unit testing for database migrations
python-barcode MIT Barcode support
qrcode BSD QR code support
django-q MIT Background task manager
gunicorn MIT Web server