Metadata-Version: 2.1
Name: geoarchive
Version: 0.1.4
Summary: Utilities for the USGS GeoArchive
Home-page: https://github.com/skybristol/geoarchive
License: Unlicense
Author: Sky Bristol
Author-email: sbristol@usgs.gov
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Requires-Dist: pycountry (>=22.1.10,<23.0.0)
Requires-Dist: pyzotero (>=1.5.1,<2.0.0)
Project-URL: Repository, https://github.com/skybristol/geoarchive
Description-Content-Type: text/markdown

# GeoArchive

The GeoArchive is a loosely coupled architecture of interoperating diverse repositories containing important geoscientific data, information, and knowledge content. Through a software layer, the GeoArchive coordinates actions across these repositories to ensure their near and long-term viability as scientific assets. This Python package is one element of the software layer.

## Documentation

[GitHub Pages](https://skybristol.github.io/geoarchive/)

## Installing

```bash
pip install geoarchive
```
