albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
38 stars 4 forks source link

Get rid of the nb_toml_handler with a dedicated library #5

Closed albilu closed 1 month ago

albilu commented 1 year ago

Description Right now this library is used mainly to parse TOML files But due to this issue https://github.com/TheElectronWill/night-config/issues/123 there is another custom writer base on builtin python tomlkit wich respect TOML format

Goal of this issue is to track the fix of the external issue and make updates accordingly