Metadata-Version: 2.4
Name: mapflpy
Version: 1.1.5
Summary: Fast field line tracing for spherical vector fields
Keywords: solar physics,space physics,heliophysics,magnetohydrodynamic,science,mas,predsci,psi,modeling,fortran
Author: Ryder Davidson, Cooper Downs, Andres Reyes, Asher Pembroke
Author-Email: "Predictive Science Inc." <webmaster@predsci.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Fortran
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Typing :: Typed
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Project-URL: homepage, https://predsci.com/
Project-URL: documentation, https://predsci.com/doc/mapflpy
Project-URL: repository, https://github.com/predsci/mapflpy
Requires-Python: >=3.10
Requires-Dist: numpy>=2.1.0
Requires-Dist: psi-io>=1.0.0
Provides-Extra: hdf4
Requires-Dist: pyhdf>=0.11.6; extra == "hdf4"
Provides-Extra: data
Requires-Dist: pooch==1.8.2; extra == "data"
Requires-Dist: matplotlib==3.10.7; extra == "data"
Requires-Dist: scipy; extra == "data"
Provides-Extra: build
Requires-Dist: python-build; extra == "build"
Requires-Dist: packaging; extra == "build"
Provides-Extra: test
Requires-Dist: pytest>=8.4.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: types
Requires-Dist: mypy>=1.15; extra == "types"
Provides-Extra: lint
Requires-Dist: ruff>=0.11.7; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx-book-theme==1.1.4; extra == "docs"
Requires-Dist: sphinx-gallery==0.19.0; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: pooch==1.8.2; extra == "docs"
Requires-Dist: matplotlib==3.10.7; extra == "docs"
Requires-Dist: scipy; extra == "docs"
Requires-Dist: pthree==1.0.1; extra == "docs"
Provides-Extra: dev
Requires-Dist: nox>=2025.11.12; extra == "dev"
Provides-Extra: all
Requires-Dist: mapflpy[build,data,dev,docs,hdf4,lint,test,types]; extra == "all"
Description-Content-Type: text/x-rst

.. |psi| image:: https://predsci.com/doc/assets/static/psi_logo.png
   :target: https://predsci.com
   :alt: Predictive Science Inc.
   :width: 20px

.. |pypi| image:: https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white
   :target: https://pypi.org/project/mapflpy
   :alt: PyPI

.. |license| image:: https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white
   :target: https://opensource.org/license/apache-2-0/
   :alt: License

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white
   :target: https://pypi.org/project/mapflpy
   :alt: Python Versions

.. |deps| image:: https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white
   :target: https://github.com/predsci/mapflpy/blob/main/pyproject.toml
   :alt: Libraries.io

.. |publish| image:: https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg?
   :target: https://github.com/predsci/mapflpy/actions/workflows/publish.yml
   :alt: Publish workflow

.. |docs| image:: https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg?
   :target: https://predsci.com/doc/mapflpy
   :alt: Docs workflow

|pypi|
|license|
|pyversions|
|deps|
|publish|
|docs|

|psi| **MAPFLPY** | *field line tracing for spherical vector fields*
--------------------------------------------------------------------

**mapflpy** is a python package for tracing field lines using the
`MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer developed by
Predictive Science Inc.

The goal of **mapflpy** is to provide fast and accurate tracing capabilities for
spherical vector fields inside a convenient Python interface. **mapflpy** is
designed to work natively with the staggered meshes produced by Predictive Science
Inc.'s codes for simulating the solar corona, and inner heliosphere (*e.g.*
`MAS <https://www.predsci.com/mas>`_ or `POT3D <https://github.com/predsci/POT3D>`_),
but it should be generally compatible with any global vector field that can be
described on a rectilinear grid in spherical coordinates.

To get started with **mapflpy**, visit the
`User Guide <https://predsci.com/doc/mapflpy/guide/>`_ for installation instructions,
an overview of features, and development/contribution guidelines; a gallery of
`examples <https://predsci.com/doc/mapflpy/gallery/>`_ is also available, showcasing
various use cases and functionalities of the package. Please direct any questions or
issues to the `issue tracker <https://github.com/predsci/mapflpy/issues>`_,
or `contact <https://www.predsci.com/portal/contact.php>`_ Predictive Science Inc. directly.

----

`Predictive Science Inc. <https://predsci.com>`_ |
`Repository <https://github.com/predsci/mapflpy>`_ |
`Documentation <https://predsci.com/doc/mapflpy>`_ |
`Distribution <https://pypi.org/project/mapflpy>`_
