Metadata-Version: 2.4
Name: audmodel
Version: 1.4.2
Summary: Publish and load models
Author-email: Johannes Wagner <jwagner@audeering.com>, Hagen Wierstorf <hwierstorf@audeering.com>
License-Expression: MIT
Project-URL: repository, https://gitlab.audeering.com/tools/audmodel
Project-URL: documentation, http://tools.pp.audeering.com/audmodel/
Keywords: machine learning,model,Artifactory
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: audbackend[all]>=2.2.3
Requires-Dist: filelock
Requires-Dist: oyaml
Dynamic: license-file

========
audmodel
========

|tests| |coverage| |docs| |python-versions| |license|

**audmodel** publishes and loads machine learning models.

Have a look at the installation_ and usage_ instructions.

.. _installation: https://audeering.github.io/audmodel/installation.html
.. _usage: https://audeering.github.io/audmodel/usage.html


.. badges images and links:
.. |tests| image:: https://github.com/audeering/audmodel/workflows/Test/badge.svg
    :target: https://github.com/audeering/audmodel/actions?query=workflow%3ATest
    :alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audmodel/branch/main/graph/badge.svg?token=drrULW8vEG
    :target: https://codecov.io/gh/audeering/audmodel/
    :alt: Code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audmodel?label=docs
    :target: https://audeering.github.io/audmodel/
    :alt: Documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
    :target: https://github.com/audeering/audmodel/blob/main/LICENSE
    :alt: MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audmodel.svg
    :target: https://pypi.org/project/audmodel/
    :alt: Supported Python versions
