Skip to main content

Python XML Binding

Project description

https://github.com/tefra/xsdata/raw/master/docs/_static/logo.png

Naive XML Bindings for python

https://github.com/tefra/xsdata/workflows/tests/badge.svg https://readthedocs.org/projects/xsdata/badge https://codecov.io/gh/tefra/xsdata/branch/master/graph/badge.svg https://img.shields.io/github/languages/top/tefra/xsdata.svg https://www.codefactor.io/repository/github/tefra/xsdata/badge https://img.shields.io/pypi/pyversions/xsdata.svg https://img.shields.io/pypi/v/xsdata.svg

xsData is a complete data binding library for python allowing developers to access and use XML and JSON documents as simple objects rather than using DOM.

It ships with a code generator for XML schemas, WSDL definitions, XML & JSON documents. It produces simple dataclasses with type hints and simple binding metadata.

The included XML and JSON parser/serializer are highly optimized and adaptable, with multiple handlers and configuration properties.

xsData is constantly tested against the W3C XML Schema 1.1 test suite.

Getting started

$ # Install all dependencies
$ pip install xsdata[cli,lxml,soap]
$ # Generate models
$ xsdata tests/fixtures/primer/order.xsd --package tests.fixtures.primer
>>> # Parse XML
>>> from pathlib import Path
>>> from tests.fixtures.primer import PurchaseOrder
>>> from xsdata.formats.dataclass.parsers import XmlParser
>>>
>>> xml_string = Path("tests/fixtures/primer/sample.xml").read_text()
>>> parser = XmlParser()
>>> order = parser.from_string(xml_string, PurchaseOrder)
>>> order.bill_to
Usaddress(name='Robert Smith', street='8 Oak Avenue', city='Old Town', state='PA', zip=Decimal('95819'), country='US')

Check the documentation for more ✨✨✨

Features

  • Generate code from:

    • XML Schemas 1.0 & 1.1

    • WSDL 1.1 definitions with SOAP 1.1 bindings

    • Directly from XML and JSON Documents

    • Extensive configuration to customize output

    • Pluggable code writer for custom output formats

  • Default Output:

    • Pure python dataclasses with metadata

    • Type hints with support for forward references and unions

    • Enumerations and inner classes

    • Support namespace qualified elements and attributes

  • Data Binding:

    • XML and JSON parser, serializer

    • Handlers and Writers based on lxml and native xml python

    • Support wildcard elements and attributes

    • Support xinclude statements and unknown properties

    • Customize behaviour through config

Changelog: 21.6 (2021-06-01)

  • Fixed no args Dict annotation, raising an exception #494

  • Fixed original name case not working for field names #498

  • Fixed element type resolution with duplicate name conflicts #503

  • Added handler to flatten bare inner classes

  • Added the ability for custom types to subclass named tuples

  • Added keyword meta in the reserved words #491

  • Added new xml type Ignore to skip fields during binding #504

  • Updated generic model DerivedElement.substituted flag with xsi:type

  • Updated core components to improve binding performance

    • Converted almost all internal dataclasses to simple objects with __slots__

    • Converted the internal xml date/time types to named tuples

    • Reduced models metadata lookup times and memory footprint

  • Updated JSON parser #495

    • Support failing on unknown properties

    • Support required properties

    • Support parser config

    • Stricter binding process

    • Enhance DerivedElement support

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

xsdata-21.6.tar.gz (247.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xsdata-21.6-py3-none-any.whl (150.0 kB view details)

Uploaded Python 3

File details

Details for the file xsdata-21.6.tar.gz.

File metadata

  • Download URL: xsdata-21.6.tar.gz
  • Upload date:
  • Size: 247.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5+

File hashes

Hashes for xsdata-21.6.tar.gz
Algorithm Hash digest
SHA256 f624a819c039f8b71d339c2357d8f4b0a61dca4913fdb1b3a4c8e9329af030c0
MD5 d6dd14e33f20d55afd09b973e279c32e
BLAKE2b-256 fb75f5ed1cc0a1fd06faa7b0bd7287e659c4469e0cdbbba8dab39e7672eb5f0c

See more details on using hashes here.

File details

Details for the file xsdata-21.6-py3-none-any.whl.

File metadata

  • Download URL: xsdata-21.6-py3-none-any.whl
  • Upload date:
  • Size: 150.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5+

File hashes

Hashes for xsdata-21.6-py3-none-any.whl
Algorithm Hash digest
SHA256 11acf4692e2a750352308cf466f7c65f17a8e307bd6dd018de9150914bc3693f
MD5 bc8c8595a411c6f0daba022d3a692f56
BLAKE2b-256 383da3900d8d32ff9b626bfd5fe75a9b5044e2ac02d82a2358d46c8ee9cedb5c

See more details on using hashes here.

Supported by

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