PyXB-X


NamePyXB-X JSON
Version 1.2.6.2 PyPI version JSON
download
home_pagehttp://pyxb.sourceforge.net
SummaryPyXB-X ("pixbix") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.
upload_time2024-02-22 11:49:44
maintainer
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.
            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-X",
    "maintainer": "",
    "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/0f/1f/4c727df69fb9652cc693912a70f25af437ddde92564f1749deca7f0e4e64/PyXB-X-1.2.6.2.tar.gz",
    "platform": null,
    "description": "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-X (\"pixbix\") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.",
    "version": "1.2.6.2",
    "project_urls": {
        "Homepage": "http://pyxb.sourceforge.net"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9718db3f341cd884f87987673c54d36fa028b8ffea8164e4bca2930b76e60fe",
                "md5": "6ae88d009bc912c184976be2b3d48ea5",
                "sha256": "7d130e824c9e08acc3d43a0b454a48613588b27cee09d9f34d947081a92691e2"
            },
            "downloads": -1,
            "filename": "PyXB_X-1.2.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ae88d009bc912c184976be2b3d48ea5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 310099,
            "upload_time": "2024-02-22T11:49:43",
            "upload_time_iso_8601": "2024-02-22T11:49:43.071491Z",
            "url": "https://files.pythonhosted.org/packages/a9/71/8db3f341cd884f87987673c54d36fa028b8ffea8164e4bca2930b76e60fe/PyXB_X-1.2.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f1f4c727df69fb9652cc693912a70f25af437ddde92564f1749deca7f0e4e64",
                "md5": "84c6299c320a9dbb08c32d2bc99aee68",
                "sha256": "3bebab03b5020bd31be4f5e8439f44600b3ba10e45580d01d631029c3c531c9e"
            },
            "downloads": -1,
            "filename": "PyXB-X-1.2.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "84c6299c320a9dbb08c32d2bc99aee68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1275145,
            "upload_time": "2024-02-22T11:49:44",
            "upload_time_iso_8601": "2024-02-22T11:49:44.535458Z",
            "url": "https://files.pythonhosted.org/packages/0f/1f/4c727df69fb9652cc693912a70f25af437ddde92564f1749deca7f0e4e64/PyXB-X-1.2.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 11:49:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyxb-x"
}
        
Elapsed time: 0.19460s