https://github.com/audeering/audobject
Generic Python interface for serializing objects to YAML
https://github.com/audeering/audobject
serialization yaml
Last synced: about 1 year ago
JSON representation
Generic Python interface for serializing objects to YAML
- Host: GitHub
- URL: https://github.com/audeering/audobject
- Owner: audeering
- License: other
- Created: 2021-03-24T13:09:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T08:09:57.000Z (about 1 year ago)
- Last Synced: 2025-06-05T08:39:27.284Z (about 1 year ago)
- Topics: serialization, yaml
- Language: Python
- Homepage: https://audeering.github.io/audobject/
- Size: 13.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
audobject
=========
|tests| |coverage| |docs| |python-versions| |license|
Generic interface for serializing objects to yaml_.
Have a look at the installation_ and usage_ instructions.
.. _yaml: https://yaml.org/
.. _installation: https://audeering.github.io/audobject/install.html
.. _usage: https://audeering.github.io/audobject/usage.html
.. badges images and links:
.. |tests| image:: https://github.com/audeering/audobject/workflows/Test/badge.svg
:target: https://github.com/audeering/audobject/actions?query=workflow%3ATest
:alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audobject/branch/main/graph/badge.svg?token=7S4Y766FC7
:target: https://codecov.io/gh/audeering/audobject/
:alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audobject?label=docs
:target: https://audeering.github.io/audobject/
:alt: audobject's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/audeering/audobject/blob/main/LICENSE
:alt: audobject's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audobject.svg
:target: https://pypi.org/project/audobject/
:alt: audobjects's supported Python versions