Metadata-Version: 2.1
Name: oais-utils
Version: 0.0.2
Summary: OAIS utilities
Home-page: https://gitlab.cern.ch/digitalmemory/utils
Author: Antonio Vivace
Author-email: antonio.vivace@cern.ch
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# oais-utilities

[![PyPI version](https://badge.fury.io/py/oais-utils.svg)](https://pypi.org/project/oais-utils/)

OAIS wide utilities

## Install

Install from PyPi

```bash
pip install oais-utils
```

For development, you can clone this repository and then install it with the `-e` flag:

```bash
# Clone the repository
git clone https://gitlab.cern.ch/digitalmemory/oais-utils
cd oais-utils
pip install -e .
```

## Features

- Validate AIP

## Use

```python
from oais_utils import validate
validate("../bagit-create/bagitexport::cds::2751237")
```


