Metadata-Version: 2.1
Name: django-multi_import
Version: 2.0.0
Summary: Import/export multi Django resources together atomically.
Home-page: https://github.com/sdelements/django-multi-import
License: MIT
Author: Security Compass
Author-email: contact@securitycompass.com
Requires-Python: >=3.12,<3.13
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: chardet (>=5.2,<6.0)
Requires-Dist: django (>=4.2,<4.3)
Requires-Dist: djangorestframework (>=3.15,<4.0)
Requires-Dist: tablib[all] (>=3.6,<4.0)
Description-Content-Type: text/markdown

# django-multi-import

Import/export multi Django resources together atomically.

## Usage

You can run the tests with via::

    python setup.py test

or::

    python runtests.py

