Metadata-Version: 2.4
Name: InferAGNI
Version: 26.2.19
Summary: Infer planet properties using AGNI as a static structure model
Author-email: Harrison Nicholls <harrison.nicholls@ast.cam.ac.uk>
License-Expression: GPL-3.0-or-later
Project-URL: homepage, https://www.h-nicholls.space/AGNI/
Project-URL: issues, https://github.com/nichollsh/InferAGNI/issues
Project-URL: source, https://github.com/nichollsh/InferAGNI/
Project-URL: documentation, https://www.h-nicholls.space/AGNI/
Project-URL: changelog, https://github.com/nichollsh/InferAGNI/releases
Keywords: Astronomy,Exoplanets,Model-coupling
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cmcrameri
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: pre-commit
Requires-Dist: platformdirs
Requires-Dist: ruff
Requires-Dist: click
Requires-Dist: emcee
Requires-Dist: corner
Requires-Dist: adjusttext
Requires-Dist: exoatlas
Provides-Extra: develop
Requires-Dist: coverage; extra == "develop"
Requires-Dist: tomlkit>=0.11.0; extra == "develop"
Requires-Dist: pytest>=8.1; extra == "develop"
Requires-Dist: pytest-cov; extra == "develop"
Requires-Dist: pytest-timeout; extra == "develop"
Requires-Dist: ruff; extra == "develop"
Requires-Dist: pre-commit; extra == "develop"
Provides-Extra: docs
Requires-Dist: markdown-include; extra == "docs"
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Dynamic: license-file

# AGNI Inference Package
Inferring planet properties using AGNI as a static structure model.

## Get started
1. Install Python 3.12 and a distribution of conda
2. `pip install -e .`
3. `inferagni infer "L 98-59 d"`

### Quick links
* AGNI repo: https://github.com/nichollsh/AGNI/
* AGNI docs: https://www.h-nicholls.space/AGNI/
* Zalmoxis docs: https://proteus-framework.org/Zalmoxis/
* Paper: https://www.overleaf.com/project/6853d410bda854791be86cd7

Available under GPLv3. Copyright (c) 2026 Harrison Nicholls.

