Metadata-Version: 2.4
Name: cmipld
Version: 0.0.6
Summary: A tool for managing CMIP Linked Data
Author: Daniel Ellis
Project-URL: Homepage, https://github.com/WCRP-CMIP/CMIP-LD
Project-URL: Issues, https://github.com/WCRP-CMIP/CMIP-LD/issues
Project-URL: Documentation, https://wiki.mipcvs.dev
Project-URL: Notebooks, https://colab.research.google.com/github/WCRP-CMIP/CMIP-LD/blob/main/notebooks/intro.ipynb
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pyld
Requires-Dist: jmespath
Requires-Dist: pydantic
Requires-Dist: p_tqdm
Requires-Dist: rich
Requires-Dist: tqdm

# CMIP-LD
CMIP Linked Data Utilities Library

<image style='width:400px;' src="https://wcrp-cmip.github.io/CMIP-LD/static/logo.jpg"/>




## Developing 
## installing using editable mode
`pip install -e .`
