Metadata-Version: 2.4
Name: amapy-db
Version: 1.1.0
Summary: The Database plugin for ama project.
License: Copyright (c) 2024 Roche Diagnostics Computation Science & Informatics
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: amapy-pluggy==1.1.*
Requires-Dist: amapy-utils==1.1.*

# amapy-db

The Database plugin for ama project. It provides functionalities
to manage and store metadata related to digital assets, such as storing
MD5 hashes of asset files and managing these records efficiently.

## Installation

The source code is currently hosted on GitHub at:
https://github.com/Roche-CSI/ama

Binary installers for the latest released version are available at the
[Python Package Index (PyPI)](https://pypi.org/project/amapy-db/)

You can install using [pip](https://pip.pypa.io/en/stable/):

```sh
pip install amapy-db
```

## Supported Python Versions

Python == 3.10

## License

MIT License - see [LICENSE](https://github.com/Roche-CSI/ama/blob/main/LICENSE) for details.
