pyxb 1.2.5-1 source package in Ubuntu

Changelog

pyxb (1.2.5-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Michael Fladischer ]
  * New upstream release.
  * Bump Standards-Version to 3.9.8.
  * Change my email address to <email address hidden>.
  * Use python3-sphinx to build documentation.

 -- Michael Fladischer <email address hidden>  Tue, 27 Sep 2016 08:33:47 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyxb_1.2.5-1.dsc 2.3 KiB 2a8c8b41aabf8a2df9d2c2a5ab8deaab55817ffcaf1e017c580d7c53c0e84f0f
pyxb_1.2.5.orig.tar.gz 8.4 MiB 526160e638887cb6f26f2c7ba4e1982a964613fb839ba8dd5a533c5362bbbbe2
pyxb_1.2.5-1.debian.tar.xz 17.4 KiB 44dd52baeb60fbb117f66a0666dccf281b7725fbe6c43ae7dbe41b4efb8e3a74

Available diffs

No changes file available.

Binary packages built by this source

python-pyxb: Python XML Schema Bindings (Python2 version)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the Python 2 version of the library.

python-pyxb-bundles-common: No summary available for python-pyxb-bundles-common in ubuntu zesty.

No description available for python-pyxb-bundles-common in ubuntu zesty.

python-pyxb-bundles-dc: Python XML Schema Bindings (Dublin Core bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Dublin Core Metadata Initiative bindings
 for Python2.

python-pyxb-bundles-saml20: Python XML Schema Bindings (SAML bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Security Assertion Markup Language bindings
 for Python2.

python-pyxb-bundles-wssplat: No summary available for python-pyxb-bundles-wssplat in ubuntu artful.

No description available for python-pyxb-bundles-wssplat in ubuntu artful.

python-pyxb-doc: No summary available for python-pyxb-doc in ubuntu zesty.

No description available for python-pyxb-doc in ubuntu zesty.

python3-pyxb: No summary available for python3-pyxb in ubuntu zesty.

No description available for python3-pyxb in ubuntu zesty.

python3-pyxb-bundles-common: Python XML Schema Bindings (common bindings for Python3)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt common XML bindings for Python3.

python3-pyxb-bundles-dc: Python XML Schema Bindings (Dublin Core bindings for Python3)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Dublin Core Metadata Initiative bindings
 for Python3.

python3-pyxb-bundles-saml20: Python XML Schema Bindings (SAML bindings for Python3)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Security Assertion Markup Language bindings
 for Python3.

python3-pyxb-bundles-wssplat: No summary available for python3-pyxb-bundles-wssplat in ubuntu artful.

No description available for python3-pyxb-bundles-wssplat in ubuntu artful.