Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-strictyaml | Distribution: Fedora Project |
Version: 1.3.2 | Vendor: Fedora Project |
Release: 2.el8 | Build date: Fri Oct 15 16:46:53 2021 |
Group: Unspecified | Build host: buildvm-x86-21.iad2.fedoraproject.org |
Size: 235879 | Source RPM: python-strictyaml-1.3.2-2.el8.src.rpm |
Packager: Fedora Project | |
Url: http://hitchdev.com/strictyaml | |
Summary: Parses and validates a restricted subset of YAML |
StrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification. Priorities: • Beautiful API • Refusing to parse the ugly, hard to read and insecure features of YAML like the Norway problem. • Strict validation of markup and straightforward type casting. • Clear, readable exceptions with code snippets and line numbers. • Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo. • Ability to read in YAML, make changes and write it out again with comments preserved. • Not speed, currently.
MIT
* Fri Oct 15 2021 Benjamin A. Beasley <[email protected]> - 1.3.2-2 - Fix strictyaml.__version__ * Tue Jan 19 2021 Benjamin A. Beasley <[email protected]> - 1.3.2-1 - Update to 1.3.2 * Tue Jan 12 2021 Benjamin A. Beasley <[email protected]> - 1.3.1-1 - Update to 1.3.1 * Sun Jan 10 2021 Benjamin A. Beasley <[email protected]> - 1.3.0-1 - Update to 1.3.0 * Sat Jan 02 2021 Benjamin A. Beasley <[email protected]> - 1.2.0-1 - Update to version 1.2.0 * Sat Dec 12 2020 Benjamin A. Beasley <[email protected]> - 1.1.0-3 - Drop Python 2 subpackage, as it was not installable on EPEL8 due to outdated dependencies * Thu Nov 26 2020 Benjamin A. Beasley <[email protected]> - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file * Tue Nov 24 2020 Benjamin A. Beasley <[email protected]> - 1.1.0-1 - Initial package
/usr/lib/python3.6/site-packages/strictyaml /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/strictyaml-1.3.2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/strictyaml/__init__.py /usr/lib/python3.6/site-packages/strictyaml/__pycache__ /usr/lib/python3.6/site-packages/strictyaml/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/any_validator.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/any_validator.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/compound.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/compound.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/constants.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/constants.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/dumper.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/dumper.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/parser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/parser.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/representation.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/representation.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/scalar.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/scalar.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/validators.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/validators.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/yamllocation.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/yamllocation.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/yamlpointer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/strictyaml/__pycache__/yamlpointer.cpython-36.pyc /usr/lib/python3.6/site-packages/strictyaml/any_validator.py /usr/lib/python3.6/site-packages/strictyaml/compound.py /usr/lib/python3.6/site-packages/strictyaml/constants.py /usr/lib/python3.6/site-packages/strictyaml/dumper.py /usr/lib/python3.6/site-packages/strictyaml/exceptions.py /usr/lib/python3.6/site-packages/strictyaml/parser.py /usr/lib/python3.6/site-packages/strictyaml/representation.py /usr/lib/python3.6/site-packages/strictyaml/scalar.py /usr/lib/python3.6/site-packages/strictyaml/utils.py /usr/lib/python3.6/site-packages/strictyaml/validators.py /usr/lib/python3.6/site-packages/strictyaml/yamllocation.py /usr/lib/python3.6/site-packages/strictyaml/yamlpointer.py /usr/share/doc/python3-strictyaml /usr/share/doc/python3-strictyaml/CHANGELOG.md /usr/share/doc/python3-strictyaml/README.md /usr/share/licenses/python3-strictyaml /usr/share/licenses/python3-strictyaml/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 08:01:16 2024