Textform

Latest version: v0.11.0

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

Scan your dependencies

0.11.0

The big new feature for this release is order-independent Unfolding. This makes it possible to assemble records from all over the file into single rows.

The documentation for Fold and Unfold has also been improved with several detailed examples.

0.10.9

Fix several more bugs in the Fold and Unfold code:

* Isolate the Fold internal buffer from downstream modifications (like Drop)
* Handle ragged/incomplete records in Unfold

0.10.8

Fix a bug where the fixed (not folded) fields were not being copied.

0.9.0

Added support for reading and writing Markdown tables. An example is in the examples directory and can be demonstrated with

sh
python3 convert.py -i md -o csv < table.md | less


The reverse process can be used with `Write` to generate Markdown tables from another format. Note that formatting is preserved but may need quoting.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.