-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update code.json to include both dev and official versions
- Loading branch information
Showing
1 changed file
with
45 additions
and
2 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 |
---|---|---|
|
@@ -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": [ | ||
|
@@ -39,7 +82,7 @@ | |
}, | ||
|
||
"date": { | ||
"metadataLastUpdated": "2022-02-13" | ||
"metadataLastUpdated": "2024-08-30" | ||
} | ||
} | ||
] |