Metadata-Version: 2.1
Name: pyspedas_examples
Version: 0.1.2
Summary: Examples of pySPEDAS
Home-page: https://github.com/spedas/pyspedas_examples
Author: Nick Hatzigeorgiu, Eric Grimes
Author-email: nikos@berkeley.edu, egrimes@igpp.ucla.edu
License: MIT
Project-URL: Information, http://spedas.org/wiki/
Description: # PySPEDAS Examples
        
        This project contains examples and turorials of using pySPEDAS.
        
        
        ## Installation
        
        You can install pyspedas_examples either using conda or using pip:
        
        ```
        conda install -c spedas pyspedas_examples
        
        or
        
        pip install pyspedas_examples
        ```
        
        
        ## Use
        
        You can verify that the installation works, using:
        
        ```
        import pyspedas_examples
        from pyspedas_examples.examples.basic.ex_basic import ex_basic
        ex_basic()
        ```
        
        If everything was installed correctly, a plot will appear.
        
        
        ## Additional Information
        
        For pyspedas, see: https://github.com/spedas/pyspedas
        
        For pytplot, see: https://github.com/MAVENSDC/PyTplot
        
        For cdflib, see: https://github.com/MAVENSDC/cdflib
        
        For SPEDAS, see http://spedas.org/
        
Keywords: examples spedas data tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
