| Name: | python3-toml |
|---|---|
| Version: | 0.10.2 |
| Release: | 6.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 101697 |
| License: | MIT |
| RPM: | python3-toml-0.10.2-6.el9.noarch.rpm |
| Source RPM: | python-toml-0.10.2-6.el9.src.rpm |
| Build Date: | Sat May 07 2022 |
| Build Host: | build-ol9-x86_64.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. |