Metadata-Version: 2.4
Name: fibe
Version: 0.3.0
Summary: Fixed boundary tokamak equilibrium solver in pure Python
Author-email: Aaron Ho <aaronkho@mit.edu>
License-Expression: Apache-2.0
Project-URL: Homepage, https://gitlab.com/aaronkho/fibe
Project-URL: Bug Reports, https://gitlab.com/aaronkho/fibe/-/issues
Project-URL: Source, https://gitlab.com/aaronkho/fibe
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: numpy>=2.0
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: netcdf4
Requires-Dist: tables
Requires-Dist: scipy
Requires-Dist: contourpy
Requires-Dist: shapely
Requires-Dist: eqdsk; python_version >= "3.10"
Requires-Dist: megpy>=2.0
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Dynamic: license-file

# fibe
FIxed Boundary Equilibrium (FIBE) solver for tokamak plasma geometries in pure Python
