{"library":"toml","type":"library","category":null,"description":"A Python library for parsing and creating TOML (Tom's Obvious, Minimal Language) files. Current version: 0.10.2. Maintained with regular updates.","language":"python","status":"active","version":"0.10.2","tags":["TOML","configuration","parsing","Python"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install toml","imports":["import toml\nparsed_toml = toml.loads(toml_string)","import toml\nnew_toml_string = toml.dumps(parsed_toml)","import toml\nwith open('new_toml_file.toml', 'w') as f:\n    toml.dump(parsed_toml, f)"]}],"homepage":null,"github":"https://github.com/uiri/toml","docs":null,"changelog":null,"pypi":"https://pypi.org/project/toml/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/toml/compatibility"}}