|
3 | 3 | "name": "dataretrieval", |
4 | 4 | "organization": "U.S. Geological Survey", |
5 | 5 | "description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.", |
6 | | - "version": "v1.0.2", |
| 6 | + "version": "main", |
7 | 7 | "status": "Development", |
8 | 8 |
|
| 9 | + "permissions": { |
| 10 | + "usageType": "openSource", |
| 11 | + "licenses": [ |
| 12 | + { |
| 13 | + "name": "Public Domain, CC0-1.0", |
| 14 | + "URL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/main/LICENSE.md" |
| 15 | + } |
| 16 | + ] |
| 17 | + }, |
| 18 | + |
| 19 | + "homepageURL": "https://code.usgs.gov/water/dataretrieval-python", |
| 20 | + "downloadURL": "https://code.usgs.gov/water/dataretrieval-python/-/archive/main/dataretrieval-python-main.zip", |
| 21 | + "disclaimerURL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/main/DISCLAIMER.md", |
| 22 | + "repositoryURL": "https://code.usgs.gov/water/dataretrieval-python.git", |
| 23 | + "vcs": "git", |
| 24 | + |
| 25 | + "laborHours": 0, |
| 26 | + |
| 27 | + "tags": [ |
| 28 | + "Python", |
| 29 | + "USGS" |
| 30 | + ], |
| 31 | + |
| 32 | + "languages": [ |
| 33 | + "Python" |
| 34 | + ], |
| 35 | + |
| 36 | + "contact": { |
| 37 | + "name": "Timothy 0. Hodson", |
| 38 | + |
| 39 | + }, |
| 40 | + |
| 41 | + "date": { |
| 42 | + "metadataLastUpdated": "2024-09-17" |
| 43 | + } |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "dataretrieval", |
| 47 | + "organization": "U.S. Geological Survey", |
| 48 | + "description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.", |
| 49 | + "version": "v1.0.2", |
| 50 | + "status": "Production", |
| 51 | + |
9 | 52 | "permissions": { |
10 | 53 | "usageType": "openSource", |
11 | 54 | "licenses": [ |
|
39 | 82 | }, |
40 | 83 |
|
41 | 84 | "date": { |
42 | | - "metadataLastUpdated": "2022-02-13" |
| 85 | + "metadataLastUpdated": "2024-08-30" |
43 | 86 | } |
44 | 87 | } |
45 | 88 | ] |
0 commit comments