Metadata-Version: 2.1
Name: pfsspy
Version: 1.1.2
Summary: "Potential field source surface modelling"
Home-page: https://pfsspy.readthedocs.io/en/stable/
Author: David Stansby
Author-email: dstansby@gmail.com
License: GPLv3
Keywords: solar physics,solar,science,sun
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: pfsspy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy (>=5.0)
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: sunpy[map] (!=3.1.0,>=3)
Provides-Extra: analytic
Requires-Dist: sympy ; extra == 'analytic'
Provides-Extra: docs
Requires-Dist: graphviz ; extra == 'docs'
Requires-Dist: importlib-metadata ; extra == 'docs'
Requires-Dist: pillow ; extra == 'docs'
Requires-Dist: reproject ; extra == 'docs'
Requires-Dist: sphinx (>2) ; extra == 'docs'
Requires-Dist: sphinx-automodapi (>=0.10) ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: streamtracer ; extra == 'docs'
Requires-Dist: sunpy[map,net] ; extra == 'docs'
Requires-Dist: sympy ; extra == 'docs'
Provides-Extra: performance
Requires-Dist: numba ; extra == 'performance'
Requires-Dist: streamtracer ; extra == 'performance'
Provides-Extra: test
Requires-Dist: numpy ; extra == 'test'
Requires-Dist: parfive (<2) ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: reproject ; extra == 'test'
Requires-Dist: streamtracer ; extra == 'test'
Requires-Dist: sympy ; extra == 'test'

![pfsspy](logo/logo_rectangle.png "pfsspy")

[![DOI](https://zenodo.org/badge/163663713.svg)](https://zenodo.org/badge/latestdoi/163663713)
[![Documentation Status](https://readthedocs.org/projects/pfsspy/badge/?version=stable)](https://pfsspy.readthedocs.io/en/stable/?badge=stable)
[![Build Status](https://travis-ci.org/dstansby/pfsspy.svg?branch=master)](https://travis-ci.org/dstansby/pfsspy)
[![codecov](https://codecov.io/gh/dstansby/pfsspy/branch/master/graph/badge.svg)](https://codecov.io/gh/dstansby/pfsspy)
[![CircleCI](https://circleci.com/gh/dstansby/pfsspy.svg?style=svg)](https://circleci.com/gh/dstansby/pfsspy)

Potential Field Source Surface model package for Python. This package is based on original code by Anthony Yeates, which can be found at https://github.com/antyeates1983/pfss.

Documentation
-------------
Full documentation for the package can be found at https://pfsspy.readthedocs.io

Code of conduct
---------------
This is a community package, which has adopted the SunPy code of conduct. Please follow the [code of conduct](CODE_OF_CONDUCT.md) when interacting with others within the pfsspy community.
