Name: | python3-toml |
Version: | 0.10.0 |
Release: | 3.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 86880 |
License: | MIT |
RPM: |
python3-toml-0.10.0-3.el8.noarch.rpm
|
Source RPM: |
python-toml-0.10.0-3.el8.src.rpm
|
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |