Metadata-Version: 2.4
Name: amapy-server
Version: 1.1.0.dev4
Summary: The server-side component of the ama project.
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: amapy-pluggy==1.1.*
Requires-Dist: amapy-plugin-gcs==1.1.*
Requires-Dist: amapy-plugin-s3==1.1.*
Requires-Dist: amapy-utils==1.1.*
Requires-Dist: elasticsearch==8.17.*
Requires-Dist: google-auth-oauthlib==1.2.*
Requires-Dist: peewee==3.17.*
Requires-Dist: psycopg2==2.9.*
Requires-Dist: sentence-transformers==3.4.*
Requires-Dist: wtf-peewee==3.0.*
Requires-Dist: Flask==3.0.3
Requires-Dist: Flask-Admin==2.0.*
Requires-Dist: flask-cors==4.0.*
Requires-Dist: Flask-Dance==7.1.*
Requires-Dist: Flask-Login==0.6.*
Requires-Dist: gunicorn==23.0.*

# amapy-server

The server-side component of the ama system that provides
backend services for managing digital assets. It functions as a
centralized server that handles asset storage, retrieval, and
management across different storage backends.

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

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

```sh
pip install amapy-server
```

## Usage

### Command Line Interface

```sh
ama-server --help
```

## Supported Python Versions

Python == 3.10

## License

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