Metadata-Version: 2.1
Name: agnpy
Version: 0.0.8
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
        <p align="center">
          <img width="60%" src="docs/_static/logo.png">
        </p>
        
        Modelling Active Galactic Nuclei radiative processes with python.    
        [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)
        
        ## descritpion
        `agnpy` focuses on the numerical computation of the photon spectra produced by leptonic radiative processes in jetted Active Galactic Nuclei (AGN).  
        
        ## citing agnpy
        If you are using `agnpy` for your work you can acknowledge and reference it through its zenodo record   
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4055175.svg)](https://doi.org/10.5281/zenodo.4055175)
        
        ## 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 the `tutorials` section
        of the documentation.
        
        ## dependencies
        The only dependencies are:
        
        * [numpy](https://numpy.org) managing the numerical computation;
        
        * [astropy](https://www.astropy.org) managing physical units and astronomical distances.
        
        * [matplotlib](https://matplotlib.org) for visualisation and reproduction of the tutorials.
        
        ## 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
        ```
        
        The code can also be installed using `conda`
        
        ```bash
        conda install -c conda-forge agnpy
        ```
        
        ## tests
        A test suite is available in [`agnpy/tests`](https://github.com/cosimoNigro/agnpy/tree/master/agnpy/tests), to run it just type
        `pytest` in the main directory.
        
        ## shields
        ![](https://github.com/cosimoNigro/agnpy/workflows/CI%20test/badge.svg)
        
        [![Documentation Status](https://readthedocs.org/projects/agnpy/badge/?version=latest)](https://agnpy.readthedocs.io/en/latest/?badge=latest)
        
        ![](https://codecov.io/gh/cosimoNigro/agnpy/branch/master/graph/badge.svg)
        
        ![](http://img.shields.io/pypi/v/agnpy.svg?text=version)
        
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
