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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdasws
3
- Version: 1.7.45
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 either
71
+ method, you must install **one** of the following options.
72
72
 
73
- 1. [SpacePy](https://spacepy.github.io/) following the
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
- $ pip install -U cdflib
80
- $ pip install -U xarray
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 either
63
+ method, you must install **one** of the following options.
64
64
 
65
- 1. [SpacePy](https://spacepy.github.io/) following the
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
- $ pip install -U cdflib
72
- $ pip install -U xarray
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
 
@@ -120,7 +120,7 @@ except ImportError:
120
120
  CDF_XARRAY_AVAILABLE = False
121
121
 
122
122
 
123
- __version__ = "1.7.45"
123
+ __version__ = "1.7.47"
124
124
 
125
125
 
126
126
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdasws
3
- Version: 1.7.45
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 either
71
+ method, you must install **one** of the following options.
72
72
 
73
- 1. [SpacePy](https://spacepy.github.io/) following the
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
- $ pip install -U cdflib
80
- $ pip install -U xarray
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
 
@@ -1,8 +1,9 @@
1
1
  python-dateutil>=2.8.0
2
2
  requests>=2.20
3
+ urllib3>=1.24.1
3
4
 
4
5
  [spdm]
5
- spacepy>=0.1.6
6
+ spacepy>=0.5.0
6
7
 
7
8
  [xarray]
8
9
  cdflib>=0.4.4
@@ -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.45",
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.1.6"],
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.1.6"],
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