-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from hydroshare/horsburgh-patch-1
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |