Skip to main content

Python XML Binding

Project description

image

Naive XML Bindings for python

image image image image image image image


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.

The code generator supports XML schemas, DTD, 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
    • DTD external definitions
    • 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
    • PyCode 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: 24.2 (2024-02-17)

  • Added Dict encoder/decoder (#921)
  • Deprecated Serializer config pretty_print/pretty_print_indentation (#942)
  • Fixed lxml event writer to respect the encoding configuration (#940)
  • Migrated documentation to mkdocs with markdown
  • Refactored project docstrings

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-24.2.tar.gz (326.0 kB view details)

Uploaded Source

Built Distribution

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

xsdata-24.2-py3-none-any.whl (219.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xsdata-24.2.tar.gz
  • Upload date:
  • Size: 326.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for xsdata-24.2.tar.gz
Algorithm Hash digest
SHA256 8e97eea71915b284a7c52924de0ed6975122b9fb82c11c539fefbee7bd3d56ed
MD5 16fc52d772c43af5a5bef70a89ca8a51
BLAKE2b-256 3c79e3782db590c7845a281d425aa3cd5a45d203acfe618b064463a681f7a800

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xsdata-24.2-py3-none-any.whl
  • Upload date:
  • Size: 219.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for xsdata-24.2-py3-none-any.whl
Algorithm Hash digest
SHA256 545c4b79efb8dc53384b166836a75cc2f49cc26e7d56555f53b00a4d716d775c
MD5 48d8f387eb43706d818ddde5f4e4c51c
BLAKE2b-256 a3ce3834b803ccd4d89b9224a9b11ed21cffa72010ca564376e91de0cfd1f9a9

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