mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-13 10:45:32 +00:00
_includes
docs
admin
app
assets
build
companies
extend
javascripts
part
releases
report
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
index.md
upcoming.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
3.9 KiB
3.9 KiB
title
title |
---|
Credits |
Python 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 |
Frontend libraries
InvenTree relies on the following frontend libraries and components:
Name | License | Description |
---|---|---|
Bootstrap | MIT | Frontend framework |
jquery | MIT | JS framework |
Bootstrap table | MIT | Table rendering |
Font Awesome - Icons | CC BY 4.0 License | Icons |
Font Awesome - Code | MIT | Delivery code for icons |
Select2 | MIT | Searchable selection box |
fullcalendar | MIT | Calender rendering |
chart.js | MIT | charts |
Moment JS | MIT | Time and date rendering |
jquery-treegrid | MIT | Treegrid rendering |
clipboard.js | MIT | text copying |