Metadata-Version: 2.1
Name: agnpy
Version: 0.0.3
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 and quickstart
        You are invited to check the documentation at https://agnpy.readthedocs.io/en/latest/.    
        To get familiar with the code you can run the notebooks in `tutorials`.
        
        ## 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.
        
        ## installation
        The code is available in the [python package index](https://pypi.org/project/agnpy/) and can be installed via `pip`
        
        ```bash
        pip install agnpy
        ```
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.6
Description-Content-Type: text/markdown
