blob: 7e556bfa01e2db10b4363e39f0e7608de7fe1655 (
plain)
1
2
3
4
5
|
Tomli-W is a Python library for writing TOML. It is a write-only counterpart to
Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML
v1.0.0.
WWW: https://github.com/hukkin/tomli-w
|