django-import-export-xml


Namedjango-import-export-xml JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryAn XML export format for django-import-export
upload_time2024-03-19 15:21:51
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2018 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords todo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
django-import-export-xml
========================

:Version: 0.2.0
:Source: https://github.com/maykinmedia/django-import-export-xml
:PythonVersion: 3.9

|build-status| |code-quality| |black| |coverage|

|python-versions| |django-versions| |pypi-version|

An XML *export* format for django-import-export

.. contents::

.. section-numbering::

Installation
============

Requirements
------------

* Python 3.9 or above
* Django 3.2 or newer


Install
-------

.. code-block:: bash

    pip install django-import-export-xml


Usage
=====

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

Local development
=================

To install and develop the library locally, use:

.. code-block:: bash

    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>``):

.. code-block:: bash

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


.. |build-status| image:: https://github.com/maykinmedia/django-import-export-xml/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/maykinmedia/django-import-export-xml/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/django-import-export-xml/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/maykinmedia/django-import-export-xml/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/django_import_export_xml/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/maykinmedia/django_import_export_xml
    :alt: Coverage status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django_import_export_xml.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/django_import_export_xml.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/django_import_export_xml.svg
    :target: https://pypi.org/project/django_import_export_xml/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-import-export-xml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "TODO",
    "author": "",
    "author_email": "Maykin Media <support@maykinmedia.nl>",
    "download_url": "https://files.pythonhosted.org/packages/46/fd/20ccdfb64b4ab816be180b5cb76bfc7f07965b58a3448ff2a7ecb2665b86/django-import-export-xml-0.2.0.tar.gz",
    "platform": null,
    "description": "========================\ndjango-import-export-xml\n========================\n\n:Version: 0.2.0\n:Source: https://github.com/maykinmedia/django-import-export-xml\n:PythonVersion: 3.9\n\n|build-status| |code-quality| |black| |coverage|\n\n|python-versions| |django-versions| |pypi-version|\n\nAn XML *export* format for django-import-export\n\n.. contents::\n\n.. section-numbering::\n\nInstallation\n============\n\nRequirements\n------------\n\n* Python 3.9 or above\n* Django 3.2 or newer\n\n\nInstall\n-------\n\n.. code-block:: bash\n\n    pip install django-import-export-xml\n\n\nUsage\n=====\n\nUse it like any of the built-in formats: https://django-import-export.readthedocs.io/en/stable/installation.html#import-export-formats\n\nLocal development\n=================\n\nTo install and develop the library locally, use:\n\n.. code-block:: bash\n\n    pip install -e .[tests,coverage,release]\n\nWhen running management commands via ``django-admin``, make sure to add the root\ndirectory to the python path (or use ``python -m django <command>``):\n\n.. code-block:: bash\n\n    export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings\n    django-admin check\n    # or other commands like:\n    # django-admin makemessages -l nl\n\n\n.. |build-status| image:: https://github.com/maykinmedia/django-import-export-xml/workflows/Run%20CI/badge.svg\n    :alt: Build status\n    :target: https://github.com/maykinmedia/django-import-export-xml/actions?query=workflow%3A%22Run+CI%22\n\n.. |code-quality| image:: https://github.com/maykinmedia/django-import-export-xml/workflows/Code%20quality%20checks/badge.svg\n     :alt: Code quality checks\n     :target: https://github.com/maykinmedia/django-import-export-xml/actions?query=workflow%3A%22Code+quality+checks%22\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |coverage| image:: https://codecov.io/gh/maykinmedia/django_import_export_xml/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/maykinmedia/django_import_export_xml\n    :alt: Coverage status\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/django_import_export_xml.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/django_import_export_xml.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/django_import_export_xml.svg\n    :target: https://pypi.org/project/django_import_export_xml/\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2018 Maykin Media  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "An XML export format for django-import-export",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/django-import-export-xml/issues",
        "Homepage": "https://github.com/maykinmedia/django-import-export-xml",
        "Source Code": "https://github.com/maykinmedia/django-import-export-xml"
    },
    "split_keywords": [
        "todo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a72ceb2215f8a911803deae4dd5cd9c3bd2881b927de91acdd834bdfdfa62793",
                "md5": "081c1ea980ea31c3d20e09ba5782b7ce",
                "sha256": "334551dcd0ed6d83619cab3739f7a3ae3db4e1802b5a1b3556e8c9c59ff67c07"
            },
            "downloads": -1,
            "filename": "django_import_export_xml-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "081c1ea980ea31c3d20e09ba5782b7ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4604,
            "upload_time": "2024-03-19T15:21:49",
            "upload_time_iso_8601": "2024-03-19T15:21:49.725556Z",
            "url": "https://files.pythonhosted.org/packages/a7/2c/eb2215f8a911803deae4dd5cd9c3bd2881b927de91acdd834bdfdfa62793/django_import_export_xml-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46fd20ccdfb64b4ab816be180b5cb76bfc7f07965b58a3448ff2a7ecb2665b86",
                "md5": "d4bf32c52301c887a969ef89e6b10e52",
                "sha256": "4295003317a124007e07d541cf6c7984ef07bcbe05383be2192367e7b456c4fc"
            },
            "downloads": -1,
            "filename": "django-import-export-xml-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d4bf32c52301c887a969ef89e6b10e52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4972,
            "upload_time": "2024-03-19T15:21:51",
            "upload_time_iso_8601": "2024-03-19T15:21:51.330580Z",
            "url": "https://files.pythonhosted.org/packages/46/fd/20ccdfb64b4ab816be180b5cb76bfc7f07965b58a3448ff2a7ecb2665b86/django-import-export-xml-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 15:21:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "django-import-export-xml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-import-export-xml"
}
        
Elapsed time: 0.32536s