-
Notifications
You must be signed in to change notification settings - Fork 14
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 #41 from usgs/delete_cloud_files
Delete cloud files (and all pulled in changes)
- Loading branch information
Showing
12 changed files
with
754 additions
and
75 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,16 @@ | ||
## U.S. Geological Survey Disclaimers | ||
|
||
*Provisional software*: This software is preliminary or provisional and is | ||
subject to revision. It is being provided to meet the need for timely best | ||
science. The software has not received final approval by the U.S. Geological | ||
Survey (USGS). No warranty, expressed or implied, is made by the USGS or the | ||
U.S. Government as to the functionality of the software and related material nor | ||
shall the fact of release constitute any such warranty. The software is provided | ||
on the condition that neither the USGS nor the U.S. Government shall be held | ||
liable for any damages resulting from the authorized or unauthorized use of the | ||
software. | ||
|
||
|
||
*Nonendorsement of commercial products and services*: Any use of trade, firm, or | ||
product names is for descriptive purposes only and does not imply endorsement by | ||
the U.S. Government. |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
#For maintainers to publish to PyPi | ||
dist: | ||
python3 setup.py sdist bdist_wheel | ||
|
||
publish: dist | ||
twine upload --cert /Users/jllong/certificates/DOIRootCA2.crt dist/* | ||
twine upload --cert (PATH_TO_CERT)/DOIRootCA2.crt dist/* | ||
|
||
clean: | ||
rm -rf dist |
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
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,51 @@ | ||
[ | ||
{ | ||
"name": "sciencebasepy: A Python library for programmatic interaction with the USGS ScienceBase platform", | ||
"organization": "U.S. Geological Survey", | ||
"description": "This Python module provides functionality for interacting with ScienceBase. It requires the 'requests' module to be installed, which can be found at http://docs.python-requests.org/en/latest/. If you get security errors also install requests[security]. As of version 2.0.0, Python 2.x is no longer supported.", | ||
"version": "v2.0.10", | ||
"status": "Production", | ||
|
||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, Creative Commons Attribution 4.0 International (CC BY 4.0)", | ||
"URL": "https://code.usgs.gov/sas/sdm/sciencebasepy/-/blob/master/LICENSE.md" | ||
} | ||
] | ||
}, | ||
|
||
"homepageURL": "https://code.usgs.gov/sas/sdm/sciencebasepy", | ||
"downloadURL": "https://code.usgs.gov/sas/sdm/sciencebasepy/-/archive/master/sciencebasepy-master.zip", | ||
"disclaimerURL": "https://code.usgs.gov/sas/sdm/sciencebasepy/-/blob/master/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/sas/sdm/sciencebasepy.git", | ||
"vcs": "git", | ||
|
||
"laborHours": 350, | ||
|
||
"tags": [ | ||
"ScienceBase", | ||
"Python", | ||
"USGS", | ||
"U.S. Geological Survey", | ||
"Data Access", | ||
"API", | ||
"JSON" | ||
], | ||
|
||
"languages": [ | ||
"Python", | ||
"JSON" | ||
], | ||
|
||
"contact": { | ||
"name": "USGS ScienceBase Team", | ||
"email": "sciencebase@usgs.gov" | ||
}, | ||
|
||
"date": { | ||
"metadataLastUpdated": "2023-01-10" | ||
} | ||
} | ||
] |
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
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
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
Oops, something went wrong.