Yamlloader

Latest version: v1.3.2

Safety actively analyzes 613682 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.2

Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7)

1.0.0

===========

First stable release.

Main change is that it returns always an `OrderedDict`, even for Python >= 3.7 for consistency (see also 17)

0.5.4

Changelog
---------
As of Python version 3.7, the insertion order in `dict` is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for `OrderedDicts`

0.5.2

Small release containing improved C version handling of PyYAML Loaders and Dumpers

Changelog:
- the C version *automatically* fall back to the non-C version in case the CLoaders and CDumpers from PyYAML could not be loaded. This behavior can be changed by setting ALLOW_C_VERSION_FALLBACK in yamlloader.settings to False. This will cause the code to fail if the C version is not available.

0.5.1

First stable release.

Changelog (compared to [yamlordereddictloader](https://github.com/fmenabe/python-yamlordereddictloader)):
- added C-versions for Loaders and Dumpers.
- stochastic and static unit testing with CI
- conda version
- dropped python 2.6 support
- internal cleanup

0.5.0

This is the beta release of the new yamlloader library.

Public testing.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.