PyXB-new


NamePyXB-new JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttp://pyxb.sourceforge.net
SummaryPyXB ("pixbee") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.
upload_time2022-12-02 19:05:16
maintainerMax Bridgland <me@maxbridgland.com>
docs_urlNone
authorPeter A. Bigot
requires_python
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Updated for 3.10 by mabridgland: PyXB is a pure `Python <http://www.python.org>`_ package that generates
Python code for classes that correspond to data structures defined by
`XMLSchema <http://www.w3.org/XML/Schema>`_.  In concept it is similar to
`JAXB <http://en.wikipedia.org/wiki/JAXB>`_ for Java and `CodeSynthesis XSD
<http://www.codesynthesis.com/products/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

            

Raw data

            {
    "_id": null,
    "home_page": "http://pyxb.sourceforge.net",
    "name": "PyXB-new",
    "maintainer": "Max Bridgland <me@maxbridgland.com>",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Peter A. Bigot",
    "author_email": "pabigot@users.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/14/a0/45a4b493718bf84fdff447234285dd335176877266c9bab48d8d25c1fffa/PyXB-new-1.2.8.tar.gz",
    "platform": null,
    "description": "Updated for 3.10 by mabridgland: PyXB is a pure `Python <http://www.python.org>`_ package that generates\nPython code for classes that correspond to data structures defined by\n`XMLSchema <http://www.w3.org/XML/Schema>`_.  In concept it is similar to\n`JAXB <http://en.wikipedia.org/wiki/JAXB>`_ for Java and `CodeSynthesis XSD\n<http://www.codesynthesis.com/products/xsd/>`_ for C++.\n\nThe major goals of PyXB are:\n\n* Provide a generated Python interface that is \"Pythonic\", meaning similar\n  to one that would have been hand-written:\n\n  + Attributes and elements are Python properties, with name conflicts\n    resolved in favor of elements\n  + Elements with maxOccurs larger than 1 are stored as Python lists\n  + Bindings for type extensions inherit from the binding for the base type\n  + Enumeration constraints are exposed as class (constant) variables\n\n* Support bi-directional conversion (document to Python and back)\n\n* Allow easy customization of the generated bindings to provide\n  functionality along with content\n\n* Support all XMLSchema features that are in common use, including:\n\n  + complex content models (nested all/choice/sequence)\n  + cross-namespace dependencies\n  + include and import directives\n  + constraints on simple types\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "PyXB (\"pixbee\") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.",
    "version": "1.2.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c92cf8233d7ec660f1abf7dc34e200e5",
                "sha256": "a1f3942bce2bd4eeec0c98b437457c657ef3830751f0cce84bca00b824dae5a7"
            },
            "downloads": -1,
            "filename": "PyXB_new-1.2.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c92cf8233d7ec660f1abf7dc34e200e5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 305980,
            "upload_time": "2022-12-02T19:05:11",
            "upload_time_iso_8601": "2022-12-02T19:05:11.611399Z",
            "url": "https://files.pythonhosted.org/packages/6c/1b/29e44d2a3bab116f33763690fc3b4cc05a5e2969f06310989329c6b07cd6/PyXB_new-1.2.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e109869127d8fa66a594f4e50f05eeb3",
                "sha256": "0db788e6e3ad1ac666db637f27dc9d9894635080af7038e4ab59927da535af9d"
            },
            "downloads": -1,
            "filename": "PyXB-new-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "e109869127d8fa66a594f4e50f05eeb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1270815,
            "upload_time": "2022-12-02T19:05:16",
            "upload_time_iso_8601": "2022-12-02T19:05:16.567420Z",
            "url": "https://files.pythonhosted.org/packages/14/a0/45a4b493718bf84fdff447234285dd335176877266c9bab48d8d25c1fffa/PyXB-new-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 19:05:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyxb-new"
}
        
Elapsed time: 0.01752s