Xmltotabular

Latest version: v0.8.1

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.8.1

Maintenance release

* Adds explicit support for Python 3.10
* Switch to a fork of the GitHub Actions `pre-commit` action (`pre-commit/action` is broken on windows runners)
* Minor code and dependency linting

0.8.0

Features

* Support for multiple root entities per XML doc, e.g.

<records>
<record />
<record />
<record />
...
</records>


Housekeeping
* Better logging/output messages
* Exposes `xmltotabular.__version__` and `xmltotabular.__version_info__`
* Greatly expanded test suite (though more still required)

0.7.1

Minor bugfix release.

0.7.0

Changes to the public API:
* `XMLCollectionToTabular` accepts `sqlite-max-vars` (defaults to 999)
* `XMLCollectionToTabular` accepts `check_doctype` (defaults to `False` -- previously this behaviour was *enabled* by default)

Other changes:
* SQLite backend now defaults to [`locking_mode = EXCLUSIVE`](https://www.sqlite.org/pragma.html#pragma_locking_mode)

0.6

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.