Metadata-Version: 2.1
Name: crec_annotator
Version: 24.11.6.0
Summary: A tool to annotate and view congressional record text files.
Home-page: https://github.com/YZhang-Jeremy/crec_annotator/
Author: Yichi Zhang
Author-email: yichizhang2002@gmail.com
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# CREC Annotator

CREC Annotator is a Python tool for annotating and viewing congressional record text files. 
This is a part of the computational legislature research project at Emory University.


## Features

- Annotate Roll Call Votes in congressional record text files with tags.
- View annotated files in a structured format.
- Validate tags before saving.

## Installation

You can install `crec_annotator` using `pip`:

```bash
pip install crec_annotator
