Metadata-Version: 2.1
Name: emg3d
Version: 1.8.3
Summary: A multigrid solver for 3D electromagnetic diffusion.
Home-page: https://emsig.xyz
Author: The emsig community
Author-email: info@emsig.xyz
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: scipy>=1.9
Requires-Dist: numpy<2.0
Requires-Dist: numba>=0.53
Requires-Dist: empymod>=2.3.0
Provides-Extra: full
Requires-Dist: tqdm; extra == "full"
Requires-Dist: h5py; extra == "full"
Requires-Dist: xarray; extra == "full"
Requires-Dist: discretize; extra == "full"
Requires-Dist: matplotlib; extra == "full"

.. image:: https://raw.github.com/emsig/logos/main/emg3d/emg3d-logo.png
   :target: https://emsig.xyz
   :alt: emg3d logo



A multigrid solver for 3D electromagnetic diffusion in Python.

- **Website:** https://emsig.xyz
- **Documentation:** https://emg3d.emsig.xyz
- **Source Code:** https://github.com/emsig/emg3d
- **Bug reports:** https://github.com/emsig/emg3d/issues
- **Contributing:** https://emg3d.emsig.xyz/en/latest/dev
- **Contact:** see https://emsig.xyz
- **Zenodo:** https://doi.org/10.5281/zenodo.3229006


Available through ``conda`` and ``pip``; consult the `documentation
<https://emg3d.emsig.xyz>`_ for detailed installation instructions.
