Metadata-Version: 2.4
Name: obspec-utils
Version: 0.4.1
Summary: Utilities for interacting with object storage, based on obspec
Project-URL: Documentation, https://obspec-utils.readthedocs.io
Project-URL: Issues, https://github.com/virtual-zarr/obspec-utils/issues
Project-URL: Source, https://github.com/virtual-zarr/obspec-utils
Author-email: Max Jones <14077947+maxrjones@users.noreply.github.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: obspec
Requires-Dist: obstore
Description-Content-Type: text/markdown

# Obspec Utils

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

-----

## Table of Contents

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

## Installation

```bash
python -m pip install obspec-utils
```

## Setup development environment

```console
git clone https://github.com/virtual-zarr/obspec-utils.git
cd obspec-utils
uv sync --all-groups
uv run --all-groups pytest --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src
```

## License

`obspec-utils` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
