# django-import-export/django-import-export

Django application and library for importing and exporting data with admin integration.

Repository: https://github.com/django-import-export/django-import-export
Canonical: https://ross.abutalabs.com/products/django-import-export
Homepage: https://django-import-export.readthedocs.org/en/latest/
Language: Python
License: BSD-2-Clause
License Family: permissive
Topics: python, django, import-export, csv, xls, json
Last push: 2026-08-24T17:13:30+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 82, longevity 100
- inputs: {"age_days": 5039, "days_push": 9, "days_rel": 120, "gap_med": 17.5, "n_releases_24m": 19}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3334, forks 836 (observed 2026-08-28T04:07:56.692143+00:00)

## What it is
A Django application and library for importing and exporting data between Django models and file formats like CSV, XLSX, JSON, YAML, and HTML via tablib. It works programmatically and includes optional Django Admin integration with data preview.

## Use cases
- import csv data into django models
- export django admin data to excel
- bulk import users from spreadsheet
- export database records as json
- add import/export buttons to django admin
- preview data before importing into django

## When to choose
- you use Django and need reliable model import/export
- you want admin UI integration for data import/export
- you need support for many file formats (csv, xlsx, json, yaml)

## When to avoid
- you are not using Django
- you need streaming imports of very large datasets beyond memory
- you need a framework-agnostic Python data pipeline

## Facets
- artifact type: library
- maturity: stable
- function: etl, csv, json, file-system
- domain: web-development, backend, files
- platform: python
- tags: django, import-export, xlsx, tablib, django-admin, data-import, data-export, data-engineering, web-server

## Member repositories
- django-import-export/django-import-export (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.692143+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:41:27.015590+00:00, confidence not recorded.
  - readme: https://github.com/django-import-export/django-import-export (fetched 2026-08-28T04:07:56.692143+00:00, sha ca6188d55a33)
  - registry_pypi: https://pypi.org/pypi/django-import-export/json (fetched 2026-08-29T09:35:01.647419+00:00, sha b50cf4f1cf36)
- Data as of 2026-08-30T08:39:29.467469+00:00.
