Metadata-Version: 2.1
Name: spwc
Version: 0.7.1
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
================================


.. image:: https://img.shields.io/pypi/v/spwc.svg
        :target: https://pypi.python.org/pypi/spwc

.. image:: https://github.com/SciQLop/spwc/workflows/Python%20package/badge.svg
        :target: https://github.com/SciQLop/spwc/actions?query=workflow%3A%22Python+package%22

.. image:: https://readthedocs.org/projects/spwc/badge/?version=latest
        :target: https://spwc.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/SciQLop/spwc/coverage.svg?branch=master
        :target: https://codecov.io/gh/SciQLop/spwc/branch/master
        :alt: Coverage Status

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4118781.svg
   :target: https://doi.org/10.5281/zenodo.4118781
   :alt: Zendoo DOI

A simple Python package to deal with main Space Physics WebServices (CDA,CSA,AMDA,..) mainly written to ease development of SciQLop.


* Free software: GNU General Public License v3
* Documentation: https://spwc.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

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.


