Metadata-Version: 2.1
Name: argosim
Version: 0.0.1
Summary: Radio interferometric simulations package for the ARGOS radio telescope.
Author-email: Ezequiel Centofanti <ezequiel.centofanti@cea.fr>, Emma Ayçoberry <Emma.AYCOBERRY@cea.fr>
Maintainer-email: Ezequiel Centofanti <ezequiel.centofanti@cea.fr>, Emma Ayçoberry <Emma.AYCOBERRY@cea.fr>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26
Requires-Dist: matplotlib>=3.8
Provides-Extra: doc
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-book-theme; extra == "doc"
Provides-Extra: lint
Requires-Dist: black; extra == "lint"
Requires-Dist: isort; extra == "lint"
Provides-Extra: release
Requires-Dist: build; extra == "release"
Requires-Dist: twine; extra == "release"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-pydocstyle; extra == "test"
Provides-Extra: dev
Requires-Dist: argosim[doc,lint,release,test]; extra == "dev"

# Argosim
Argosim is a python package for radio interferometric observation simulations and image reconstruction.

See the [documentation](https://argos-telescope.github.io/argosim/) for installing and running Argosim.

Software developed at the [CosmoStat](https://www.cosmostat.org/) laboratory, CEA, Paris-Saclay, for the [ARGOS](https://argos-telescope.eu) telescope.
