Metadata-Version: 2.1
Name: agnpy
Version: 0.0.2
Summary: Modelling jetted Active Galactic Nuclei radiative processes with python
Home-page: https://github.com/cosimoNigro/agnpy
Author: Cosimo Nigro
Author-email: cosimonigro2@gmail.com.com
License: UNKNOWN
Description: # agnpy
        Modelling Active Galactic Nuclei radiative processes with python.
        
        ## descritpion
        `agnpy` focuses on the numerical computation of the photon spectra produced by leptonic radiative processes in jetted Active Galactic Nuclei (AGN).  
        
        ## documentation
        You are invited to check the documentation at https://agnpy.readthedocs.io/en/latest/.
        
        ## dependencies
        The only dependencies are:
        
        * [numpy](https://numpy.org) managing the numerical computation;
        
        * [astropy](https://www.astropy.org) managing physical units and astronomical distances.
        
        Additionally [matplotlib](https://matplotlib.org) is necessary to reproduce the examples in the documentation and in the `tutorials` notebooks.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
