nuflux


Namenuflux JSON
Version 2.0.5 PyPI version JSON
download
home_page
SummaryA library for calculating atmospheric neutrino fluxes
upload_time2024-01-23 21:44:12
maintainer
docs_urlNone
author
requires_python~=3.7
licenseGNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
keywords python science astronomy astrophysics icecube atmospheric neutrino
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Tests](https://github.com/icecube/nuflux/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/icecube/nuflux/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/icecube/nuflux/branch/main/graph/badge.svg?token=O6P20YHAXH)](https://codecov.io/gh/icecube/nuflux)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/nuflux?color=%2344A833&logo=condaforge)](https://anaconda.org/conda-forge/nuflux)
[![AUR](https://img.shields.io/aur/version/nuflux?color=%231793D1&logo=Arch%20Linux)](https://aur.archlinux.org/packages/nuflux/)
[![DOI](https://zenodo.org/badge/152797969.svg)](https://zenodo.org/badge/latestdoi/152797969)

# nuflux

Nuflux is a library for calculating atmospheric neutrino fluxes.

## Installation

### Packages

nuflux is available [on pypi](https://pypi.org/project/nuflux/).
If you only need to use nuflux in python this is the easiest way to install it.
Run `pip install nuflux`.

nuflux is packaged [on conda-forge](https://anaconda.org/conda-forge/nuflux). Install with `conda install -c conda-forge nuflux`.

On MacOS you can use homebrew. IceCube maintains a [tap](https://github.com/icecube/homebrew-icecube)
which includes a formulat for nuflux. Run:

    brew tap "icecube/icecube"
    brew install nuflux

### From source

nuflux uses two different build systems: one based on `setuptools` and one based on `meson`. Which one you should use depends on whether you need to build C++ libraries against nuflux, or are content to use the Python bindings.

#### Prerequisites

- cfitsio
- photospline
- boost_python

#### setuptools

If you only need to use python you can install it directly through pip:

    pip install --user git+https://github.com/icecube/nuflux

Note that this may fail if photospline and boost_python are installed in nonstandard locations, e.g. headers in /opt/toolsets/photospline/include, libraries in /opt/toolsets/photospline/lib. In this case, set the `CMAKE_PREFIX_PATH` environment variable to the root of your photospline installation and `BOOST_ROOT` to the root of your boost installation:

    CMAKE_PREFIX_PATH=/opt/toolsets/photospline BOOST_ROOT=/opt/toolsets/boost pip install --user git+https://github.com/icecube/nuflux

If you are running it in IceCube's cvmfs environment you will want to set `CMAKE_PREFIX_PATH` and `BOOST_ROOT` to the base of the cvmfs environment which is stored in the environment variable `SROOT`:

    eval `/cvmfs/icecube.opensciencegrid.org/py3-v4.3.0/setup.sh`
    CMAKE_PREFIX_PATH=${SROOT} BOOST_ROOT=${SROOT} pip install --user git+https://github.com/icecube/nuflux

#### Meson

If you want to use nuflux from a c++ program you need to install it with meson

    git clone https://github.com/icecube/nuflux
    cd nuflux
    meson build
    ninja -C build
    sudo ninja -C build install

If boost and photospline are installed in nonstandard locations, you might need to let meson know with environment variables. Since photospline is detected with cmake you need to set `CMAKE_PREFIX_PATH=/path/to/photospline`. Boost uses `BOOST_ROOT`.

For example, in IceCube's cvmfs environment you should do:

    CMAKE_PREFIX_PATH=${SROOT} BOOST_ROOT=${SROOT} meson setup build . --prefix=/path/to/install/to

the option -Ddata_path can be used to install the raw flux tables to a directory outside of the PREFIX directory.

If you want to install to a read-only file system you can pass -Dinstall_data=False

You may also use the environment variable `NUFLUX_DATA` to specify the path of the raw flux tables if they are in a
place other than where they were installed to.

## Documentation

You can build the documentation yourself using sphinx:

    pip3 install sphinx breathe sphinx_rtd_theme

Run ninja with docs/html target:

    ninja docs/html

The latest version of the documentation is automatically uploaded to [IceCube documentation server](https://docs.icecube.aq/nuflux/main)

## Usage

From python:

    >>> import nuflux
    >>> flux = nuflux.makeFlux('honda2006')
    >>> nu_type=nuflux.NuMu
    >>> nu_energy=1e3 # in GeV
    >>> nu_cos_zenith = 0.5
    >>> flux.getFlux(nu_type,nu_energy,nu_cos_zenith)
    2.2395566552347364e-11

from c++:

[comment]: # "BEGIN CODE"

    #include <nuflux/nuflux.h>

    int main(){
      boost::shared_ptr<nuflux::FluxFunction> flux;
      flux=nuflux::makeFlux("honda2006");
      nuflux::ParticleType pdgid = nuflux::NuMu;
      double energy = 1e3; // in GeV
      double cos_zenith = 0;
      double f = flux->getFlux(pdgid, energy, cos_zenith);
      assert(f == 4.6476245267530432e-11);
    }

[comment]: # "END CODE"

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nuflux",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "python science astronomy astrophysics IceCube atmospheric neutrino",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d6/fb/967508ef919f5ae471c15bf81e02435fc7f6f84506081e52b78798d1b567/nuflux-2.0.5.tar.gz",
    "platform": null,
    "description": "[![Tests](https://github.com/icecube/nuflux/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/icecube/nuflux/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/gh/icecube/nuflux/branch/main/graph/badge.svg?token=O6P20YHAXH)](https://codecov.io/gh/icecube/nuflux)\n[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/nuflux?color=%2344A833&logo=condaforge)](https://anaconda.org/conda-forge/nuflux)\n[![AUR](https://img.shields.io/aur/version/nuflux?color=%231793D1&logo=Arch%20Linux)](https://aur.archlinux.org/packages/nuflux/)\n[![DOI](https://zenodo.org/badge/152797969.svg)](https://zenodo.org/badge/latestdoi/152797969)\n\n# nuflux\n\nNuflux is a library for calculating atmospheric neutrino fluxes.\n\n## Installation\n\n### Packages\n\nnuflux is available [on pypi](https://pypi.org/project/nuflux/).\nIf you only need to use nuflux in python this is the easiest way to install it.\nRun `pip install nuflux`.\n\nnuflux is packaged [on conda-forge](https://anaconda.org/conda-forge/nuflux). Install with `conda install -c conda-forge nuflux`.\n\nOn MacOS you can use homebrew. IceCube maintains a [tap](https://github.com/icecube/homebrew-icecube)\nwhich includes a formulat for nuflux. Run:\n\n    brew tap \"icecube/icecube\"\n    brew install nuflux\n\n### From source\n\nnuflux uses two different build systems: one based on `setuptools` and one based on `meson`. Which one you should use depends on whether you need to build C++ libraries against nuflux, or are content to use the Python bindings.\n\n#### Prerequisites\n\n- cfitsio\n- photospline\n- boost_python\n\n#### setuptools\n\nIf you only need to use python you can install it directly through pip:\n\n    pip install --user git+https://github.com/icecube/nuflux\n\nNote that this may fail if photospline and boost_python are installed in nonstandard locations, e.g. headers in /opt/toolsets/photospline/include, libraries in /opt/toolsets/photospline/lib. In this case, set the `CMAKE_PREFIX_PATH` environment variable to the root of your photospline installation and `BOOST_ROOT` to the root of your boost installation:\n\n    CMAKE_PREFIX_PATH=/opt/toolsets/photospline BOOST_ROOT=/opt/toolsets/boost pip install --user git+https://github.com/icecube/nuflux\n\nIf you are running it in IceCube's cvmfs environment you will want to set `CMAKE_PREFIX_PATH` and `BOOST_ROOT` to the base of the cvmfs environment which is stored in the environment variable `SROOT`:\n\n    eval `/cvmfs/icecube.opensciencegrid.org/py3-v4.3.0/setup.sh`\n    CMAKE_PREFIX_PATH=${SROOT} BOOST_ROOT=${SROOT} pip install --user git+https://github.com/icecube/nuflux\n\n#### Meson\n\nIf you want to use nuflux from a c++ program you need to install it with meson\n\n    git clone https://github.com/icecube/nuflux\n    cd nuflux\n    meson build\n    ninja -C build\n    sudo ninja -C build install\n\nIf boost and photospline are installed in nonstandard locations, you might need to let meson know with environment variables. Since photospline is detected with cmake you need to set `CMAKE_PREFIX_PATH=/path/to/photospline`. Boost uses `BOOST_ROOT`.\n\nFor example, in IceCube's cvmfs environment you should do:\n\n    CMAKE_PREFIX_PATH=${SROOT} BOOST_ROOT=${SROOT} meson setup build . --prefix=/path/to/install/to\n\nthe option -Ddata_path can be used to install the raw flux tables to a directory outside of the PREFIX directory.\n\nIf you want to install to a read-only file system you can pass -Dinstall_data=False\n\nYou may also use the environment variable `NUFLUX_DATA` to specify the path of the raw flux tables if they are in a\nplace other than where they were installed to.\n\n## Documentation\n\nYou can build the documentation yourself using sphinx:\n\n    pip3 install sphinx breathe sphinx_rtd_theme\n\nRun ninja with docs/html target:\n\n    ninja docs/html\n\nThe latest version of the documentation is automatically uploaded to [IceCube documentation server](https://docs.icecube.aq/nuflux/main)\n\n## Usage\n\nFrom python:\n\n    >>> import nuflux\n    >>> flux = nuflux.makeFlux('honda2006')\n    >>> nu_type=nuflux.NuMu\n    >>> nu_energy=1e3 # in GeV\n    >>> nu_cos_zenith = 0.5\n    >>> flux.getFlux(nu_type,nu_energy,nu_cos_zenith)\n    2.2395566552347364e-11\n\nfrom c++:\n\n[comment]: # \"BEGIN CODE\"\n\n    #include <nuflux/nuflux.h>\n\n    int main(){\n      boost::shared_ptr<nuflux::FluxFunction> flux;\n      flux=nuflux::makeFlux(\"honda2006\");\n      nuflux::ParticleType pdgid = nuflux::NuMu;\n      double energy = 1e3; // in GeV\n      double cos_zenith = 0;\n      double f = flux->getFlux(pdgid, energy, cos_zenith);\n      assert(f == 4.6476245267530432e-11);\n    }\n\n[comment]: # \"END CODE\"\n",
    "bugtrack_url": null,
    "license": "GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.   This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.  0. Additional Definitions.  As used herein, \"this License\" refers to version 3 of the GNU Lesser General Public License, and the \"GNU GPL\" refers to version 3 of the GNU General Public License.  \"The Library\" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.  An \"Application\" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.  A \"Combined Work\" is a work produced by combining or linking an Application with the Library.  The particular version of the Library with which the Combined Work was made is also called the \"Linked Version\".  The \"Minimal Corresponding Source\" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.  The \"Corresponding Application Code\" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.  1. Exception to Section 3 of the GNU GPL.  You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.  2. Conveying Modified Versions.  If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:  a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or  b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.  3. Object Code Incorporating Material from Library Header Files.  The object code form of an Application may incorporate material from a header file that is part of the Library.  You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:  a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.  b) Accompany the object code with a copy of the GNU GPL and this license document.  4. Combined Works.  You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:  a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.  b) Accompany the Combined Work with a copy of the GNU GPL and this license document.  c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.  d) Do one of the following:  0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.  1) Use a suitable shared library mechanism for linking with the Library.  A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.  e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)  5. Combined Libraries.  You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:  a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.  b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.  6. Revised Versions of the GNU Lesser General Public License.  The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.  Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License \"or any later version\" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.  If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.",
    "summary": "A library for calculating atmospheric neutrino fluxes",
    "version": "2.0.5",
    "project_urls": {
        "Collaboration": "https://icecube.wisc.edu/",
        "Documentation": "https://docs.icecube.aq/nuflux/main/",
        "Doi": "https://doi.org/10.5281/zenodo.8180337",
        "Source": "https://github.com/icecube/nuflux"
    },
    "split_keywords": [
        "python",
        "science",
        "astronomy",
        "astrophysics",
        "icecube",
        "atmospheric",
        "neutrino"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2daf15bcb160e3449d9ade16ebba0a4cd568e16bcc0178d8e4df5987386cd419",
                "md5": "a3044f44cda01f2a1fb1625adc314863",
                "sha256": "a46f690a111062b87bd66748d90c7a9197890e52594b1fc4cc6637ccfdd3c7f9"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a3044f44cda01f2a1fb1625adc314863",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.7",
            "size": 7707864,
            "upload_time": "2024-01-23T21:43:59",
            "upload_time_iso_8601": "2024-01-23T21:43:59.641490Z",
            "url": "https://files.pythonhosted.org/packages/2d/af/15bcb160e3449d9ade16ebba0a4cd568e16bcc0178d8e4df5987386cd419/nuflux-2.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de03f3547737192e4cb434e0cc7b7e630e0c356af2a586026d87cfdaa5a79272",
                "md5": "af7a602bb5294d59728021a6c21f2466",
                "sha256": "34ff5cbef75bad0acc9d0d30d3457808eab2f69efc6cba34dd05eba905e78756"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af7a602bb5294d59728021a6c21f2466",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.7",
            "size": 7707670,
            "upload_time": "2024-01-23T21:44:02",
            "upload_time_iso_8601": "2024-01-23T21:44:02.428818Z",
            "url": "https://files.pythonhosted.org/packages/de/03/f3547737192e4cb434e0cc7b7e630e0c356af2a586026d87cfdaa5a79272/nuflux-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a56eb2099ef9f4f4804995e2d4b5fa771c7607427f6d05d4e07c6146ea02a15",
                "md5": "d273dfe343cdf4334bacfed776021c25",
                "sha256": "c8a1be2b0318a28826e5335c064196e338be9e2535b725f1f279dc10c0142639"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d273dfe343cdf4334bacfed776021c25",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.7",
            "size": 7710070,
            "upload_time": "2024-01-23T21:44:04",
            "upload_time_iso_8601": "2024-01-23T21:44:04.747816Z",
            "url": "https://files.pythonhosted.org/packages/0a/56/eb2099ef9f4f4804995e2d4b5fa771c7607427f6d05d4e07c6146ea02a15/nuflux-2.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b12c7c8021c2c8a361c0a23c721b3179b18a46a27f6003609290b5005b4be1b",
                "md5": "49a46c6889b051632d0c58dc4a186ed3",
                "sha256": "4fcfea4ded94b0c53553d3b14d3a514879cec4ad9a7300c518b379cab90965fe"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49a46c6889b051632d0c58dc4a186ed3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "~=3.7",
            "size": 7719830,
            "upload_time": "2024-01-23T21:44:06",
            "upload_time_iso_8601": "2024-01-23T21:44:06.379464Z",
            "url": "https://files.pythonhosted.org/packages/5b/12/c7c8021c2c8a361c0a23c721b3179b18a46a27f6003609290b5005b4be1b/nuflux-2.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dade9c5aa108d771e0f0f48b44b5c9b4ef4efbe32e0163d203bef1ad6b490d25",
                "md5": "25b2a4314331f0e90d0257b0af8c72cb",
                "sha256": "2dfc114832dd9a55efe90512da4e25fc136a6cdfbfea884ea4b10e0ac9689f43"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "25b2a4314331f0e90d0257b0af8c72cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "~=3.7",
            "size": 7727181,
            "upload_time": "2024-01-23T21:44:08",
            "upload_time_iso_8601": "2024-01-23T21:44:08.037894Z",
            "url": "https://files.pythonhosted.org/packages/da/de/9c5aa108d771e0f0f48b44b5c9b4ef4efbe32e0163d203bef1ad6b490d25/nuflux-2.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a883859e001e5c2cebbad891a0d4358ee6c337001533936ca86359cfb7835ef",
                "md5": "251b0596e0a9f741ac5c6efa9ff4df14",
                "sha256": "ff047e0c2b946758e401d49d927af33e0902b0a89e5550c51f65301dcf0a4afb"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "251b0596e0a9f741ac5c6efa9ff4df14",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.7",
            "size": 7707939,
            "upload_time": "2024-01-23T21:44:10",
            "upload_time_iso_8601": "2024-01-23T21:44:10.780872Z",
            "url": "https://files.pythonhosted.org/packages/5a/88/3859e001e5c2cebbad891a0d4358ee6c337001533936ca86359cfb7835ef/nuflux-2.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6fb967508ef919f5ae471c15bf81e02435fc7f6f84506081e52b78798d1b567",
                "md5": "6364f88f99bdac5fe24977a5d02dc4b6",
                "sha256": "c844af23cd176fc70b73438e98c2fa0c5d5519b036b187456b61e38904d22864"
            },
            "downloads": -1,
            "filename": "nuflux-2.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6364f88f99bdac5fe24977a5d02dc4b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 4255956,
            "upload_time": "2024-01-23T21:44:12",
            "upload_time_iso_8601": "2024-01-23T21:44:12.682758Z",
            "url": "https://files.pythonhosted.org/packages/d6/fb/967508ef919f5ae471c15bf81e02435fc7f6f84506081e52b78798d1b567/nuflux-2.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 21:44:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "icecube",
    "github_project": "nuflux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nuflux"
}
        
Elapsed time: 0.17768s