Metadata-Version: 2.1
Name: xcompare
Version: 2.0.0
Summary: Collection of comparison operations for xarray-based objects
Author-email: John Krasting <john.krasting@noaa.gov>
License: Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105).
        The United States/Department of Commerce reserve all rights to seek and obtain copyright protection in countries
        otherthan the United States for Software authored in its entirety by the Department of Commerce. To this end, the
        Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create 
        derivative works of the Software outside of the United States.”
        
Project-URL: homepage, https://github.com/jkrasting/xcompare
Project-URL: documentation, https://xcompare.readthedocs.io
Project-URL: repository, https://github.com/jkrasting/xcompare
Keywords: xarray,xesmf,gfdl,compare
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata <5.0.0
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: xesmf
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# xcompare - A collection of comparison operations for xarray-based objects
**xcompare** provides Python-based tools for climate model and gridded
observational dataset comparisons.
