Metadata-Version: 2.1
Name: streamtracer
Version: 2.1.0rc1
Classifier: Programming Language :: Python :: 3
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>
License: GPL v3
Requires-Python: >=3.10
Project-URL: homepage, https://streamtracer.readthedocs.io/en/stable/
Project-URL: repository, https://github.com/sunpy/streamtracer
Project-URL: documentation, https://streamtracer.readthedocs.io/en/stable/

# streamtracer

Fast streamline tracing in python

[![Documentation Status](https://readthedocs.org/projects/streamtracer/badge/?version=latest)](https://streamtracer.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://dev.azure.com/dstansby/streamtracer/_apis/build/status/dstansby.streamtracer?branchName=master)](https://dev.azure.com/dstansby/dstansby/_build/latest?definitionId=1&branchName=master)
[![codecov](https://codecov.io/gh/dstansby/streamtracer/branch/master/graph/badge.svg)](https://codecov.io/gh/dstansby/streamtracer)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/dstansby/streamtracer/main.svg)](https://results.pre-commit.ci/latest/github/dstansby/streamtracer/main)

## Documentation

For full documentation, including installation instructions, see
https://streamtracer.readthedocs.io/en/latest/

