diff --git a/README.md b/README.md new file mode 100644 index 0000000..037591c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# hsmodels + +hsmodels is a Python module that facilitates working with HydroShare resource and content type metadata in an object oriented way. This library uses [Pydantic](https://docs.pydantic.dev/latest/) to represent HydroShare resource and content type metadata as objects that can be manipulated in code. hsmodels enables parsing and validation of HydroShare's resource metadata to enable users of HydroShare's Python client to easily interact with and manipulate metadata for HydroShare resources and content within resources. + +## Funding and Acknowledgements + +This material is based upon work supported by the National Science Foundation (NSF) under awards [1931278](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1931278) and [1931297](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1931297). Any opinions, findings, conclusions, or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the NSF.