Skip to main content

An XML export format for django-import-export

Project description

Version:
0.2.0
Source:

https://github.com/maykinmedia/django-import-export-xml

PythonVersion:

3.9

Build status Code quality checks black Coverage status

python-versions django-versions pypi-version

An XML export format for django-import-export

1 Installation

1.1 Requirements

  • Python 3.9 or above

  • Django 3.2 or newer

1.2 Install

pip install django-import-export-xml

2 Usage

Use it like any of the built-in formats: https://django-import-export.readthedocs.io/en/stable/installation.html#import-export-formats

3 Local development

To install and develop the library locally, use:

pip install -e .[tests,coverage,release]

When running management commands via django-admin, make sure to add the root directory to the python path (or use python -m django <command>):

export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
django-admin check
# or other commands like:
# django-admin makemessages -l nl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-import-export-xml-0.2.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

django_import_export_xml-0.2.0-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page