Name: | python3-poyo |
---|---|
Version: | 0.4.1 |
Release: | 11.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 50208 |
License: | MIT |
RPM: | python3-poyo-0.4.1-11.el8.noarch.rpm |
Source RPM: | python-poyo-0.4.1-11.el8.src.rpm |
Build Date: | Wed Sep 16 2020 |
Build Host: | jenkins-172-17-0-2-efebfc95-f659-467f-8a39-4781a0b533f1.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/hackebrot/poyo |
Summary: | A lightweight YAML Parser for Python |
Description: | A lightweight YAML Parser for Python Please note that Poyo supports only a chosen subset of the YAML format. It can only read but not write and is not compatible with JSON. Poyo does not allow deserialization of arbitrary Python objects. Supported types are str, bool, int, float, NoneType as well as dict and list values. Please see the examples below to get an idea of what Poyo understands. |