Skip to main content

Python XML Binding

Project description

https://github.com/tefra/xsdata/raw/main/docs/_static/logo.svg

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/main/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.

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: 23.8 (2023-08-12)

  • Removed Python 3.7 support

  • Fixed PycodeSerializer not adding imports for nested classes

  • Fixed imports ordering

  • Added support for strict content wildcard processing (#803)

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

Uploaded Source

Built Distribution

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

xsdata-23.8-py3-none-any.whl (193.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for xsdata-23.8.tar.gz
Algorithm Hash digest
SHA256 55f03d4c88236f047266affe550ba0dd19476adfce6a01f3e0aefac7c8078e56
MD5 68aa7f1d3a21a2a39a830d7c88bac01c
BLAKE2b-256 950a0c02e977b5de947535dd974f785c5600287df2c9bc6e5a70f67c46e6370d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for xsdata-23.8-py3-none-any.whl
Algorithm Hash digest
SHA256 3cf34ffb1ae35ac873e7eb53504e326d7997939f976a51814a57f77c8df8f09e
MD5 8b48cf547736dc958014c87832fb2ba9
BLAKE2b-256 c2b2b5cb0cce115b2b85ba3f772fe22a2ca8c50aaf790561a2594552bde6c89a

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