Metadata-Version: 2.1
Name: mars_currents
Version: 1.0.0
Summary: Package to map the induced magnetic field and current densities around Mars, using MAVEN data.
Author-email: Apostolos Kolokotronis <apostolos.kolokotronis@irf.se>
Project-URL: Homepage, https://github.com/apostkol/mars-electrodynamic-currents
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=6.1.3
Requires-Dist: cdflib>=1.3.1
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: numpy>=2.1.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: plotly>=5.24.1
Requires-Dist: scipy>=1.14.1
Requires-Dist: spiceypy>=6.0.0
Requires-Dist: xarray>=2024.10.0
Provides-Extra: git
Requires-Dist: pre-commit; extra == "git"
Provides-Extra: style
Requires-Dist: black; extra == "style"
Requires-Dist: flake8; extra == "style"
Requires-Dist: isort; extra == "style"
Requires-Dist: pylint; extra == "style"
Provides-Extra: tests
Requires-Dist: ddt; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: docs
Requires-Dist: nbsphinx>=0.9.2; extra == "docs"
Requires-Dist: numpydoc>=1.5.0; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.13.0; extra == "docs"
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-codeautolink>=0.15.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "docs"
Requires-Dist: sphinx-gallery>=0.13.0; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc>=0.3.0; extra == "docs"

# Example Package

This is a simple example package. You can use
[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.
