schema-st4-parser


Nameschema-st4-parser JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryParse Schema ST4 xml files into pytohn objects
upload_time2023-04-01 19:16:32
maintainer
docs_urlNone
authorLukas Kreussel
requires_python>=3.8
licenseMIT License Copyright (c) 2023 LLukas22 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Schema ST4 Python Parser

Parse [Schema ST4](https://www.quanos-content-solutions.com/en/software/schema-st4) XML Files into simple,flat python objects.

## Installation

via pip: `pip install schema-st4-parser`

## Usage
Simply pass the xml file  into the parse methode. A list of St4Entry objects will be returned.

```pytohn
from schema_st4_parser import parse, St4Entry

entries = parse("MyFile.xml")
print(entries[0])
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "schema-st4-parser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Lukas Kreussel",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/fb/27/5e84e70adb8bdb34b40c5903c704c5b08383e8a37ba15441d98db8f5b516/schema_st4_parser-1.0.1.tar.gz",
    "platform": null,
    "description": "# Schema ST4 Python Parser\n\nParse [Schema ST4](https://www.quanos-content-solutions.com/en/software/schema-st4) XML Files into simple,flat python objects.\n\n## Installation\n\nvia pip: `pip install schema-st4-parser`\n\n## Usage\nSimply pass the xml file  into the parse methode. A list of St4Entry objects will be returned.\n\n```pytohn\nfrom schema_st4_parser import parse, St4Entry\n\nentries = parse(\"MyFile.xml\")\nprint(entries[0])\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 LLukas22  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Parse Schema ST4 xml files into pytohn objects",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c408c498814a5c4c4934f1ec7e8ca248d2b86ebe05d9c0ba33c10b38e462718",
                "md5": "1af2b99249702e0f939c1342da11b6f3",
                "sha256": "18c97b10b097e106ec8c54109780c19f02882249d9ec3321bebd3044103d61f4"
            },
            "downloads": -1,
            "filename": "schema_st4_parser-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1af2b99249702e0f939c1342da11b6f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4540,
            "upload_time": "2023-04-01T19:16:30",
            "upload_time_iso_8601": "2023-04-01T19:16:30.939903Z",
            "url": "https://files.pythonhosted.org/packages/3c/40/8c498814a5c4c4934f1ec7e8ca248d2b86ebe05d9c0ba33c10b38e462718/schema_st4_parser-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb275e84e70adb8bdb34b40c5903c704c5b08383e8a37ba15441d98db8f5b516",
                "md5": "9048a767410251bab90a1f9cead59ead",
                "sha256": "943844c9762ded2cefa7aa71d103d91f4295b5e2a3d5d70606032c4509e17504"
            },
            "downloads": -1,
            "filename": "schema_st4_parser-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9048a767410251bab90a1f9cead59ead",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7278,
            "upload_time": "2023-04-01T19:16:32",
            "upload_time_iso_8601": "2023-04-01T19:16:32.021697Z",
            "url": "https://files.pythonhosted.org/packages/fb/27/5e84e70adb8bdb34b40c5903c704c5b08383e8a37ba15441d98db8f5b516/schema_st4_parser-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-01 19:16:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "schema-st4-parser"
}
        
Elapsed time: 0.08519s