IABSD.fr/ports/textproc/py-ini2toml/pkg

Branch :


Log

Author Commit Date CI Message
c2008dbb 2025-04-29 10:40:12 sync PLISTs for setuptools ports
91f70f30 2024-12-21 11:39:00 handle py3.12 switchover in textproc
d5b28836 2023-03-31 09:55:10 update to py3-ini2toml-0.12
a237f4c4 2022-08-18 02:09:49 import ports/textproc/py-ini2toml, ok kmos@ The original purpose of this project is to help migrating setup.cfg files to PEP 621, but by extension it can also be used to convert any compatible .ini/.cfg file to TOML. Please notice, the provided .ini/.cfg files should follow the same syntax supported by Python's ConfigParser library (here referred to as INI syntax) and more specifically abide by ConfigUpdater restrictions (e.g., no interpolation or repeated fields).