Name: | python2-toml |
---|---|
Version: | 0.9.4 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 67500 |
License: | MIT |
RPM: | python2-toml-0.9.4-3.el7.noarch.rpm |
Source RPM: | python-toml-0.9.4-3.el7.src.rpm |
Build Date: | Wed Mar 14 2018 |
Build Host: | x86-ol6-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. |