Metadata-Version: 2.4
Name: clams-utils
Version: 250809
Summary: a collection of smaller helper/utility code of CLAMS platform
Author-email: Brandeis Lab for Linguistics and Computation <admin@clams.ai>
License: 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
At the moment, the package contains the following packages and modules:

* `clams_utils.aapb`: package that contains helper functions for AAPB data
    * `goldretriver`: downloader module for "gold" release data from [`aapb-annotation`](https://github.com/clamsproject/aapb-annotations) repository. 



