Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
|travis|_ |coveralls|_ |pypi|_ |womm|_
.. |travis| image:: https://img.shields.io/travis/wimglenn/oyaml.svg?branch=master .. _travis: https://travis-ci.org/wimglenn/oyaml
.. |coveralls| image:: https://img.shields.io/coveralls/wimglenn/oyaml.svg .. _coveralls: https://coveralls.io/github/wimglenn/oyaml?branch=master
.. |pypi| image:: https://img.shields.io/pypi/v/oyaml.svg .. _pypi: https://pypi.org/project/oyaml
.. |womm| image:: https://cdn.rawgit.com/nikku/works-on-my-machine/v0.2.0/badge.svg .. _womm: https://github.com/nikku/works-on-my-machine
oyaml is a drop-in replacement for PyYAML <http://pyyaml.org/wiki/PyYAML>
_ which preserves dict ordering. Both Python 2 and Python 3 are supported. Just pip install oyaml
, and import as shown below:
.. code-block:: python
import oyaml as yaml
You'll no longer be annoyed by screwed-up mappings when dumping/loading.
FAQs
Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering
We found that oyaml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.