Name: | python36-toml |
---|---|
Version: | 0.9.4 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 83797 |
License: | MIT |
RPM: | python36-toml-0.9.4-4.el7.noarch.rpm |
Source RPM: | python-toml-0.9.4-4.el7.src.rpm |
Build Date: | Tue Mar 10 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/toml |
Summary: | Python Library for Tom's Obvious, Minimal Language |
Description: | TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. This package loads toml file into python dictionary and dump dictionary into toml file. |