Metadata-Version: 2.4
Name: ami-helper
Version: 1.0.0b20
Summary: Commansd to help with MCP and data access with AMI in ATLAS
Project-URL: Documentation, https://github.com/Gordon Watts/ami-helper#readme
Project-URL: Issues, https://github.com/Gordon Watts/ami-helper/issues
Project-URL: Source, https://github.com/Gordon Watts/ami-helper
Author-email: Gordon Watts <gwatts@uw.edu>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3.12,>=3.8
Requires-Dist: diskcache>=5.6.0
Requires-Dist: pyami-core
Requires-Dist: pypika>0.48.8
Requires-Dist: rich>=13.0.0
Requires-Dist: rucio
Requires-Dist: typer>=0.9.0
Provides-Extra: test
Requires-Dist: pytest-mock>=3.10.0; extra == 'test'
Requires-Dist: pytest>=7.0.0; extra == 'test'
Description-Content-Type: text/markdown

# ami-helper

[![PyPI - Version](https://img.shields.io/pypi/v/ami-helper.svg)](https://pypi.org/project/ami-helper)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ami-helper.svg)](https://pypi.org/project/ami-helper)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install ami-helper
```

## Usage

1. Use an `atlas_al9` image.
1. Make sure that there is a valid x509 cert in the standard place. This will need it to access AMI and rucio.
  - You can usually do this using `lsetup rucio` and then `voms-proxy-init -voms atlas` in any window.

At this point `ami-helper` commands should work. Long-term this is a bit unstable - the environment variables that are set here could change with future implementations (e.g. tokens, etc.)

## License

`ami-helper` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
