1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Metadata-Version: 2.4
Name: gammapy
Version: 2.0
Summary: A Python package for gamma-ray astronomy
Home-page: https://gammapy.org
Author: The Gammapy developers
Author-email: gammapy-coordination-l@in2p3.fr
License: BSD-3-Clause
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: numpy<2.2,>=1.26
Requires-Dist: scipy>=1.13
Requires-Dist: astropy>=6.0
Requires-Dist: regions>=0.9.0
Requires-Dist: pyyaml>=5.3
Requires-Dist: click>=8.0
Requires-Dist: pydantic>=2.8.0
Requires-Dist: iminuit>=2.26.0
Requires-Dist: matplotlib<3.10,>=3.8
Provides-Extra: all
Requires-Dist: naima; extra == "all"
Requires-Dist: sherpa; platform_system != "Windows" and extra == "all"
Requires-Dist: healpy; platform_system != "Windows" and extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: tqdm; extra == "all"
Requires-Dist: ipywidgets; extra == "all"
Requires-Dist: ray[default]>=2.9; extra == "all"
Requires-Dist: ultranest; extra == "all"
Requires-Dist: numba; extra == "all"
Provides-Extra: all-no-ray
Requires-Dist: naima; extra == "all-no-ray"
Requires-Dist: sherpa; platform_system != "Windows" and extra == "all-no-ray"
Requires-Dist: healpy; platform_system != "Windows" and extra == "all-no-ray"
Requires-Dist: requests; extra == "all-no-ray"
Requires-Dist: tqdm; extra == "all-no-ray"
Requires-Dist: ipywidgets; extra == "all-no-ray"
Requires-Dist: ultranest; extra == "all-no-ray"
Requires-Dist: numba; extra == "all-no-ray"
Provides-Extra: cov
Requires-Dist: naima; extra == "cov"
Requires-Dist: sherpa; platform_system != "Windows" and extra == "cov"
Requires-Dist: healpy; platform_system != "Windows" and extra == "cov"
Requires-Dist: requests; extra == "cov"
Requires-Dist: tqdm; extra == "cov"
Requires-Dist: ipywidgets; extra == "cov"
Requires-Dist: ultranest; extra == "cov"
Requires-Dist: numba; extra == "cov"
Provides-Extra: test
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: docutils; extra == "test"
Requires-Dist: sphinx; extra == "test"
Provides-Extra: docs
Requires-Dist: astropy; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_automodapi; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Dynamic: license-file
* Webpage: https://gammapy.org
* Documentation: https://docs.gammapy.org
* Code: https://github.com/gammapy/gammapy
Gammapy is an open-source Python package for gamma-ray astronomy built on Numpy, Scipy and Astropy.
It is the base library for the science analysis tools of the Cherenkov Telescope Array Observatory
and can also be used to analyse data from existing gamma-ray telescopes.
|