Metadata-Version: 2.1
Name: spwc
Version: 0.9.0
Summary: A simple Python package to deal with main Space Physics WebServices (CDA,CSA,AMDA,..) mainly written to ease development of SciQLop.
Home-page: https://github.com/SciQLop/spwc
Author: Alexis Jeandet
Author-email: alexis.jeandet@member.fsf.org
License: GNU General Public License v3
Keywords: spwc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Click (>=6.0)
Requires-Dist: requests
Requires-Dist: zeep
Requires-Dist: xmltodict
Requires-Dist: pandas
Requires-Dist: diskcache
Requires-Dist: appdirs
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: python-dateutil
Requires-Dist: astropy
Provides-Extra: cdf
Requires-Dist: spacepy ; extra == 'cdf'

================================
Space Physics WebServices Client
================================

The package has moved `here <https://pypi.python.org/pypi/speasy>`_


=======
History
=======

0.8.2 (2021-04-20)
==================

* sscweb trajectories are always in km

0.8.1 (2021-04-18)
==================

* Fixes minimum request duration for sscweb

0.8.0 (2021-04-18)
==================

* Full support for trajectories and 0.2 proxy version

0.7.2 (2020-11-13)
==================

* ccsweb/proxy: Fix missing coordinate system parameter

0.7.1 (2020-11-13)
==================

* Fix project URL on PyPi

0.7.0 (2020-11-13)
==================

* SSCWEB support to get satellites trajectories.
* Few bug fixes.
* Totally disabled cdf support for now.

0.1.0 (2019-12-07)
==================

* First release on PyPI.


