cdasws 1.7.45__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.45 → cdasws-1.7.47}/PKG-INFO +8 -8
- {cdasws-1.7.45 → cdasws-1.7.47}/README.md +7 -7
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws/__init__.py +1 -1
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws.egg-info/PKG-INFO +8 -8
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws.egg-info/requires.txt +2 -1
- {cdasws-1.7.45 → cdasws-1.7.47}/setup.py +4 -4
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws/__main__.py +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws/datarepresentation.py +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws/datarequest.py +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws/timeinterval.py +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws.egg-info/SOURCES.txt +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws.egg-info/dependency_links.txt +0 -0
- {cdasws-1.7.45 → cdasws-1.7.47}/cdasws.egg-info/top_level.txt +0 -0
- {cdasws-1.7.45 → 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
|
|
@@ -68,16 +68,16 @@ Description:
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
70
|
As noted in the dependencies above, if you intend to call the get_data
|
|
71
|
-
method, you must install
|
|
71
|
+
method, you must install **one** of the following options.
|
|
72
72
|
|
|
73
|
-
1. [SpacePy](https://spacepy.github.io/)
|
|
74
|
-
procedures at the SpacePy web sites).
|
|
75
|
-
2. [cdflib](https://pypi.org/project/cdflib/) and
|
|
76
|
-
[xarray](https://pypi.org/project/xarray/).
|
|
73
|
+
1. [SpacePy](https://spacepy.github.io/).
|
|
77
74
|
|
|
75
|
+
$ pip install -U spacepy
|
|
78
76
|
|
|
79
|
-
|
|
80
|
-
|
|
77
|
+
2. [cdflib](https://pypi.org/project/cdflib/) and [xarray](https://pypi.org/project/xarray/).
|
|
78
|
+
|
|
79
|
+
$ pip install -U cdflib
|
|
80
|
+
$ pip install -U xarray
|
|
81
81
|
|
|
82
82
|
Then, to install this package
|
|
83
83
|
|
|
@@ -60,16 +60,16 @@ dependencies are required:
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
62
62
|
As noted in the dependencies above, if you intend to call the get_data
|
|
63
|
-
method, you must install
|
|
63
|
+
method, you must install **one** of the following options.
|
|
64
64
|
|
|
65
|
-
1. [SpacePy](https://spacepy.github.io/)
|
|
66
|
-
procedures at the SpacePy web sites).
|
|
67
|
-
2. [cdflib](https://pypi.org/project/cdflib/) and
|
|
68
|
-
[xarray](https://pypi.org/project/xarray/).
|
|
65
|
+
1. [SpacePy](https://spacepy.github.io/).
|
|
69
66
|
|
|
67
|
+
$ pip install -U spacepy
|
|
70
68
|
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
2. [cdflib](https://pypi.org/project/cdflib/) and [xarray](https://pypi.org/project/xarray/).
|
|
70
|
+
|
|
71
|
+
$ pip install -U cdflib
|
|
72
|
+
$ pip install -U xarray
|
|
73
73
|
|
|
74
74
|
Then, to install this package
|
|
75
75
|
|
|
@@ -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
|
|
@@ -68,16 +68,16 @@ Description:
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
70
|
As noted in the dependencies above, if you intend to call the get_data
|
|
71
|
-
method, you must install
|
|
71
|
+
method, you must install **one** of the following options.
|
|
72
72
|
|
|
73
|
-
1. [SpacePy](https://spacepy.github.io/)
|
|
74
|
-
procedures at the SpacePy web sites).
|
|
75
|
-
2. [cdflib](https://pypi.org/project/cdflib/) and
|
|
76
|
-
[xarray](https://pypi.org/project/xarray/).
|
|
73
|
+
1. [SpacePy](https://spacepy.github.io/).
|
|
77
74
|
|
|
75
|
+
$ pip install -U spacepy
|
|
78
76
|
|
|
79
|
-
|
|
80
|
-
|
|
77
|
+
2. [cdflib](https://pypi.org/project/cdflib/) and [xarray](https://pypi.org/project/xarray/).
|
|
78
|
+
|
|
79
|
+
$ pip install -U cdflib
|
|
80
|
+
$ pip install -U xarray
|
|
81
81
|
|
|
82
82
|
Then, to install this package
|
|
83
83
|
|
|
@@ -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
|