gcamreader


Namegcamreader JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/JGCRI/gcamreader
SummaryTools for importing GCAM output data
upload_time2023-08-31 21:26:03
maintainer
docs_urlNone
authorRobert Link
requires_python>=3.9
licenseBSD 2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JGCRI/gcamreader",
    "name": "gcamreader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Robert Link",
    "author_email": "robert.link@pnnl.gov",
    "download_url": "https://files.pythonhosted.org/packages/12/11/174844bc2e18ee787e83b9909013fb62fa1cd28b40465db3026b088a8eeb/gcamreader-1.4.0.tar.gz",
    "platform": null,
    "description": "[![build](https://github.com/JGCRI/gcamreader/actions/workflows/build.yml/badge.svg)](https://github.com/JGCRI/gcamreader/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/JGCRI/gcamreader/branch/master/graph/badge.svg?token=Az2MWAQbwj)](https://codecov.io/gh/JGCRI/gcamreader)\n[![DOI](https://zenodo.org/badge/100425913.svg)](https://zenodo.org/badge/latestdoi/100425913)\n\n# gcamreader: A python package for importing GCAM data\n\n#### `gcamreader` provides functions for reading data from output databases produced by [GCAM](https://github.com/JGCRI/gcam-core) \n\n### Purpose\n\n`gcamreader` was created to:\n\n- Use XML queries to extract data into a Pandas DataFrame from a GCAM XML database\n\n- Integrate GCAM with other Python packages\n\n### Install `gcamreader`\n\n```bash\npip install gcamreader\n```\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause",
    "summary": "Tools for importing GCAM output data",
    "version": "1.4.0",
    "project_urls": {
        "Homepage": "https://github.com/JGCRI/gcamreader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1211174844bc2e18ee787e83b9909013fb62fa1cd28b40465db3026b088a8eeb",
                "md5": "6c9c50e376f768c3de451a643906c775",
                "sha256": "730c9add23ff6397e3f7504e05c1262cf0567dc65bd955aa0b28775a56c8bcb1"
            },
            "downloads": -1,
            "filename": "gcamreader-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c9c50e376f768c3de451a643906c775",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13334880,
            "upload_time": "2023-08-31T21:26:03",
            "upload_time_iso_8601": "2023-08-31T21:26:03.766914Z",
            "url": "https://files.pythonhosted.org/packages/12/11/174844bc2e18ee787e83b9909013fb62fa1cd28b40465db3026b088a8eeb/gcamreader-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 21:26:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JGCRI",
    "github_project": "gcamreader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "gcamreader"
}
        
Elapsed time: 0.18209s