Metadata-Version: 2.1
Name: audbackend
Version: 2.0.1
Summary: Backends to access Artifactory and local file system
Author-email: Johannes Wagner <jwagner@audeering.com>, Hagen Wierstorf <hwierstorf@audeering.com>
License: MIT License
        
        Copyright (c) 2021 audEERING GmbH and Contributors
        
        Authors:
            Johannes Wagner
            Hagen Wierstorf
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: repository, https://github.com/audeering/audbackend/
Project-URL: documentation, https://audeering.github.io/audbackend/
Keywords: artifactory,filesystem
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: audeer >=1.20.0
Requires-Dist: pywin32 ; sys_platform == "win32"
Provides-Extra: all
Requires-Dist: dohq-artifactory >=0.10.0 ; extra == 'all'
Provides-Extra: artifactory
Requires-Dist: dohq-artifactory >=0.10.0 ; extra == 'artifactory'

==========
audbackend
==========

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

**audbackend** provides interfaces_
for file storage on different backends_.

An interface enables user interactions
with a backend,
and influences how the data is structured,
e.g. `versioned`_
or `unversioned`_.
A backend is responsible
for managing
the requested data structure
in a repository
on a storage system,
such as a file system
or Artifactory_.

Have a look at the installation_ and usage_ instructions.

.. _Artifactory: https://jfrog.com/artifactory/
.. _backends: https://audeering.github.io/audbackend/api/audbackend.backend.html
.. _interfaces: https://audeering.github.io/audbackend/api/audbackend.interface.html
.. _installation: https://audeering.github.io/audbackend/install.html
.. _unversioned: https://audeering.github.io/audbackend/api/audbackend.interface.Unversioned.html
.. _usage: https://audeering.github.io/audbackend/usage.html
.. _versioned: https://audeering.github.io/audbackend/api/audbackend.interface.Versioned.html


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