cdasws 1.8.13__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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cdasws
3
- Version: 1.8.13
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
7
7
  Author-email: NASA-SPDF-Support@nasa.onmicrosoft.com
8
8
  License: NOSA
9
- Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,spdf,cdaweb
9
+ Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,SPDF,CDAweb,HDRL,HelioCloud
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
12
12
  Classifier: Environment :: Web Environment
@@ -58,12 +58,13 @@ and can return data from any of
58
58
  [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
59
59
  with all source and
60
60
  [ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
61
- Note that this package is included in the [HelioCloud](https://heliocloud.org/)
61
+ Note that this package is included in the
62
+ <a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
62
63
  base image, so there is no need to install it there.
63
64
  Frequently asked questions concerning this library are at
64
65
  [FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
65
66
  For more general details about the CDAS web services, see
66
- https://cdaweb.gsfc.nasa.gov/WebServices/REST/.
67
+ [https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
67
68
 
68
69
  ## Code Example
69
70
 
@@ -13,12 +13,13 @@ and can return data from any of
13
13
  [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
14
14
  with all source and
15
15
  [ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
16
- Note that this package is included in the [HelioCloud](https://heliocloud.org/)
16
+ Note that this package is included in the
17
+ <a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
17
18
  base image, so there is no need to install it there.
18
19
  Frequently asked questions concerning this library are at
19
20
  [FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
20
21
  For more general details about the CDAS web services, see
21
- https://cdaweb.gsfc.nasa.gov/WebServices/REST/.
22
+ [https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
22
23
 
23
24
  ## Code Example
24
25
 
@@ -55,7 +55,7 @@ Notes
55
55
  """
56
56
 
57
57
 
58
- __version__ = "1.8.13"
58
+ __version__ = "1.8.15"
59
59
 
60
60
 
61
61
  #
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cdasws
3
- Version: 1.8.13
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
7
7
  Author-email: NASA-SPDF-Support@nasa.onmicrosoft.com
8
8
  License: NOSA
9
- Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,spdf,cdaweb
9
+ Keywords: heliophysics,coordinated data analysis,multi-mission,multi-instrument,space physics,SPDF,CDAweb,HDRL,HelioCloud
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
12
12
  Classifier: Environment :: Web Environment
@@ -58,12 +58,13 @@ and can return data from any of
58
58
  [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html)
59
59
  with all source and
60
60
  [ISTP/SPDF](https://spdf.gsfc.nasa.gov/sp_use_of_cdf.html) metadata.
61
- Note that this package is included in the [HelioCloud](https://heliocloud.org/)
61
+ Note that this package is included in the
62
+ <a href="https://heliocloud.org"><img src="https://cdaweb.gsfc.nasa.gov/logos/HelioCloud.png" width="100" height="auto" alt="HelioCloud" /></a>
62
63
  base image, so there is no need to install it there.
63
64
  Frequently asked questions concerning this library are at
64
65
  [FAQ](https://cdaweb.gsfc.nasa.gov/WebServices/REST/py/FAQ.html).
65
66
  For more general details about the CDAS web services, see
66
- https://cdaweb.gsfc.nasa.gov/WebServices/REST/.
67
+ [https://cdaweb.gsfc.nasa.gov/WebServices/REST/](https://cdaweb.gsfc.nasa.gov/WebServices/REST/).
67
68
 
68
69
  ## Code Example
69
70
 
@@ -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",
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",
@@ -29,7 +29,7 @@ setup(
29
29
  'xarray': ["cdflib>=0.4.4"],
30
30
  'cache': ["requests-cache>=1.2.1"],
31
31
  },
32
- keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "spdf", "cdaweb"],
32
+ keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "SPDF", "CDAweb", "HDRL", "HelioCloud"],
33
33
  classifiers=[
34
34
  "Development Status :: 5 - Production/Stable",
35
35
  "Environment :: Console",
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