niebla
========
Python package to compute the EBL with a forward folding approach.

Prerequisites
-------------
Python 3.5 or higher and the following packages:
- numpy
- scipy
- astropy
- matplotlib
An extra library is required to calculate the intensity of the
intrahalo light. However, implementing it is not trivial in a
virtual environment, I would not recommend to get stuck trying to
implement it if it is not needed:
- hmf
Installation:
------------
You can use pip to install the package:
pip install niebla
Example scripts and notebooks are provided on the github page in the
scripts/ and notebooks/ folder, https://github.com/saraporrasbedmar/niebla
License
-------
niebla is distributed under the modified BSD License.
Raw data
{
"_id": null,
"home_page": "https://github.com/saraporrasbedmar/niebla",
"name": "niebla",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.7",
"maintainer_email": null,
"keywords": "'extragalactic background light', 'EBL', 'gamma-ray', 'opacity'",
"author": "Sara Porras Bedmar",
"author_email": "Sara Porras Bedmar <saraporrasbedmar@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6b/40/f612e371dd7666cccbed9ce77c2ed698529f039b43049cda5a533cd5bcc7/niebla-0.0.17.tar.gz",
"platform": null,
"description": "niebla\n========\n\nPython package to compute the EBL with a forward folding approach.\n\n\n\nPrerequisites\n-------------\n\nPython 3.5 or higher and the following packages: \n \n - numpy \n - scipy\n - astropy\n - matplotlib\n\nAn extra library is required to calculate the intensity of the\nintrahalo light. However, implementing it is not trivial in a\nvirtual environment, I would not recommend to get stuck trying to\nimplement it if it is not needed:\n\n- hmf\n\nInstallation:\n------------\n\nYou can use pip to install the package: \n\n pip install niebla\n\nExample scripts and notebooks are provided on the github page in the\nscripts/ and notebooks/ folder, https://github.com/saraporrasbedmar/niebla\n\nLicense\n-------\nniebla is distributed under the modified BSD License.\n",
"bugtrack_url": null,
"license": null,
"summary": "Python package to compute the EBL with a forward folding approach.",
"version": "0.0.17",
"project_urls": {
"Homepage": "https://github.com/saraporrasbedmar/niebla",
"Issues": "https://github.com/saraporrasbedmar/niebla/issues"
},
"split_keywords": [
"'extragalactic background light'",
" 'ebl'",
" 'gamma-ray'",
" 'opacity'"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b25fb067cebdcf51a9b189cd4d5131813688eda982512c0e889328354dec79e4",
"md5": "e1878e1669f3ce63f200f6d7f06895ae",
"sha256": "c45dc367397ac77e25f8054fa7884ad0f187156b791c66c4ddaf4c6cbe91ae57"
},
"downloads": -1,
"filename": "niebla-0.0.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1878e1669f3ce63f200f6d7f06895ae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.7",
"size": 39610230,
"upload_time": "2025-09-01T16:14:25",
"upload_time_iso_8601": "2025-09-01T16:14:25.358917Z",
"url": "https://files.pythonhosted.org/packages/b2/5f/b067cebdcf51a9b189cd4d5131813688eda982512c0e889328354dec79e4/niebla-0.0.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b40f612e371dd7666cccbed9ce77c2ed698529f039b43049cda5a533cd5bcc7",
"md5": "bdb6869dac0e1f243f2120432e2714dc",
"sha256": "69d5266366a9adea1025077d0b0b1da3c93c450654327b6553909224dfc5c64b"
},
"downloads": -1,
"filename": "niebla-0.0.17.tar.gz",
"has_sig": false,
"md5_digest": "bdb6869dac0e1f243f2120432e2714dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.7",
"size": 39120591,
"upload_time": "2025-09-01T16:14:28",
"upload_time_iso_8601": "2025-09-01T16:14:28.619610Z",
"url": "https://files.pythonhosted.org/packages/6b/40/f612e371dd7666cccbed9ce77c2ed698529f039b43049cda5a533cd5bcc7/niebla-0.0.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 16:14:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "saraporrasbedmar",
"github_project": "niebla",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.19"
]
]
},
{
"name": "scipy",
"specs": [
[
">=",
"1.5"
]
]
},
{
"name": "astropy",
"specs": [
[
">=",
"4.0"
]
]
},
{
"name": "matplotlib",
"specs": []
}
],
"lcname": "niebla"
}