{"id":13469216,"url":"https://github.com/Rogdham/bigxml","last_synced_at":"2025-03-26T06:31:59.708Z","repository":{"id":57415005,"uuid":"289690334","full_name":"Rogdham/bigxml","owner":"Rogdham","description":"Parse big xml files and streams with ease","archived":false,"fork":false,"pushed_at":"2024-10-10T18:41:27.000Z","size":5851,"stargazers_count":27,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T08:45:35.481Z","etag":null,"topics":["big","library","python","xml","xml-parser","xml-parsing"],"latest_commit_sha":null,"homepage":"https://bigxml.rogdham.net/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rogdham.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-23T13:21:05.000Z","updated_at":"2024-10-23T13:59:50.000Z","dependencies_parsed_at":"2024-10-29T22:50:37.166Z","dependency_job_id":null,"html_url":"https://github.com/Rogdham/bigxml","commit_stats":{"total_commits":84,"total_committers":1,"mean_commits":84.0,"dds":0.0,"last_synced_commit":"74ff3758077435daaa3a1a00ee093d39a72ae127"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogdham%2Fbigxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogdham%2Fbigxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogdham%2Fbigxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rogdham%2Fbigxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rogdham","download_url":"https://codeload.github.com/Rogdham/bigxml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245604007,"owners_count":20642923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["big","library","python","xml","xml-parser","xml-parsing"],"created_at":"2024-07-31T15:01:29.478Z","updated_at":"2025-03-26T06:31:58.739Z","avatar_url":"https://github.com/Rogdham.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cdiv align=\"center\" size=\"15px\"\u003e\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\u0026type=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[📖 Documentation](https://bigxml.rogdham.net/)\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;[📃 Changelog](./CHANGELOG.md)\n\n\u003c/div\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogdham%2Fbigxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRogdham%2Fbigxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRogdham%2Fbigxml/lists"}