siren


Namesiren JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummarySampling and Injection for Rare EveNts: A neutrino and rare-process injection toolkit
upload_time2024-03-21 07:27:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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 physics hep netrino bsm simulation injection weighting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build](https://github.com/Harvard-Neutrino/SIREN/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/Harvard-Neutrino/SIREN/actions/workflows/build_wheels.yml)

# SIREN

SIREN (**S**ampling and **I**njection for **R**are **E**ve**N**ts) is a framework for injecting and weighting interaction final states of complex topology, with specific concern for the detector geometry. SIREN is designed to support a wide variety of neutrino experimental setups, including atmospheric neutrinos, accelerator beam decay-in-flight neutrinos, and neutrinos from decay-at-rest sources. SIREN grew out of [LeptonInjector](https://github.com/icecube/LeptonInjector), a neutrino injection code developed within the IceCube collaboration to study atmospheric and astrophysical neutrino interactions in the IceCube detector.

SIREN provides a generic interface for user-defined BSM processes (and includes several pre-defined processes). It also supports generation of any number of secondary processes, e.g. the decay of a BSM particle after it has been created by an initial process. SIREN also includes detector geometry definitions for a number of existing HEP experiments, although contributions are always appreciated!

# Python installation of SIREN

SIREN is distributed on pypi as `siren`, and can be installed via pip with:

```
pip install siren
```

For development of SIREN as a python project, simply clone the repository:

```
git clone https://github.com/Harvard-Neutrino/SIREN.git
cd SIREN
```

and run the following command to build and install SIREN:

```
pip install . --config-settings='build-dir=build'
```

After the python bindings are installed, you should be able to import the `siren` python library. Open a python interpreter by running `python`, and then run

```
import siren
```

To use SIREN, you will

1. Define a primary process and a list of secondary processes by specifying a particle type and which interactions (cross sections or decays) each particle can undergo

2. For each (primary or secondary) process, define a set of distributions from which to sample when injecting that particle (e.g. energy, position, direction)

3. Combine this information to define an InjectorBase object

4. Generate interaction trees using the InjectorBase object

5. Create a TreeWeighter object using a list of primary and secondary physical processes

6. Calculate the event weight for each interaction tree using the TreeWeighter object

For an example of this in action, see `resources/DipoleInjection/inject_HNLs_CCM.{py,ipynb}`

# Dependencies

For local installations, you need the following:

* A C++ compiler with C++14 support.

* Some classes also require Photospline to create and to read cross sections. Read more about it, and its installation at [github.com/icecube/photospline](https://github.com/icecube/photospline). Note that Photospline has dependencies that you will need that are not listed here.

* SIREN requires Photospline's `SuiteSparse` capabilities, whose dependencies are available [here](http://faculty.cse.tamu.edu/davis/suitesparse.html).

For building py-bindings,

* Python > 3.8

* That's it! We use pybind11 to generate our pybindings, which is automatically included in SIREN as a submodule


# Included External Dependencies

These are not ostensibly a part of SIREN, but are included automatically as submodules for its functionality.

* [cereal](https://github.com/USCiLab/cereal): for serialization

* [delabella](https://github.com/msokalski/delabella): for Delaunay triangulation in our interpolation classes

* [googletest](https://github.com/google/googletest): for constructing our tests

* [pybind11](https://github.com/pybind/pybind11): for compiling our python bindings

* [rk](https://rk.hepforge.org/): a relativistic kinematics library used mostly in the CrossSection and Decay subclasses

* [photospline](https://github.com/icecube/photospline): a library that uses the penalized spline technique to efficiently compute, store, and evaluate B-spline representations of such large multi-dimensional tables

# C++ installation of SIREN

To use SIREN in a C++ project, there are a few more steps.

We will be trying to keep our source, build, and install directories separate. To this end, these instructions will assume the following directory structure:

```
| local (for installing built libraries, headers, and binaries)
|  --lib
|  --include
|  --bin
| source (source code for SIREN and other dependencies)
|  --SIREN
|     --build (for building SIREN)
|  --(SIREN dependencies...)
```

`git clone git@github.com:Harvard-Neutrino/SIREN.git`

or

`git clone https://github.com/Harvard-Neutrino/SIREN.git`

to download the source code. To download the submodules, run

`git submodule update --init`

Now `cd SIREN/build` to get to the build directory. We call cmake

`cmake ../ -DCMAKE_INSTALL_PREFIX=../../local`

This tells cmake to install the shared objects in the `local` directory. CMake prepares a `Makefile` which calls the `g++` compiler with the necessary instructions to compile. So now you'll call

`make -j4 && make install`

to build the project and install the project. Now you need to set all the environmental variables so this actually works. We recommend putting the followig commands into a `env.sh` script that can load the environment.

```
export PROJECTSPACE=/path/to/parent/directory
export PROJECTBUILDPATH=$PROJECTSPACE/local
export PROJECTSOURCEPATH=$PROJECTSPACE/source
export PREFIX=$PROJECTBUILDPATH
# On linux:
export LD_LIBRARY_PATH=$PROJECTBUILDPATH/lib/:$LD_LIBRARY_PATH
# On mac:
export DYLD_FALLBACK_LIBRARY_PATH=$PROJECTBUILDPATH/lib/:$DYLD_FALLBACK_LIBRARY_PATH
```

Now you should be good to go!

# Making Contributions
If you would like to make contributions to this project, please create a branch off of the `main` branch and name it something following the template: `$YourLastName/$YourSubProject`.
Work on this branch until you have made the changes you wished to see and your branch is stable.
Then, pull from main, and create a pull request to merge your branch back into main.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "siren",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Austin Schneider <aschn@mit.edu>, Nicholas Kamp <nkamp@fas.harvard.edu>",
    "keywords": "physics hep netrino bsm simulation injection weighting",
    "author": null,
    "author_email": "Austin Schneider <aschn@mit.edu>, Nicholas Kamp <nkamp@fas.harvard.edu>",
    "download_url": null,
    "platform": null,
    "description": "[![Build](https://github.com/Harvard-Neutrino/SIREN/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/Harvard-Neutrino/SIREN/actions/workflows/build_wheels.yml)\n\n# SIREN\n\nSIREN (**S**ampling and **I**njection for **R**are **E**ve**N**ts) is a framework for injecting and weighting interaction final states of complex topology, with specific concern for the detector geometry. SIREN is designed to support a wide variety of neutrino experimental setups, including atmospheric neutrinos, accelerator beam decay-in-flight neutrinos, and neutrinos from decay-at-rest sources. SIREN grew out of [LeptonInjector](https://github.com/icecube/LeptonInjector), a neutrino injection code developed within the IceCube collaboration to study atmospheric and astrophysical neutrino interactions in the IceCube detector.\n\nSIREN provides a generic interface for user-defined BSM processes (and includes several pre-defined processes). It also supports generation of any number of secondary processes, e.g. the decay of a BSM particle after it has been created by an initial process. SIREN also includes detector geometry definitions for a number of existing HEP experiments, although contributions are always appreciated!\n\n# Python installation of SIREN\n\nSIREN is distributed on pypi as `siren`, and can be installed via pip with:\n\n```\npip install siren\n```\n\nFor development of SIREN as a python project, simply clone the repository:\n\n```\ngit clone https://github.com/Harvard-Neutrino/SIREN.git\ncd SIREN\n```\n\nand run the following command to build and install SIREN:\n\n```\npip install . --config-settings='build-dir=build'\n```\n\nAfter the python bindings are installed, you should be able to import the `siren` python library. Open a python interpreter by running `python`, and then run\n\n```\nimport siren\n```\n\nTo use SIREN, you will\n\n1. Define a primary process and a list of secondary processes by specifying a particle type and which interactions (cross sections or decays) each particle can undergo\n\n2. For each (primary or secondary) process, define a set of distributions from which to sample when injecting that particle (e.g. energy, position, direction)\n\n3. Combine this information to define an InjectorBase object\n\n4. Generate interaction trees using the InjectorBase object\n\n5. Create a TreeWeighter object using a list of primary and secondary physical processes\n\n6. Calculate the event weight for each interaction tree using the TreeWeighter object\n\nFor an example of this in action, see `resources/DipoleInjection/inject_HNLs_CCM.{py,ipynb}`\n\n# Dependencies\n\nFor local installations, you need the following:\n\n* A C++ compiler with C++14 support.\n\n* Some classes also require Photospline to create and to read cross sections. Read more about it, and its installation at [github.com/icecube/photospline](https://github.com/icecube/photospline). Note that Photospline has dependencies that you will need that are not listed here.\n\n* SIREN requires Photospline's `SuiteSparse` capabilities, whose dependencies are available [here](http://faculty.cse.tamu.edu/davis/suitesparse.html).\n\nFor building py-bindings,\n\n* Python > 3.8\n\n* That's it! We use pybind11 to generate our pybindings, which is automatically included in SIREN as a submodule\n\n\n# Included External Dependencies\n\nThese are not ostensibly a part of SIREN, but are included automatically as submodules for its functionality.\n\n* [cereal](https://github.com/USCiLab/cereal): for serialization\n\n* [delabella](https://github.com/msokalski/delabella): for Delaunay triangulation in our interpolation classes\n\n* [googletest](https://github.com/google/googletest): for constructing our tests\n\n* [pybind11](https://github.com/pybind/pybind11): for compiling our python bindings\n\n* [rk](https://rk.hepforge.org/): a relativistic kinematics library used mostly in the CrossSection and Decay subclasses\n\n* [photospline](https://github.com/icecube/photospline): a library that uses the penalized spline technique to efficiently compute, store, and evaluate B-spline representations of such large multi-dimensional tables\n\n# C++ installation of SIREN\n\nTo use SIREN in a C++ project, there are a few more steps.\n\nWe will be trying to keep our source, build, and install directories separate. To this end, these instructions will assume the following directory structure:\n\n```\n| local (for installing built libraries, headers, and binaries)\n|  --lib\n|  --include\n|  --bin\n| source (source code for SIREN and other dependencies)\n|  --SIREN\n|     --build (for building SIREN)\n|  --(SIREN dependencies...)\n```\n\n`git clone git@github.com:Harvard-Neutrino/SIREN.git`\n\nor\n\n`git clone https://github.com/Harvard-Neutrino/SIREN.git`\n\nto download the source code. To download the submodules, run\n\n`git submodule update --init`\n\nNow `cd SIREN/build` to get to the build directory. We call cmake\n\n`cmake ../ -DCMAKE_INSTALL_PREFIX=../../local`\n\nThis tells cmake to install the shared objects in the `local` directory. CMake prepares a `Makefile` which calls the `g++` compiler with the necessary instructions to compile. So now you'll call\n\n`make -j4 && make install`\n\nto build the project and install the project. Now you need to set all the environmental variables so this actually works. We recommend putting the followig commands into a `env.sh` script that can load the environment.\n\n```\nexport PROJECTSPACE=/path/to/parent/directory\nexport PROJECTBUILDPATH=$PROJECTSPACE/local\nexport PROJECTSOURCEPATH=$PROJECTSPACE/source\nexport PREFIX=$PROJECTBUILDPATH\n# On linux:\nexport LD_LIBRARY_PATH=$PROJECTBUILDPATH/lib/:$LD_LIBRARY_PATH\n# On mac:\nexport DYLD_FALLBACK_LIBRARY_PATH=$PROJECTBUILDPATH/lib/:$DYLD_FALLBACK_LIBRARY_PATH\n```\n\nNow you should be good to go!\n\n# Making Contributions\nIf you would like to make contributions to this project, please create a branch off of the `main` branch and name it something following the template: `$YourLastName/$YourSubProject`.\nWork on this branch until you have made the changes you wished to see and your branch is stable.\nThen, pull from main, and create a pull request to merge your branch back into main.\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": "Sampling and Injection for Rare EveNts: A neutrino and rare-process injection toolkit",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://readthedocs.org",
        "Homepage": "https://github.com/Harvard-Neutrino/SIREN",
        "Issues": "https://github.com/Harvard-Neutrino/LeptonInjector/issues",
        "Repository": "https://github.com/Harvard-Neutrino/SIREN.git"
    },
    "split_keywords": [
        "physics",
        "hep",
        "netrino",
        "bsm",
        "simulation",
        "injection",
        "weighting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66394d06b612611f87d3191cb425337c9ba010c3d96fa60214b4af92e5af0da5",
                "md5": "8ac71364ce1b7068e9de7a121b467dc7",
                "sha256": "0dc0fef3b549352324b0a44cd89fe9fe0c8616b395bb2ff853a664194cc2ed2f"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ac71364ce1b7068e9de7a121b467dc7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13726550,
            "upload_time": "2024-03-21T07:27:51",
            "upload_time_iso_8601": "2024-03-21T07:27:51.466021Z",
            "url": "https://files.pythonhosted.org/packages/66/39/4d06b612611f87d3191cb425337c9ba010c3d96fa60214b4af92e5af0da5/siren-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e2af58b2355058e06838f810f21a95ee13db5b2a6a9d7b3ea9679f5d503015e",
                "md5": "03befad48f917d661e0017f9f915870b",
                "sha256": "7151aff501b81edfbd679ad296d456cdac5280f80299b7cfd4e56583cd7037f6"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "03befad48f917d661e0017f9f915870b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 15640861,
            "upload_time": "2024-03-21T07:28:00",
            "upload_time_iso_8601": "2024-03-21T07:28:00.826631Z",
            "url": "https://files.pythonhosted.org/packages/2e/2a/f58b2355058e06838f810f21a95ee13db5b2a6a9d7b3ea9679f5d503015e/siren-0.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37f6fc541f733452665ea489ce14c60a00e2dc41056d77a6dae5e0986fa4b6ad",
                "md5": "c409f2aef8bf00eb2bb7c70bab4f50a7",
                "sha256": "e971ccb8f4b9ffed50d92b3ddced6f4681583d151b7a5a45b669f4422bcef937"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c409f2aef8bf00eb2bb7c70bab4f50a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14279978,
            "upload_time": "2024-03-21T07:28:09",
            "upload_time_iso_8601": "2024-03-21T07:28:09.264829Z",
            "url": "https://files.pythonhosted.org/packages/37/f6/fc541f733452665ea489ce14c60a00e2dc41056d77a6dae5e0986fa4b6ad/siren-0.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b752756e470f9fc7ab861d412bf7d852593998efbb6c6bbd10c0365e3a33fe0a",
                "md5": "ada267ce2358624110030d5747c866e6",
                "sha256": "297196a3ca918256a927a300cbfe39e7d86d0dbd15193bdc9237b2969a040cc7"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ada267ce2358624110030d5747c866e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14037754,
            "upload_time": "2024-03-21T07:28:17",
            "upload_time_iso_8601": "2024-03-21T07:28:17.713377Z",
            "url": "https://files.pythonhosted.org/packages/b7/52/756e470f9fc7ab861d412bf7d852593998efbb6c6bbd10c0365e3a33fe0a/siren-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dd5c2c43031ed2f15e477aa8a751ddd7044e4dd167bf357c99cbc1680b0e61e",
                "md5": "3e80e9ec8f05fa451fa3f41821e79375",
                "sha256": "79b234b2e12bda4dd716f95637a52bc800215b7da1c90077b0354507a3dd5398"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "3e80e9ec8f05fa451fa3f41821e79375",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14337693,
            "upload_time": "2024-03-21T07:28:25",
            "upload_time_iso_8601": "2024-03-21T07:28:25.242963Z",
            "url": "https://files.pythonhosted.org/packages/7d/d5/c2c43031ed2f15e477aa8a751ddd7044e4dd167bf357c99cbc1680b0e61e/siren-0.0.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db97342434dd4f8950c57e2729f7ac9b0d920069ae13916424a5d6d8a68b66d7",
                "md5": "65acdfa1959982a307addd5d1064403c",
                "sha256": "24488791dd337ec6dcaa37faf746ea453951f8eddd491cfef941260a20758bca"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "65acdfa1959982a307addd5d1064403c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14115538,
            "upload_time": "2024-03-21T07:28:33",
            "upload_time_iso_8601": "2024-03-21T07:28:33.558258Z",
            "url": "https://files.pythonhosted.org/packages/db/97/342434dd4f8950c57e2729f7ac9b0d920069ae13916424a5d6d8a68b66d7/siren-0.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50952128be8a5b251b956c63590281cb7062cbe3b27bda185a8882f782d1fcb6",
                "md5": "d7205272c49df3b2ee8efe87b401063b",
                "sha256": "1298e007e13139d7da3e2d67ce844ad9b160ba89cedcc6661145453191bbddc2"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7205272c49df3b2ee8efe87b401063b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13738597,
            "upload_time": "2024-03-21T07:28:42",
            "upload_time_iso_8601": "2024-03-21T07:28:42.573770Z",
            "url": "https://files.pythonhosted.org/packages/50/95/2128be8a5b251b956c63590281cb7062cbe3b27bda185a8882f782d1fcb6/siren-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d9b834413b9252bb1675ac29f7858c0649a9e9218f4688104515583b1f2aaee",
                "md5": "4e553c6c0fa02f6e19f8ff8b282a3741",
                "sha256": "03ae6deb2644932c821a9e6f6183cc4ba051e17540417434da9c2ff574b7b754"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4e553c6c0fa02f6e19f8ff8b282a3741",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 15641176,
            "upload_time": "2024-03-21T07:28:53",
            "upload_time_iso_8601": "2024-03-21T07:28:53.972905Z",
            "url": "https://files.pythonhosted.org/packages/0d/9b/834413b9252bb1675ac29f7858c0649a9e9218f4688104515583b1f2aaee/siren-0.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46343965474248ae89efa89f9a640ea72774c9d7dec7e6c3c6f25e5c34781c8b",
                "md5": "8eb08ad5c7b8993f83b5f7201db6ed03",
                "sha256": "fdc51c843e103ebca440770602caef3951e0b2b80ee4fd607d6b9ecca257e998"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8eb08ad5c7b8993f83b5f7201db6ed03",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14290167,
            "upload_time": "2024-03-21T07:29:02",
            "upload_time_iso_8601": "2024-03-21T07:29:02.367471Z",
            "url": "https://files.pythonhosted.org/packages/46/34/3965474248ae89efa89f9a640ea72774c9d7dec7e6c3c6f25e5c34781c8b/siren-0.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc9deffa274c5fc5558b1c43a2c9f08e39d88f7cbf79b217d8432754422e9dcf",
                "md5": "756b8c08310661ecee322110a6728e75",
                "sha256": "43b1d1874b67eb793122f6ce737ff2345bf25ba6f103aea60bc0d170de786be1"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "756b8c08310661ecee322110a6728e75",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14047540,
            "upload_time": "2024-03-21T07:29:17",
            "upload_time_iso_8601": "2024-03-21T07:29:17.418268Z",
            "url": "https://files.pythonhosted.org/packages/dc/9d/effa274c5fc5558b1c43a2c9f08e39d88f7cbf79b217d8432754422e9dcf/siren-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "440168cc45e24f0dcc4e36722b791ca01b8bd07e0a478e65a3cea4a98321f605",
                "md5": "48849f7230760861095aa0f01cd57db7",
                "sha256": "527f42d08872cc1ddca1b3787652567a45502e267a7073fb00a8c7c67d92babf"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "48849f7230760861095aa0f01cd57db7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14348920,
            "upload_time": "2024-03-21T07:29:26",
            "upload_time_iso_8601": "2024-03-21T07:29:26.476711Z",
            "url": "https://files.pythonhosted.org/packages/44/01/68cc45e24f0dcc4e36722b791ca01b8bd07e0a478e65a3cea4a98321f605/siren-0.0.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e3482f7f866b8e6ddc99aef03fbefd292d5b63d84b4bd2ad5219dc5a8d9f782",
                "md5": "b1ea803cb44febe8ff72f2093892c2ae",
                "sha256": "f05cb9f574d48f94ae6d4c1b83c2a49ff7fddc7bcc14a4de2342ea5bcaf1ad78"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1ea803cb44febe8ff72f2093892c2ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14125280,
            "upload_time": "2024-03-21T07:29:35",
            "upload_time_iso_8601": "2024-03-21T07:29:35.516446Z",
            "url": "https://files.pythonhosted.org/packages/9e/34/82f7f866b8e6ddc99aef03fbefd292d5b63d84b4bd2ad5219dc5a8d9f782/siren-0.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b28a7ea7f9e33d470de0a26b4b723f2fae01acc4a262d63fe109069d31016989",
                "md5": "e4e628f354d35805e612434a925dda03",
                "sha256": "7d45658660f0f322cc81e527a98e022c411fd61aab52df36e304b0852cb51f20"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4e628f354d35805e612434a925dda03",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13725073,
            "upload_time": "2024-03-21T07:29:43",
            "upload_time_iso_8601": "2024-03-21T07:29:43.194073Z",
            "url": "https://files.pythonhosted.org/packages/b2/8a/7ea7f9e33d470de0a26b4b723f2fae01acc4a262d63fe109069d31016989/siren-0.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "219ebc691d5dde01903da4f388e3119ad536204ec0e41ad1f82c63951c977b64",
                "md5": "032544455a653aac0ead09d9ff64d129",
                "sha256": "7bb115322c23dde4ba0ac0fb258c5981f4ddccef88295809a99a2c518d7b756b"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "032544455a653aac0ead09d9ff64d129",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 15642742,
            "upload_time": "2024-03-21T07:29:51",
            "upload_time_iso_8601": "2024-03-21T07:29:51.817730Z",
            "url": "https://files.pythonhosted.org/packages/21/9e/bc691d5dde01903da4f388e3119ad536204ec0e41ad1f82c63951c977b64/siren-0.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81c378bf60d70ea3a20b45365145c62ec857fd11476ee73d1fa3558a65b4e4cd",
                "md5": "2fbca158188f869b92e79d90aa83cbb7",
                "sha256": "ad8d813b8d08733462a43206d3ceee704a2da890317ce077295f8b060aa12e0a"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2fbca158188f869b92e79d90aa83cbb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14284136,
            "upload_time": "2024-03-21T07:29:59",
            "upload_time_iso_8601": "2024-03-21T07:29:59.433551Z",
            "url": "https://files.pythonhosted.org/packages/81/c3/78bf60d70ea3a20b45365145c62ec857fd11476ee73d1fa3558a65b4e4cd/siren-0.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "974b07a9bd4131e41351c05c21406d1e8d85604912df495f8c3c9681a395fc92",
                "md5": "2c9fe7616ac163680965e23b8b8c2d27",
                "sha256": "1e3a3cc2fc2719daa9be882a3bbfb1fbd3cdcbd3a4d2699fa566063e26c3b419"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c9fe7616ac163680965e23b8b8c2d27",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14042489,
            "upload_time": "2024-03-21T07:30:07",
            "upload_time_iso_8601": "2024-03-21T07:30:07.815290Z",
            "url": "https://files.pythonhosted.org/packages/97/4b/07a9bd4131e41351c05c21406d1e8d85604912df495f8c3c9681a395fc92/siren-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85fed8d2ac5f33ad75e4c8d047c778aef54a90058154bbb718e5a47986e86181",
                "md5": "91089a96a1bcd6680ff5561bf0138425",
                "sha256": "1fde1ac037641e418be9e47d3c0772e3e4e23042a37eeb798053a48e4f3dd192"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "91089a96a1bcd6680ff5561bf0138425",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14340723,
            "upload_time": "2024-03-21T07:30:16",
            "upload_time_iso_8601": "2024-03-21T07:30:16.408051Z",
            "url": "https://files.pythonhosted.org/packages/85/fe/d8d2ac5f33ad75e4c8d047c778aef54a90058154bbb718e5a47986e86181/siren-0.0.1-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e30a5bab2328e3893c872db1bf858c80b35a22cc4d497a0fa38e963bf7ebd88",
                "md5": "f5f1d98d3a4c757d42e92cdb31174da9",
                "sha256": "01fd7b3b856eb7c65963a9b8590c881e7e87ecdb10a3a592d66e936fb91cc481"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5f1d98d3a4c757d42e92cdb31174da9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14117295,
            "upload_time": "2024-03-21T07:30:33",
            "upload_time_iso_8601": "2024-03-21T07:30:33.765710Z",
            "url": "https://files.pythonhosted.org/packages/8e/30/a5bab2328e3893c872db1bf858c80b35a22cc4d497a0fa38e963bf7ebd88/siren-0.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002d9fc40b8f80353662288beb210438dee1b437544984c492d8c15c116eb0e5",
                "md5": "862974c7fe5150db4d0371a817fb1655",
                "sha256": "19a28fe96d381c9dabe86d815513eea476d5c1f4b1a10fb3b697302f7e14e443"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "862974c7fe5150db4d0371a817fb1655",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13723594,
            "upload_time": "2024-03-21T07:30:45",
            "upload_time_iso_8601": "2024-03-21T07:30:45.316894Z",
            "url": "https://files.pythonhosted.org/packages/00/2d/9fc40b8f80353662288beb210438dee1b437544984c492d8c15c116eb0e5/siren-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cf1ced854ba16ad2a754090bd93f71f738e92fefccc437f1d8603fef852d1ac",
                "md5": "c3641b35f8a574527ab155290699b357",
                "sha256": "cbde616e58b70d76d3ee6d8e9239795e4f6d2c342d92b907ce8ad76a1b8c1bbe"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c3641b35f8a574527ab155290699b357",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 15637907,
            "upload_time": "2024-03-21T07:33:15",
            "upload_time_iso_8601": "2024-03-21T07:33:15.602292Z",
            "url": "https://files.pythonhosted.org/packages/4c/f1/ced854ba16ad2a754090bd93f71f738e92fefccc437f1d8603fef852d1ac/siren-0.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a24cafff319a0a007a4079cdce6a7d0a29cf9ba421d5a55faeffb1f6b19f309c",
                "md5": "8e114fd7c86a05bb553c796409f313fc",
                "sha256": "6e4ae1c525f8ef16a1789a8296f501813c1f005876e8e4b83c95b98353832b37"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8e114fd7c86a05bb553c796409f313fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14274957,
            "upload_time": "2024-03-21T07:30:56",
            "upload_time_iso_8601": "2024-03-21T07:30:56.649262Z",
            "url": "https://files.pythonhosted.org/packages/a2/4c/afff319a0a007a4079cdce6a7d0a29cf9ba421d5a55faeffb1f6b19f309c/siren-0.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5daa753bb59255bd34ac2e9addee1eddebbaf74531eb6f9e3a865a6396aae75e",
                "md5": "aeb5ff8425468a00f88bcbe6235f85c2",
                "sha256": "aed94740524d8dcdd8c2e75a809f1e663ceb63ff583f3388fecc9f6e6d275b77"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aeb5ff8425468a00f88bcbe6235f85c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14031709,
            "upload_time": "2024-03-21T07:31:07",
            "upload_time_iso_8601": "2024-03-21T07:31:07.726466Z",
            "url": "https://files.pythonhosted.org/packages/5d/aa/753bb59255bd34ac2e9addee1eddebbaf74531eb6f9e3a865a6396aae75e/siren-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "075b93c073fa6f27b71b4cff000ccba512effcf9c65be442d1e4afb3050bb9f1",
                "md5": "6f981d22c17df38ac8510e8d00e79319",
                "sha256": "ed04e839c39002571820ca4e15623851dfe3eabd446bda7b18720c666bf79cdf"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6f981d22c17df38ac8510e8d00e79319",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14332187,
            "upload_time": "2024-03-21T07:31:19",
            "upload_time_iso_8601": "2024-03-21T07:31:19.150457Z",
            "url": "https://files.pythonhosted.org/packages/07/5b/93c073fa6f27b71b4cff000ccba512effcf9c65be442d1e4afb3050bb9f1/siren-0.0.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c18e2f2d5381c6516e5380a621afe32c2d99d87b0e72e1c3520c7100a6d7d18",
                "md5": "f5d779cd34328a6ff02bbe476bf84eb0",
                "sha256": "6ea1e5d4f49cabecbb682cc573483b24dba171d548993a3a7f79f399212ce9f8"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5d779cd34328a6ff02bbe476bf84eb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 14113528,
            "upload_time": "2024-03-21T07:31:30",
            "upload_time_iso_8601": "2024-03-21T07:31:30.212995Z",
            "url": "https://files.pythonhosted.org/packages/8c/18/e2f2d5381c6516e5380a621afe32c2d99d87b0e72e1c3520c7100a6d7d18/siren-0.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c1a965b82fc0fd1fea55a92c8faa74caef2e1f482617c2241af76749522ef90",
                "md5": "552a22ec47c9b023d05a6a12f98d4bfc",
                "sha256": "024f3f036f85aa916b66887536a8404a3e522156af57af060fccb63676832ac3"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "552a22ec47c9b023d05a6a12f98d4bfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13727284,
            "upload_time": "2024-03-21T07:31:42",
            "upload_time_iso_8601": "2024-03-21T07:31:42.992469Z",
            "url": "https://files.pythonhosted.org/packages/9c/1a/965b82fc0fd1fea55a92c8faa74caef2e1f482617c2241af76749522ef90/siren-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "996ad7f4c36f9e7dd81f4252a40d80ef06ed8f470363324570d2314d848e9e30",
                "md5": "23fb5eb205960273cb773a216abce54c",
                "sha256": "4118db1610751ed385d297baa8c87161ddb161b07da64654489cff8d891616b8"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "23fb5eb205960273cb773a216abce54c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 15641789,
            "upload_time": "2024-03-21T07:31:57",
            "upload_time_iso_8601": "2024-03-21T07:31:57.909268Z",
            "url": "https://files.pythonhosted.org/packages/99/6a/d7f4c36f9e7dd81f4252a40d80ef06ed8f470363324570d2314d848e9e30/siren-0.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9df3bd6d585dc5e04ad1f414c61153fe91ddf2b0e8485674eeb2a31bcca194b7",
                "md5": "bd665e978e25f4491a8d3a266d756800",
                "sha256": "228746666d016060228a18d0f4289b9829d808b2e0552b7fea0a00cc1887f392"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bd665e978e25f4491a8d3a266d756800",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14282248,
            "upload_time": "2024-03-21T07:32:07",
            "upload_time_iso_8601": "2024-03-21T07:32:07.380272Z",
            "url": "https://files.pythonhosted.org/packages/9d/f3/bd6d585dc5e04ad1f414c61153fe91ddf2b0e8485674eeb2a31bcca194b7/siren-0.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "731c3f87deb654e4734c90e69b3ffa61a2252221cae36d0cbcb658012eeca72a",
                "md5": "3e58e47bd33ddbfa70663edc0aaa3a6b",
                "sha256": "79813694f0452eb720e30d6e392b29cb6994b00d7784030b121ce9f591cd8348"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e58e47bd33ddbfa70663edc0aaa3a6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14039839,
            "upload_time": "2024-03-21T07:32:17",
            "upload_time_iso_8601": "2024-03-21T07:32:17.929518Z",
            "url": "https://files.pythonhosted.org/packages/73/1c/3f87deb654e4734c90e69b3ffa61a2252221cae36d0cbcb658012eeca72a/siren-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b522f3ada0312deac7f344725c8e5e5cbefa2945ddad3d454588906bccab36",
                "md5": "44347d757eb323ddb109d582fb22b16b",
                "sha256": "122826a320110c16ea23b85f110251a5ed143e5eee6f35e88fab513fcc08f179"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "44347d757eb323ddb109d582fb22b16b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14338852,
            "upload_time": "2024-03-21T07:32:28",
            "upload_time_iso_8601": "2024-03-21T07:32:28.009187Z",
            "url": "https://files.pythonhosted.org/packages/f5/b5/22f3ada0312deac7f344725c8e5e5cbefa2945ddad3d454588906bccab36/siren-0.0.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef3b4adf2635e3720b4604c45baa058a2144c15cfff147805e922b84aacffecb",
                "md5": "2869ed7068d6421926d128506a26499a",
                "sha256": "c7fc3a440b3ab927309540bd25583118f55bdbc0a7e7e9febeb69762fd636ea4"
            },
            "downloads": -1,
            "filename": "siren-0.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2869ed7068d6421926d128506a26499a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 14119475,
            "upload_time": "2024-03-21T07:32:36",
            "upload_time_iso_8601": "2024-03-21T07:32:36.365570Z",
            "url": "https://files.pythonhosted.org/packages/ef/3b/4adf2635e3720b4604c45baa058a2144c15cfff147805e922b84aacffecb/siren-0.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 07:27:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Harvard-Neutrino",
    "github_project": "SIREN",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "siren"
}
        
Elapsed time: 0.22545s