Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code.json to include both dev and official versions #165

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 45 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,52 @@
"name": "dataretrieval",
"organization": "U.S. Geological Survey",
"description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.",
"version": "v1.0.2",
"version": "master",
"status": "Development",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/master/LICENSE.md"
}
]
},

"homepageURL": "https://code.usgs.gov/water/dataretrieval-python",
"downloadURL": "https://code.usgs.gov/water/dataretrieval-python/-/archive/master/dataretrieval-python-master.zip",
"disclaimerURL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/dataretrieval-python.git",
"vcs": "git",

"laborHours": 0,

"tags": [
"Python",
"USGS"
],

"languages": [
"Python"
],

"contact": {
"name": "Timothy 0. Hodson",
"email": "[email protected]"
},

"date": {
"metadataLastUpdated": "2024-09-17"
}
},
{
"name": "dataretrieval",
"organization": "U.S. Geological Survey",
"description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.",
"version": "v1.0.2",
"status": "Production",

"permissions": {
"usageType": "openSource",
"licenses": [
Expand Down Expand Up @@ -39,7 +82,7 @@
},

"date": {
"metadataLastUpdated": "2022-02-13"
"metadataLastUpdated": "2024-08-30"
}
}
]
Loading