delb-py icon indicating copy to clipboard operation
delb-py copied to clipboard

A library that provides an ergonomic model for XML encoded text documents (e.g. with TEI-XML).

Results 14 delb-py issues
Sort by recently updated
recently updated
newest added

as the promise of pretty serialization will be that its introduced whitespace would vanish when parsing (with the proper option set), i thought it'd be better to clarify how that...

design

I find this actually helpful for developing an XML API's serialization routines. ---- dear diary, when i worked on this, the LLM that comes with my IDE for a while...

once it stops to re-order seemingly randomly, possibly with the latest release from today, pyproject-fmt should be used like black for applying a canonical formatting and verifying it (maybe there's...

this is the questionable approach that i mentioned earlier. i think it's justified well enough.

since i had several questions and ideas on that topic on my head, i put these aside into `ROADMAP.md`.

design

currently, build file contains the `sdist` directive `only-include = ['_delb', 'delb', 'CITATION.cff']`.

good first issue

`lxml.etree.tostring` with `pretty_print=True` has [this caveat](https://lxml.de/FAQ.html#why-doesn-t-the-pretty-print-option-reformat-my-xml-output): > If lxml cannot distinguish between whitespace and data, it will not alter your data. Whitespace is therefore only added between nodes that do...

design

[here](https://github.com/03b8/snakesist/pull/18#pullrequestreview-423514789) i raised the concern that document loaders may employ indistinguishable notations for sources. @03b8 pointed out that one would hence need to control a preference of loaders. here are...

design

before i dump an attempt to validate declared namespaces as IRIs (RFC 3987) in #68, i want to leave some notes about the problem. - lxml doesn't seem to validate...

design