bigxml


Namebigxml JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryPythonic xml parser to handle big files or streams
upload_time2024-04-27 18:01:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThe MIT License (MIT) Copyright (c) 2020 Rogdham 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 big parser stream xml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center" size="15px">

# BigXML

Parse big xml files and streams with ease

[![GitHub build status](https://img.shields.io/github/actions/workflow/status/rogdham/bigxml/build.yml?branch=master)](https://github.com/rogdham/bigxml/actions?query=branch:master)
[![Release on PyPI](https://img.shields.io/pypi/v/bigxml)](https://pypi.org/project/bigxml/)
[![Code coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/rogdham/bigxml/search?q=fail+under&type=Code)
[![Mypy type checker](https://img.shields.io/badge/type_checker-mypy-informational)](https://mypy.readthedocs.io/)
[![MIT License](https://img.shields.io/pypi/l/bigxml)](https://github.com/Rogdham/bigxml/blob/master/LICENSE.txt)

---

[📖 Documentation](https://bigxml.rogdham.net/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[📃 Changelog](./CHANGELOG.md)

</div>

---

Parsing big XML files in Python is hard. On one hand, regular XML libraries load the
whole file into memory, which will crash the process if the file is too big. Other
solutions such as `iterparse` do read the file as they parse it, but they are complex to
use if you don't want to run out of memory.

This is where the _BigXML_ library shines:

- Works with XML files of any size
- No need to do memory management yourself
- Pythonic API
- Any stream can easily be parsed, not just files
- Secure from usual attacks against XML parsers

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bigxml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "big, parser, stream, xml",
    "author": null,
    "author_email": "Rogdham <contact@rogdham.net>",
    "download_url": "https://files.pythonhosted.org/packages/6e/66/e2de79e5d3326053d4c4660fee9f0879236242a910693e8d3b9c459e635b/bigxml-1.0.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\" size=\"15px\">\n\n# BigXML\n\nParse big xml files and streams with ease\n\n[![GitHub build status](https://img.shields.io/github/actions/workflow/status/rogdham/bigxml/build.yml?branch=master)](https://github.com/rogdham/bigxml/actions?query=branch:master)\n[![Release on PyPI](https://img.shields.io/pypi/v/bigxml)](https://pypi.org/project/bigxml/)\n[![Code coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/rogdham/bigxml/search?q=fail+under&type=Code)\n[![Mypy type checker](https://img.shields.io/badge/type_checker-mypy-informational)](https://mypy.readthedocs.io/)\n[![MIT License](https://img.shields.io/pypi/l/bigxml)](https://github.com/Rogdham/bigxml/blob/master/LICENSE.txt)\n\n---\n\n[\ud83d\udcd6 Documentation](https://bigxml.rogdham.net/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[\ud83d\udcc3 Changelog](./CHANGELOG.md)\n\n</div>\n\n---\n\nParsing big XML files in Python is hard. On one hand, regular XML libraries load the\nwhole file into memory, which will crash the process if the file is too big. Other\nsolutions such as `iterparse` do read the file as they parse it, but they are complex to\nuse if you don't want to run out of memory.\n\nThis is where the _BigXML_ library shines:\n\n- Works with XML files of any size\n- No need to do memory management yourself\n- Pythonic API\n- Any stream can easily be parsed, not just files\n- Secure from usual attacks against XML parsers\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2020 Rogdham  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": "Pythonic xml parser to handle big files or streams",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://bigxml.rogdham.net/",
        "Homepage": "https://github.com/rogdham/bigxml",
        "Source": "https://github.com/rogdham/bigxml"
    },
    "split_keywords": [
        "big",
        " parser",
        " stream",
        " xml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa25c4b13665df5b4bcc758709011f3d6f60fb85825d3c7feabbc8357db722ca",
                "md5": "7ce0ff2fc0b312dd2fc59a0708da9d10",
                "sha256": "5b6ac08996de13091bc65601d60cd5427ea51b87dd6c7fca3c9ba03f59b9dd4d"
            },
            "downloads": -1,
            "filename": "bigxml-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ce0ff2fc0b312dd2fc59a0708da9d10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14792,
            "upload_time": "2024-04-27T18:01:07",
            "upload_time_iso_8601": "2024-04-27T18:01:07.923523Z",
            "url": "https://files.pythonhosted.org/packages/aa/25/c4b13665df5b4bcc758709011f3d6f60fb85825d3c7feabbc8357db722ca/bigxml-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e66e2de79e5d3326053d4c4660fee9f0879236242a910693e8d3b9c459e635b",
                "md5": "24a49f343cd35045e786a4fbc6882edf",
                "sha256": "c8791e0277cefe6da77f0df67729bd3cbede160262c4b088c849cf1b7af287d7"
            },
            "downloads": -1,
            "filename": "bigxml-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "24a49f343cd35045e786a4fbc6882edf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 166037,
            "upload_time": "2024-04-27T18:01:09",
            "upload_time_iso_8601": "2024-04-27T18:01:09.910913Z",
            "url": "https://files.pythonhosted.org/packages/6e/66/e2de79e5d3326053d4c4660fee9f0879236242a910693e8d3b9c459e635b/bigxml-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 18:01:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rogdham",
    "github_project": "bigxml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "bigxml"
}
        
Elapsed time: 0.24772s