Skip to main content

Python CLI for managing OCX schema databinding and versioning according to PEP 440.

Project description

ocx-databinding

CLI python script for managing the OCX schema databinding. See the documentation of xsdata for details on creating python databindings.

Installation

pip install ocx_databinding

Changes

CHANGELOG

Usage

databinding --help
Usage: databinding [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or
                        customize the installation.
  --help                Show this message and exit.

Commands:
  generate  Generate code from xml schemas, webservice definitions and...
  version   Print the version number and exit.

Generate a datbinding:

Usage: databinding generate [OPTIONS] SOURCE PACKAGE SCHEMA_VERSION

  Generate code from xml schemas, webservice definitions and any xml or json
  document. The input source can be either a filepath, uri or a directory
  containing  xml, json, xsd and wsdl files.

Arguments:
  SOURCE          [required]
  PACKAGE         [required]
  SCHEMA_VERSION  [required]

Options:
  --docstring-style TEXT        [default: Google]
  --structure-style TEXT        [default: single-package]
  --slots / --no-slots          [default: slots]
  --recursive / --no-recursive  [default: no-recursive]
  --help                        Show this message and exit.

Example

Generate the databindings from the unitsML schema url:

databinding generate https://3docx.org/fileadmin/ocx_schema/unitsml/unitsmlSchema_lite-0.9.18.xsd unitsml 0.9.18

2023-09-04 11:17:28.705 | INFO     | ocx_databinding.generator:generate:64 - New databinding package name is unitsml_0918 with version: 0.9.18 is created in C:\PythonDev\ocx-generator\unitsml
========= xsdata v23.8 / Python 3.11.5 / Platform win32 =========

Parsing schema https://3docx.org/fileadmin/ocx_schema/unitsml/unitsmlSchema_lite-0.9.18.xsd
Parsing schema file:///C:/miniconda3/envs/generator/Lib/site-packages/xsdata/schemas/xml.xsd
Compiling schema file:///C:/miniconda3/envs/generator/Lib/site-packages/xsdata/schemas/xml.xsd
Builder: 5 main and 2 inner classes
Compiling schema https://3docx.org/fileadmin/ocx_schema/unitsml/unitsmlSchema_lite-0.9.18.xsd
Builder: 38 main and 2 inner classes
Analyzer input: 43 main and 4 inner classes
Analyzer output: 35 main and 0 inner classes
Generating package: init
Generating package: unitsml_0918

This has now generated a subdirectory unitsml with the following structure:

C:.
└───unitsml
    └───unitsml_0918

and with the content:

   Length Name
   ------ ----
    29577 unitsml_0918.py
     2145 xsdata.xml
     1531 __init__.py

The CLI generates a single package, meaning that any imported schemas are ignored, see xsdata if more detailed control of the databinding is necessary. The databindings are also versioned by creating a package name with the version string. This allows us to have multiple databindings representing different schema versions.

API documentation

API

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

ocx_databinding-2.8.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

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

ocx_databinding-2.8.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file ocx_databinding-2.8.1.tar.gz.

File metadata

  • Download URL: ocx_databinding-2.8.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ocx_databinding-2.8.1.tar.gz
Algorithm Hash digest
SHA256 3a517cd8fc8c380b2010510fde1a91e459f27105b24b8ef24e3e0a0a306e2955
MD5 82f28380ea318e30dc948012a30beca6
BLAKE2b-256 9ad3cc9fa43aa935f786a90aa7a61176c6f1a741b40cab1c146e204873d5ff32

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocx_databinding-2.8.1.tar.gz:

Publisher: python-publish.yml on OCXStandard/ocx-databinding

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ocx_databinding-2.8.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ocx_databinding-2.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 02c64abd80bb572555efa320bc2317802ffb0b344a62769070c8496523920328
MD5 f113c0a46f86e8bf50df81572f5c8c80
BLAKE2b-256 0fbcf1972405ef1756d1dbaf05da85931a6b886a9ad34d5d35491c3de43f0e6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocx_databinding-2.8.1-py3-none-any.whl:

Publisher: python-publish.yml on OCXStandard/ocx-databinding

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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