Metadata-Version: 2.1
Name: pyirf
Version: 0.3.0
Summary: A python library to calculate IACT IRFs and Sensitivities
Home-page: https://github.com/cta-observatory/pyirf
Author: CTA Consortium, Analysis and Simulation Working Group
Author-email: maximilian.noethe@tu-dortmund.de
License: MIT
Project-URL: Bug Tracker, https://github.com/cta-observatory/pyirf/issues
Project-URL: Documentation, https://cta-observatory.github.io/pyirf
Project-URL: Source Code, https://github.com/cta-observatory/pyirf
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: astropy (~=4.0)
Requires-Dist: matplotlib
Requires-Dist: numpy (>=1.18)
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: tables
Provides-Extra: all
Requires-Dist: uproot (~=3.0) ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: sphinx-automodapi ; extra == 'all'
Requires-Dist: numpydoc ; extra == 'all'
Requires-Dist: nbsphinx ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: ogadf-schema (~=0.2.3) ; extra == 'all'
Requires-Dist: gammapy (~=0.17) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: uproot (~=3.0) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: gammapy (~=0.17) ; extra == 'tests'
Requires-Dist: ogadf-schema (~=0.2.3) ; extra == 'tests'
Requires-Dist: uproot (~=3.0) ; extra == 'tests'

==================================
pyirf |travis| |codacy| |coverage|
==================================

.. |travis| image:: https://travis-ci.com/cta-observatory/pyirf.svg?branch=master
  :target: https://travis-ci.com/cta-observatory/pyirf
.. |codacy| image:: https://app.codacy.com/project/badge/Grade/669fef80d3d54070960e66351477e383
  :target: https://www.codacy.com/gh/cta-observatory/pyirf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cta-observatory/pyirf&amp;utm_campaign=Badge_Grade
.. |coverage| image:: https://codecov.io/gh/cta-observatory/pyirf/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/cta-observatory/pyirf


Python library to calculate IACT IRFs and Sensitivities.

**Documentation:** https://cta-observatory.github.io/pyirf/


