Metadata-Version: 2.1
Name: gcamreader
Version: 1.3.1
Summary: Tools for importing GCAM output data
Home-page: https://github.com/JGCRI/gcamreader
Author: Robert Link
Author-email: robert.link@pnnl.gov
License: BSD 2-Clause
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![build](https://github.com/JGCRI/gcamreader/actions/workflows/build.yml/badge.svg)](https://github.com/JGCRI/gcamreader/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/JGCRI/gcamreader/branch/master/graph/badge.svg?token=Az2MWAQbwj)](https://codecov.io/gh/JGCRI/gcamreader)
[![DOI](https://zenodo.org/badge/100425913.svg)](https://zenodo.org/badge/latestdoi/100425913)

# gcamreader: A python package for importing GCAM data

#### `gcamreader` provides functions for reading data from output databases produced by [GCAM](https://github.com/JGCRI/gcam-core) 

### Purpose

`gcamreader` was created to:

- Use XML queries to extract data into a Pandas DataFrame from a GCAM XML database

- Integrate GCAM with other Python packages

### Install `gcamreader`

```bash
pip install gcamreader
```
