cdasws 1.8.14__tar.gz → 1.8.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cdasws-1.8.14 → cdasws-1.8.15}/PKG-INFO +2 -2
- {cdasws-1.8.14 → cdasws-1.8.15}/README.md +1 -1
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/__init__.py +1 -1
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws.egg-info/PKG-INFO +2 -2
- {cdasws-1.8.14 → cdasws-1.8.15}/setup.py +1 -1
- {cdasws-1.8.14 → cdasws-1.8.15}/LICENSE +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/__main__.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/cdasws.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/datarepresentation.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/datarequest.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/doi.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws/timeinterval.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws.egg-info/SOURCES.txt +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws.egg-info/dependency_links.txt +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws.egg-info/requires.txt +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/cdasws.egg-info/top_level.txt +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/setup.cfg +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/tests/test_cdasws.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/tests/test_datarequest.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/tests/test_doi.py +0 -0
- {cdasws-1.8.14 → cdasws-1.8.15}/tests/test_timeinterval.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.15
|
|
4
4
|
Summary: NASA's Coordinated Data Analysis System Web Service Client Library
|
|
5
5
|
Home-page: https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
6
6
|
Author: Bernie Harris
|
|
@@ -59,7 +59,7 @@ and can return data from any of
|
|
|
59
59
|
with all source and
|
|
60
60
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
61
61
|
Note that this package is included in the
|
|
62
|
-
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
62
|
+
<a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
63
63
|
base image, so there is no need to install it there.
|
|
64
64
|
Frequently asked questions concerning this library are at
|
|
65
65
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
@@ -14,7 +14,7 @@ and can return data from any of
|
|
|
14
14
|
with all source and
|
|
15
15
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
16
16
|
Note that this package is included in the
|
|
17
|
-
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
17
|
+
<a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
18
18
|
base image, so there is no need to install it there.
|
|
19
19
|
Frequently asked questions concerning this library are at
|
|
20
20
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.15
|
|
4
4
|
Summary: NASA's Coordinated Data Analysis System Web Service Client Library
|
|
5
5
|
Home-page: https://cdaweb.gsfc.nasa.gov/WebServices/REST
|
|
6
6
|
Author: Bernie Harris
|
|
@@ -59,7 +59,7 @@ and can return data from any of
|
|
|
59
59
|
with all source and
|
|
60
60
|
[ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
|
|
61
61
|
Note that this package is included in the
|
|
62
|
-
<a href="https://heliocloud.org"><img src="/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
62
|
+
<a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
|
|
63
63
|
base image, so there is no need to install it there.
|
|
64
64
|
Frequently asked questions concerning this library are at
|
|
65
65
|
[FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
|
|
@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
|
|
10
10
|
# This call to setup() does all the work
|
|
11
11
|
setup(
|
|
12
12
|
name="cdasws",
|
|
13
|
-
version="1.8.
|
|
13
|
+
version="1.8.15",
|
|
14
14
|
description="NASA's Coordinated Data Analysis System Web Service Client Library",
|
|
15
15
|
long_description=README,
|
|
16
16
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|