cdasws 1.7.45__py3-none-any.whl → 1.7.47__py3-none-any.whl

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/__init__.py CHANGED
@@ -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
@@ -23,8 +23,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Description-Content-Type: text/markdown
24
24
  Requires-Dist: python-dateutil (>=2.8.0)
25
25
  Requires-Dist: requests (>=2.20)
26
+ Requires-Dist: urllib3 (>=1.24.1)
26
27
  Provides-Extra: spdm
27
- Requires-Dist: spacepy (>=0.1.6) ; extra == 'spdm'
28
+ Requires-Dist: spacepy (>=0.5.0) ; extra == 'spdm'
28
29
  Provides-Extra: xarray
29
30
  Requires-Dist: cdflib (>=0.4.4) ; extra == 'xarray'
30
31
 
@@ -90,16 +91,16 @@ dependencies are required:
90
91
  ## Installation
91
92
 
92
93
  As noted in the dependencies above, if you intend to call the get_data
93
- method, you must install either
94
+ method, you must install **one** of the following options.
94
95
 
95
- 1. [SpacePy](https://spacepy.github.io/) following the
96
- procedures at the SpacePy web sites).
97
- 2. [cdflib](https://pypi.org/project/cdflib/) and
98
- [xarray](https://pypi.org/project/xarray/).
96
+ 1. [SpacePy](https://spacepy.github.io/).
99
97
 
98
+ $ pip install -U spacepy
100
99
 
101
- $ pip install -U cdflib
102
- $ pip install -U xarray
100
+ 2. [cdflib](https://pypi.org/project/cdflib/) and [xarray](https://pypi.org/project/xarray/).
101
+
102
+ $ pip install -U cdflib
103
+ $ pip install -U xarray
103
104
 
104
105
  Then, to install this package
105
106
 
@@ -1,4 +1,4 @@
1
- cdasws/__init__.py,sha256=u1IfWazYTe-SXzkzvrKmuPmrzw0GVJqGxZJaK-NGb7Y,74559
1
+ cdasws/__init__.py,sha256=8UpPbGwbzIBxeAN7uWmwXbZMTiO1pJk565syQ7ZGtf0,74559
2
2
  cdasws/__main__.py,sha256=sgIqwgEaTto8mJggMAq3UppD6vus5DNQ4fWS3mvxvtY,12411
3
3
  cdasws/cdasws.py,sha256=755mLWlMFXknNP3f8g_W9An6niAmksqcb1NdgiAybj0,29552
4
4
  cdasws/datarepresentation.py,sha256=kKgAKCA4uzGoBQ8r8jbXstBg8SCg_EQtsoGhO8kIpco,2164
@@ -6,8 +6,8 @@ cdasws/datarequest.py,sha256=DutrESTuL9BVoMRymtVuxN4koXeaRxe9cT-jEoDVK8I,21632
6
6
  cdasws/timeinterval.py,sha256=d4i2Q8CtbAX0JdTLTCpyw40r16CycrUQACxhUVogu8E,5664
7
7
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  tests/test_cdasws.py,sha256=DsKesU19_9zUIO1a7oyWWtywBGN7gjdQHFLMGUZ4X8c,24395
9
- cdasws-1.7.45.dist-info/LICENSE,sha256=og42scUY42lPLGBg0wHt6JtrbeInVEr5xojyrguPqrQ,12583
10
- cdasws-1.7.45.dist-info/METADATA,sha256=4n7itFrXmke5-rtONV8sjDonf0kAHwufroupTjNdnVY,5700
11
- cdasws-1.7.45.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12
- cdasws-1.7.45.dist-info/top_level.txt,sha256=GyIvHk5F6ysnTdDfnQsjZbTBt_EYrKyC0oeiIt9l-AE,7
13
- cdasws-1.7.45.dist-info/RECORD,,
9
+ cdasws-1.7.47.dist-info/LICENSE,sha256=og42scUY42lPLGBg0wHt6JtrbeInVEr5xojyrguPqrQ,12583
10
+ cdasws-1.7.47.dist-info/METADATA,sha256=f5qIZPV2tQArAIG4zPi62caRsfZ-967EP83IpVxQKLk,5745
11
+ cdasws-1.7.47.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12
+ cdasws-1.7.47.dist-info/top_level.txt,sha256=GyIvHk5F6ysnTdDfnQsjZbTBt_EYrKyC0oeiIt9l-AE,7
13
+ cdasws-1.7.47.dist-info/RECORD,,