|
1 | 1 | mapflpy |
2 | 2 | ======= |
3 | 3 |
|
4 | | - |
5 | 4 | .. image:: https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png |
6 | 5 | :target: https://predsci.com |
7 | 6 | :alt: Predictive Science Inc. |
8 | 7 | :width: 100px |
9 | 8 | :align: center |
10 | 9 |
|
11 | | - |
12 | | -.. image:: https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white |
| 10 | +.. |pypi| image:: https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white |
13 | 11 | :target: https://pypi.org/project/mapflpy |
14 | 12 | :alt: PyPI |
15 | | - :align: center |
16 | | - |
17 | 13 |
|
18 | | -.. image:: https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white |
| 14 | +.. |license| image:: https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white |
19 | 15 | :target: https://opensource.org/license/apache-2-0/ |
20 | 16 | :alt: License |
21 | | - :align: center |
22 | | - |
23 | 17 |
|
24 | | -.. image:: https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white |
| 18 | +.. |pyversions| image:: https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white |
25 | 19 | :target: https://pypi.org/project/mapflpy |
26 | 20 | :alt: Python Versions |
27 | | - :align: center |
28 | | - |
29 | 21 |
|
30 | | -.. image:: https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white |
| 22 | +.. |deps| image:: https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white |
31 | 23 | :target: https://github.com/predsci/mapflpy/blob/main/pyproject.toml |
32 | 24 | :alt: Libraries.io |
33 | | - :align: center |
34 | | - |
35 | 25 |
|
36 | | -.. image:: https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg? |
| 26 | +.. |publish| image:: https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg? |
37 | 27 | :target: https://github.com/predsci/mapflpy/actions/workflows/publish.yml |
38 | 28 | :alt: Publish workflow |
39 | | - :align: center |
40 | | - |
41 | 29 |
|
42 | | -.. image:: https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg? |
| 30 | +.. |docs| image:: https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg? |
43 | 31 | :target: https://predsci.com/doc/mapflpy |
44 | 32 | :alt: Docs workflow |
45 | | - :align: center |
| 33 | + |
| 34 | +.. table:: |
| 35 | + |
| 36 | + +--------------+--------------+--------------+--------------+--------------+--------------+ |
| 37 | + | |pypi| | |license| | |pyversions| | |deps| | |publish| | |docs| | |
| 38 | + +--------------+--------------+--------------+--------------+--------------+--------------+ |
46 | 39 |
|
47 | 40 |
|
48 | 41 | **Fast field line tracing for spherical vector fields** |
49 | | -------------------------------------------------------- |
| 42 | + |
50 | 43 |
|
51 | 44 | **mapflpy** is a python package for tracing field lines using the |
52 | 45 | `MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer developed by |
|
0 commit comments