audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Switch project to use pyproject.toml #83

Closed hagenw closed 1 year ago

hagenw commented 1 year ago

This modernizes the Python infrastructure of the project:

In addition, it exposes a few more methods to the documentation:

image

codecov[bot] commented 1 year ago

Codecov Report

Merging #83 (d948e47) into main (b97cc13) will not change coverage. The diff coverage is 100.0%.

Impacted Files Coverage Δ
audobject/core/config.py 100.0% <ø> (ø)
audobject/core/dictionary.py 100.0% <ø> (ø)
audobject/core/resolver.py 100.0% <ø> (ø)
audobject/core/utils.py 100.0% <ø> (ø)
audobject/__init__.py 100.0% <100.0%> (ø)
audobject/core/api.py 100.0% <100.0%> (ø)
audobject/core/object.py 100.0% <100.0%> (ø)
audobject/core/parameter.py 100.0% <100.0%> (ø)
audobject/core/testing.py 100.0% <100.0%> (ø)
audobject/resolver/__init__.py 100.0% <100.0%> (ø)
... and 1 more