Pythonic xml parser to handle big files or streams
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bigxml-1.1.0.tar.gz
(166.4 kB
view details)
Built Distribution
bigxml-1.1.0-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file bigxml-1.1.0.tar.gz
.
File metadata
- Download URL: bigxml-1.1.0.tar.gz
- Upload date:
- Size: 166.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef228162b29e25c33bc3785ec5d275c678325e7093929a9592bf181f58a3e2f6 |
|
MD5 | ac47145618562a123bafb83a808a3af8 |
|
BLAKE2b-256 | 2707a2b6f2866a5ea79df189a174f2acef69bd6764d7014ba15cc2ab3a67a1ce |
File details
Details for the file bigxml-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: bigxml-1.1.0-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39b80de2cbe821297515eba73966ccebbab76fb54b2c8b5a651598b70e495c11 |
|
MD5 | 38adacbaf8e7ddd7e02912fa2b50de04 |
|
BLAKE2b-256 | 49017378f7dbb162e222906182b0b9a9931be5ed4e1afc8d8c306e781026a8cd |