{"id":23025040,"url":"https://github.com/cosimonigro/agnpy","last_synced_at":"2025-11-17T15:35:37.340Z","repository":{"id":43676651,"uuid":"228586588","full_name":"cosimoNigro/agnpy","owner":"cosimoNigro","description":"Modelling jetted Active Galactic Nuclei radiative processes with python","archived":false,"fork":false,"pushed_at":"2025-04-03T00:13:05.000Z","size":34385,"stargazers_count":51,"open_issues_count":29,"forks_count":33,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-04T13:59:53.158Z","etag":null,"topics":["agn","astropy","blazar","jets","numpy","python","radiative-processes"],"latest_commit_sha":null,"homepage":"https://agnpy.readthedocs.io/en/latest/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimoNigro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2019-12-17T09:59:17.000Z","updated_at":"2025-03-23T19:25:24.000Z","dependencies_parsed_at":"2023-12-15T15:55:23.095Z","dependency_job_id":"b9fdca07-5486-4b1f-b235-8a7ca746e64a","html_url":"https://github.com/cosimoNigro/agnpy","commit_stats":{"total_commits":610,"total_committers":15,"mean_commits":"40.666666666666664","dds":"0.17213114754098358","last_synced_commit":"c3777f3170841b02c759e5f26ba3ba3574508de2"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimoNigro%2Fagnpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimoNigro%2Fagnpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimoNigro%2Fagnpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimoNigro%2Fagnpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimoNigro","download_url":"https://codeload.github.com/cosimoNigro/agnpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190250,"owners_count":20898702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agn","astropy","blazar","jets","numpy","python","radiative-processes"],"created_at":"2024-12-15T13:34:53.545Z","updated_at":"2025-11-17T15:35:37.297Z","avatar_url":"https://github.com/cosimoNigro.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agnpy\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"60%\" src=\"docs/_static/logo.png\"\u003e\n\u003c/p\u003e\n\nModelling Active Galactic Nuclei radiative processes with python.    \n[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)\n\n## description\n`agnpy` focuses on the numerical computation of the photon spectra produced by leptonic radiative processes in jetted Active Galactic Nuclei (AGN).\n\n## agnpy binder\nRun this repository in binder    \n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cosimoNigro/agnpy/HEAD)\n\n## acknowledging and citing agnpy\nAs a general acknowledgment of `agnpy` usage, we recommend citing the agnpy release paper.\nAdditionally, to specify which version of `agnpy` is being used, that version's zenodo record can be cited.\nWe recommend citing both.\n\nAt the following links you can find:\n\n * [the agnpy release paper (for a general citation)](https://ui.adsabs.harvard.edu/abs/2022A%26A...660A..18N/abstract);\n * the zenodo record (for citing a specific version) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4055175.svg)](https://doi.org/10.5281/zenodo.4055175)\n\n## documentation and quickstart\nYou are invited to check the documentation at https://agnpy.readthedocs.io/en/latest/.    \nTo get familiar with the code you can run the notebooks in the `tutorials` section\nof the documentation.\n\n## dependencies\nThe only dependencies are:\n\n* [numpy](https://numpy.org) managing the numerical computation;\n\n* [astropy](https://www.astropy.org) managing physical units and astronomical distances.\n\n* [matplotlib](https://matplotlib.org) for visualisation and reproduction of the tutorials.\n\n* [scipy](https://www.scipy.org/) for interpolation \n\n## installation\nThe code is available in the [python package index](https://pypi.org/project/agnpy/) and can be installed via `pip`\n\n```bash\npip install agnpy\n```\n\nThe code can also be installed using `conda`\n\n```bash\nconda install -c conda-forge agnpy\n```\n\n## tests\nA test suite is available within each agnpy module directory. To run the tests just type\n`pytest` in the main directory of the cloned repository.\n\n## shields\n[![CI test](https://github.com/cosimoNigro/agnpy/actions/workflows/test.yml/badge.svg)](https://github.com/cosimoNigro/agnpy/actions/workflows/test.yml)\n\n[![Upload to PIP](https://github.com/cosimoNigro/agnpy/actions/workflows/pip-upload.yml/badge.svg)](https://github.com/cosimoNigro/agnpy/actions/workflows/pip-upload.yml)\n\n[![Documentation Status](https://readthedocs.org/projects/agnpy/badge/?version=latest)](https://agnpy.readthedocs.io/en/latest/?badge=latest)\n\n![](https://codecov.io/gh/cosimoNigro/agnpy/branch/master/graph/badge.svg)\n\n![](http://img.shields.io/pypi/v/agnpy.svg?text=version)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimonigro%2Fagnpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimonigro%2Fagnpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimonigro%2Fagnpy/lists"}