Metadata-Version: 2.4
Name: clams-utils
Version: 251011
Summary: a collection of smaller helper/utility code of CLAMS platform
Author-email: Brandeis Lab for Linguistics and Computation <admin@clams.ai>
License-Expression: Apache-2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: lapps
Requires-Dist: mmif-python
Dynamic: license-file

# clams-utils

Repository that holds a collection of smaller helper/utility code of CLAMS platform.
Use PyPI release to install the package. 

``` bash 
pip install clams-utils
```

## Usage

Currently, this package provides utilities for speicific tasks related to the American Archive of Public Broadcasting (AAPB) project via `clams_utils.aapb` subpackage. All utilities are accessible via the command line interface (CLI) or can be imported as Python modules. See help messages for more details on included utilities.

``` bash
clams-aapb --help
```


