cdasws 1.7.46__tar.gz → 1.7.47__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.7.46 → cdasws-1.7.47}/PKG-INFO +2 -2
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws/__init__.py +1 -1
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws.egg-info/PKG-INFO +2 -2
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws.egg-info/requires.txt +2 -1
- {cdasws-1.7.46 → cdasws-1.7.47}/setup.py +4 -4
- {cdasws-1.7.46 → cdasws-1.7.47}/README.md +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws/__main__.py +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws/datarepresentation.py +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws/datarequest.py +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws/timeinterval.py +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws.egg-info/SOURCES.txt +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws.egg-info/dependency_links.txt +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/cdasws.egg-info/top_level.txt +0 -0
- {cdasws-1.7.46 → cdasws-1.7.47}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.47
|
|
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
|
|
@@ -125,5 +125,5 @@ Classifier: Programming Language :: Python
|
|
|
125
125
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
126
126
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
127
127
|
Description-Content-Type: text/markdown
|
|
128
|
-
Provides-Extra: spdm
|
|
129
128
|
Provides-Extra: xarray
|
|
129
|
+
Provides-Extra: spdm
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdasws
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.47
|
|
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
|
|
@@ -125,5 +125,5 @@ Classifier: Programming Language :: Python
|
|
|
125
125
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
126
126
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
127
127
|
Description-Content-Type: text/markdown
|
|
128
|
-
Provides-Extra: spdm
|
|
129
128
|
Provides-Extra: xarray
|
|
129
|
+
Provides-Extra: spdm
|
|
@@ -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.7.
|
|
13
|
+
version="1.7.47",
|
|
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",
|
|
@@ -22,10 +22,10 @@ setup(
|
|
|
22
22
|
# packages=find_packages(exclude=["tests"]),
|
|
23
23
|
# packages=find_packages(),
|
|
24
24
|
include_package_data=True,
|
|
25
|
-
# install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "spacepy>=0.
|
|
26
|
-
install_requires=["python-dateutil>=2.8.0", "requests>=2.20"],
|
|
25
|
+
# install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "urllib3>=1.24.1", "spacepy>=0.5.0"],
|
|
26
|
+
install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "urllib3>=1.24.1"],
|
|
27
27
|
extras_require={
|
|
28
|
-
'spdm': ["spacepy>=0.
|
|
28
|
+
'spdm': ["spacepy>=0.5.0"],
|
|
29
29
|
'xarray': ["cdflib>=0.4.4"],
|
|
30
30
|
},
|
|
31
31
|
keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "spdf", "cdaweb"],
|
|
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
|