Metadata-Version: 2.1
Name: yayaml
Version: 0.2.3
Summary: yayaml makes yaml nicer. yay!
Home-page: https://gitlab.com/blsqr/yayaml
Author: Yunus Sevinchan
Author-email: Yunus Sevinchan <yunussevinchan@gmail.com>
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: ruamel.yaml
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: sphinx>=5.3; extra == "dev"
Requires-Dist: sphinx-book-theme; extra == "dev"
Requires-Dist: sphinx-togglebutton; extra == "dev"
Requires-Dist: ipython>=7.0; extra == "dev"
Requires-Dist: myst-parser[linkify]; extra == "dev"
Provides-Extra: doc
Requires-Dist: sphinx>=5.3; extra == "doc"
Requires-Dist: sphinx-book-theme; extra == "doc"
Requires-Dist: sphinx-togglebutton; extra == "doc"
Requires-Dist: ipython>=7.0; extra == "doc"
Requires-Dist: myst-parser[linkify]; extra == "doc"
Requires-Dist: pytest; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pre-commit; extra == "test"


The `yayaml` package provides extensions to `ruamel.yaml` that allow creating
some often-needed Python objects directly via YAML tags and making it easier
to represent custom objects when writing YAML files.

`yayaml` is used in the following projects to read and write YAML files,
including custom constructors and representers:

* `paramspace <https://gitlab.com/blsqr/paramspace>`_: for config-file-based
  grid search with deeply nested dicts
* `dantro <https://gitlab.com/utopia-project/dantro>`_: for loading, processing
  and visualizing high-dimensional simulation output
* `utopya <https://gitlab.com/utopia-project/utopya>`_: a versatile simulation
  framework
