Metadata-Version: 2.3
Name: streamtracer
Version: 2.1.0rc2
Classifier: Development Status :: 5 - Production/Stable
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy >=1.23
Requires-Dist: packaging >=21.3
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-doctestplus ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: jupyter-sphinx ; extra == 'docs'
Requires-Dist: sunpy-sphinx-theme ; extra == 'docs'
Provides-Extra: tests
Provides-Extra: docs
License-File: LICENSE
Summary: Python library to calculate streamlines
Author: David Stansby, Lars Mejnertsen
Author-email: The SunPy Developers <sunpy@googlegroups.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Project-URL: Homepage, https://docs.sunpy.org/projects/streamtracer
Project-URL: Documentation, https://docs.sunpy.org/projects/streamtracer
Project-URL: Repository, https://github.com/sunpy/streamtracer

# streamtracer

Fast streamline tracing in python

[![Documentation Status](https://readthedocs.org/projects/streamtracer/badge/?version=stable)](https://docs.sunpy.org/projects/streamtracer/en/stable/?badge=stable)
[![Build Status](https://github.com/sunpy/streamtracer/actions/workflows/ci.yml/badge.svg)](https://github.com/sunpy/streamtracer/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/sunpy/streamtracer/branch/master/graph/badge.svg)](https://codecov.io/gh/sunpy/streamtracer)

## Documentation

For full documentation, including installation instructions, see
https://docs.sunpy.org/projects/streamtracer

