Metadata-Version: 2.1
Name: amapy-utils
Version: 1.1.0
Summary: A utility package that provides common functionality shared across the ama ecosystem.
Author-email: Swarup Mahanti <swarup.mahanti@roche.com>
Maintainer-email: Swarup Mahanti <swarup.mahanti@roche.com>
License: Copyright (c) 2024 Roche Diagnostics Computation Science & Informatics
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: aiofiles ==24.1.*
Requires-Dist: colorama ==0.4.*
Requires-Dist: crcmod ==1.*
Requires-Dist: psutil ==5.9.*
Requires-Dist: pyopenssl ==24.0.*
Requires-Dist: pypager ==3.0.1
Requires-Dist: pytz ==2024.2
Requires-Dist: pyyaml ==6.0.*
Requires-Dist: requests ==2.32.*
Requires-Dist: ruamel.yaml ==0.18.*
Requires-Dist: speedtest-cli ==2.1.*
Requires-Dist: tabulate ==0.9.*
Requires-Dist: tqdm ==4.66.*

# amapy-utils

A utility package that provides common functionality shared across the
ama ecosystem. It serves as a foundation library offering various
helper functions and tools needed by other components in the system.

## 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-utils/)

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

```sh
pip install amapy-utils
```

## Supported Python Versions

Python == 3.10

## License

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