nuspacesim


Namenuspacesim JSON
Version 1.4.2 PyPI version JSON
download
home_page
SummaryA Simulator for Space-based Neutrino Detections
upload_time2023-08-21 15:04:04
maintainer
docs_urlNone
authorAlex Reustle
requires_python>=3.8
licenseBSD-3-Clause-Clear
keywords nasa neutrinos simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![NuSpaceSim logo](https://raw.githubusercontent.com/NuSpaceSim/nuSpaceSim/main/docs/_static/NuSpaceSimLogoBlack.png)

# νSpaceSim

[![PyPI](https://img.shields.io/pypi/v/nuspacesim)](https://pypi.org/project/nuspacesim/)
[![Build](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test-publish.yml/badge.svg)](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test-publish.yml)
[![CICD](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test.yml/badge.svg)](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test.yml)
[![Documentation](https://readthedocs.org/projects/nuspacesim/badge/?version=latest)](https://nuspacesim.readthedocs.io/en/latest/?badge=latest)
![PyPI - Downloads](https://img.shields.io/pypi/dm/nuspacesim)


This is the official release of the *nuspacesim* simulator tool!

This package simulates upward-going extensive air showers caused by neutrino
interactions with the atmosphere. It calculates the tau neutrino acceptance for the
Optical Cherenkov technique. The simulation is parameterized by an input XML
configuration file, with settings for detector characteristics and global parameters.
The package also provides a python3 API for programatic access.

Tau propagation is interpolated using included data tables from [nupyprop](https://github.com/NuSpaceSim/nupyprop).

# Installation

`nuspacesim` is available through [pip](https://pypi.org/project/nuspacesim/).

`python3 -m pip install nuspacesim`

<!-- or `conda create -n nuspacesim -c conda-forge -c nuspacesim nuspacesim`-->

# Usage

![NuSpaceSim Usage](https://raw.githubusercontent.com/NuSpaceSim/nuSpaceSim/main/docs/_static/run.svg)

### Create an XML configuration script

The command line simulator uses an XML file to store configuration parameters. To
generate a default configuration file run the following, with your choice of file name.

`nuspacesim create-config my_config_file.xml`

### Run simulator

Simulate neutrino interactions and save the results to a named fits file.

`nuspacesim run my_config_file.xml -o my_nss_sim.fits`

# Documentation

The sphinx documentation is available at [ReadTheDocs](https://nuspacesim.readthedocs.io/en/latest/index.html)


### Help Documentation

Use the `--help` flag for documentation.

```
$ nuspacesim --help
Usage: nuspacesim [OPTIONS] COMMAND [ARGS]...

Options:
  --debug / --no-debug
  --help                Show this message and exit.

Commands:
  create-config  Generate a configuration file from the given parameters.
  run            Main Simulator for nuspacesim.
```

Help documentation is also available for the subcommands.

` $  nuspacesim run --help `

### Uninstall

`python3 -m pip uninstall nuspacesim`

# Download & Build

### Clone the Repository (for development)

1. `git clone https://github.com/NuSpaceSim/nuSpaceSim.git`
2. `cd nuSpaceSim`
3. `python3 -m pip install -e .`



```
      ___           ___
     /\  \         /\  \
     \:\  \        \:\  \
      \:\  \        \:\  \
  _____\:\  \   ___  \:\  \
 /::::::::\__\ /\  \  \:\__\
 \:\~~\~~\/__/ \:\  \ /:/  /
  \:\  \        \:\  /:/  /
   \:\  \        \:\/:/  /
    \:\__\        \::/  /
     \/__/         \/__/
      ___           ___         ___           ___           ___
     /\__\         /\  \       /\  \         /\__\         /\__\
    /:/ _/_       /::\  \     /::\  \       /:/  /        /:/ _/_
   /:/ /\  \     /:/\:\__\   /:/\:\  \     /:/  /        /:/ /\__\
  /:/ /::\  \   /:/ /:/  /  /:/ /::\  \   /:/  /  ___   /:/ /:/ _/_
 /:/_/:/\:\__\ /:/_/:/  /  /:/_/:/\:\__\ /:/__/  /\__\ /:/_/:/ /\__\
 \:\/:/ /:/  / \:\/:/  /   \:\/:/  \/__/ \:\  \ /:/  / \:\/:/ /:/  /
  \::/ /:/  /   \::/__/     \::/__/       \:\  /:/  /   \::/_/:/  /
   \/_/:/  /     \:\  \      \:\  \        \:\/:/  /     \:\/:/  /
     /:/  /       \:\__\      \:\__\        \::/  /       \::/  /
     \/__/         \/__/       \/__/         \/__/         \/__/
      ___                       ___
     /\__\                     /\  \
    /:/ _/_       ___         |::\  \
   /:/ /\  \     /\__\        |:|:\  \
  /:/ /::\  \   /:/__/      __|:|\:\  \
 /:/_/:/\:\__\ /::\  \     /::::|_\:\__\                                  .
 \:\/:/ /:/  / \/\:\  \__  \:\~~\  \/__/
  \::/ /:/  /   ~~\:\/\__\  \:\  \                                      /
   \/_/:/  /       \::/  /   \:\  \                                    /
     /:/  /        /:/  /     \:\__\                                  /
     \/__/         \/__/       \/__/                                 /

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nuspacesim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "NASA,neutrinos,Simulation",
    "author": "Alex Reustle",
    "author_email": "alexander.reustle@nasa.gov",
    "download_url": "",
    "platform": null,
    "description": "![NuSpaceSim logo](https://raw.githubusercontent.com/NuSpaceSim/nuSpaceSim/main/docs/_static/NuSpaceSimLogoBlack.png)\n\n# \u03bdSpaceSim\n\n[![PyPI](https://img.shields.io/pypi/v/nuspacesim)](https://pypi.org/project/nuspacesim/)\n[![Build](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test-publish.yml/badge.svg)](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test-publish.yml)\n[![CICD](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test.yml/badge.svg)](https://github.com/NuSpaceSim/nuSpaceSim/actions/workflows/pypi-build-test.yml)\n[![Documentation](https://readthedocs.org/projects/nuspacesim/badge/?version=latest)](https://nuspacesim.readthedocs.io/en/latest/?badge=latest)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/nuspacesim)\n\n\nThis is the official release of the *nuspacesim* simulator tool!\n\nThis package simulates upward-going extensive air showers caused by neutrino\ninteractions with the atmosphere. It calculates the tau neutrino acceptance for the\nOptical Cherenkov technique. The simulation is parameterized by an input XML\nconfiguration file, with settings for detector characteristics and global parameters.\nThe package also provides a python3 API for programatic access.\n\nTau propagation is interpolated using included data tables from [nupyprop](https://github.com/NuSpaceSim/nupyprop).\n\n# Installation\n\n`nuspacesim` is available through [pip](https://pypi.org/project/nuspacesim/).\n\n`python3 -m pip install nuspacesim`\n\n<!-- or `conda create -n nuspacesim -c conda-forge -c nuspacesim nuspacesim`-->\n\n# Usage\n\n![NuSpaceSim Usage](https://raw.githubusercontent.com/NuSpaceSim/nuSpaceSim/main/docs/_static/run.svg)\n\n### Create an XML configuration script\n\nThe command line simulator uses an XML file to store configuration parameters. To\ngenerate a default configuration file run the following, with your choice of file name.\n\n`nuspacesim create-config my_config_file.xml`\n\n### Run simulator\n\nSimulate neutrino interactions and save the results to a named fits file.\n\n`nuspacesim run my_config_file.xml -o my_nss_sim.fits`\n\n# Documentation\n\nThe sphinx documentation is available at [ReadTheDocs](https://nuspacesim.readthedocs.io/en/latest/index.html)\n\n\n### Help Documentation\n\nUse the `--help` flag for documentation.\n\n```\n$ nuspacesim --help\nUsage: nuspacesim [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --debug / --no-debug\n  --help                Show this message and exit.\n\nCommands:\n  create-config  Generate a configuration file from the given parameters.\n  run            Main Simulator for nuspacesim.\n```\n\nHelp documentation is also available for the subcommands.\n\n` $  nuspacesim run --help `\n\n### Uninstall\n\n`python3 -m pip uninstall nuspacesim`\n\n# Download & Build\n\n### Clone the Repository (for development)\n\n1. `git clone https://github.com/NuSpaceSim/nuSpaceSim.git`\n2. `cd nuSpaceSim`\n3. `python3 -m pip install -e .`\n\n\n\n```\n      ___           ___\n     /\\  \\         /\\  \\\n     \\:\\  \\        \\:\\  \\\n      \\:\\  \\        \\:\\  \\\n  _____\\:\\  \\   ___  \\:\\  \\\n /::::::::\\__\\ /\\  \\  \\:\\__\\\n \\:\\~~\\~~\\/__/ \\:\\  \\ /:/  /\n  \\:\\  \\        \\:\\  /:/  /\n   \\:\\  \\        \\:\\/:/  /\n    \\:\\__\\        \\::/  /\n     \\/__/         \\/__/\n      ___           ___         ___           ___           ___\n     /\\__\\         /\\  \\       /\\  \\         /\\__\\         /\\__\\\n    /:/ _/_       /::\\  \\     /::\\  \\       /:/  /        /:/ _/_\n   /:/ /\\  \\     /:/\\:\\__\\   /:/\\:\\  \\     /:/  /        /:/ /\\__\\\n  /:/ /::\\  \\   /:/ /:/  /  /:/ /::\\  \\   /:/  /  ___   /:/ /:/ _/_\n /:/_/:/\\:\\__\\ /:/_/:/  /  /:/_/:/\\:\\__\\ /:/__/  /\\__\\ /:/_/:/ /\\__\\\n \\:\\/:/ /:/  / \\:\\/:/  /   \\:\\/:/  \\/__/ \\:\\  \\ /:/  / \\:\\/:/ /:/  /\n  \\::/ /:/  /   \\::/__/     \\::/__/       \\:\\  /:/  /   \\::/_/:/  /\n   \\/_/:/  /     \\:\\  \\      \\:\\  \\        \\:\\/:/  /     \\:\\/:/  /\n     /:/  /       \\:\\__\\      \\:\\__\\        \\::/  /       \\::/  /\n     \\/__/         \\/__/       \\/__/         \\/__/         \\/__/\n      ___                       ___\n     /\\__\\                     /\\  \\\n    /:/ _/_       ___         |::\\  \\\n   /:/ /\\  \\     /\\__\\        |:|:\\  \\\n  /:/ /::\\  \\   /:/__/      __|:|\\:\\  \\\n /:/_/:/\\:\\__\\ /::\\  \\     /::::|_\\:\\__\\                                  .\n \\:\\/:/ /:/  / \\/\\:\\  \\__  \\:\\~~\\  \\/__/\n  \\::/ /:/  /   ~~\\:\\/\\__\\  \\:\\  \\                                      /\n   \\/_/:/  /       \\::/  /   \\:\\  \\                                    /\n     /:/  /        /:/  /     \\:\\__\\                                  /\n     \\/__/         \\/__/       \\/__/                                 /\n\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause-Clear",
    "summary": "A Simulator for Space-based Neutrino Detections",
    "version": "1.4.2",
    "project_urls": null,
    "split_keywords": [
        "nasa",
        "neutrinos",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a85e5e2f49fa796a93d59904b8983b1a1c4a183bd26f7ef788b55fe2d742c4d5",
                "md5": "f39acabfcf8cbc174a06b2674926ea60",
                "sha256": "8781f82967b02166850b52d4b61f44700c23948057e667a814dc7fed4f77e57a"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f39acabfcf8cbc174a06b2674926ea60",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4709193,
            "upload_time": "2023-08-21T15:04:04",
            "upload_time_iso_8601": "2023-08-21T15:04:04.555889Z",
            "url": "https://files.pythonhosted.org/packages/a8/5e/5e2f49fa796a93d59904b8983b1a1c4a183bd26f7ef788b55fe2d742c4d5/nuspacesim-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00541840fbbf28002ddff1e35bde31ef9aef9bd2eef20a4593492b0b144f8611",
                "md5": "a109687ef529c2d4eb9e673113247924",
                "sha256": "f954f3ed4e315c710847d765492ffb8d95c0804bb1431d7a2ec47a4b2ac41310"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a109687ef529c2d4eb9e673113247924",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4706497,
            "upload_time": "2023-08-21T15:04:07",
            "upload_time_iso_8601": "2023-08-21T15:04:07.417365Z",
            "url": "https://files.pythonhosted.org/packages/00/54/1840fbbf28002ddff1e35bde31ef9aef9bd2eef20a4593492b0b144f8611/nuspacesim-1.4.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2544044a338e18c5487d5face862b11aa28329d75b4ca604a3628dc5bb2dd88",
                "md5": "473d711566660bfbeece6208df29a5a3",
                "sha256": "1d34b463f06fcce0ee71ad91f58cadeeb9e4499fa55f3b252aafc68ea8fec5db"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "473d711566660bfbeece6208df29a5a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4743939,
            "upload_time": "2023-08-21T15:04:09",
            "upload_time_iso_8601": "2023-08-21T15:04:09.336173Z",
            "url": "https://files.pythonhosted.org/packages/d2/54/4044a338e18c5487d5face862b11aa28329d75b4ca604a3628dc5bb2dd88/nuspacesim-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a7fa976da052105b0d65af0cf749a5323c896dd0f84c24c712825b472b025d",
                "md5": "732f19a51f763708ce203142fe7603c7",
                "sha256": "0bb14a992ab4f6410505dbd3ba35b7ec21b76cfbb53f798a7c7909dd20bbef34"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "732f19a51f763708ce203142fe7603c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4710601,
            "upload_time": "2023-08-21T15:04:11",
            "upload_time_iso_8601": "2023-08-21T15:04:11.130825Z",
            "url": "https://files.pythonhosted.org/packages/64/a7/fa976da052105b0d65af0cf749a5323c896dd0f84c24c712825b472b025d/nuspacesim-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe804d8847c50e6575783f4dce482305d83791af8c48dba4afab1257ab07882a",
                "md5": "add20be8ec2fbd1ef31e84b4c6d20f06",
                "sha256": "a61fdf7122b7a474fcb0e6ce8a1273f1f5f9d9177fad153d0f3f12f473252513"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "add20be8ec2fbd1ef31e84b4c6d20f06",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4707777,
            "upload_time": "2023-08-21T15:04:13",
            "upload_time_iso_8601": "2023-08-21T15:04:13.361202Z",
            "url": "https://files.pythonhosted.org/packages/fe/80/4d8847c50e6575783f4dce482305d83791af8c48dba4afab1257ab07882a/nuspacesim-1.4.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "092d68200f03f26895de4b18886c97d520c8ec4c46d3446816623cb49371f6bd",
                "md5": "688c16247a7b6dd01916b3ab4aeb163e",
                "sha256": "9ef74ff4ff25d2c3ef1834bdbe8c6d91b2d8a41eeb818a023e89e974758f928d"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "688c16247a7b6dd01916b3ab4aeb163e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4745875,
            "upload_time": "2023-08-21T15:04:15",
            "upload_time_iso_8601": "2023-08-21T15:04:15.075652Z",
            "url": "https://files.pythonhosted.org/packages/09/2d/68200f03f26895de4b18886c97d520c8ec4c46d3446816623cb49371f6bd/nuspacesim-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8862b464d556c838a1f5749d5f20a4e42b2833783795095001d35e05e320ade5",
                "md5": "85f04318ee9a36fc8567a7c8d76cf0a1",
                "sha256": "2670bced3f7aa704386c5b5df8d7bbec98c9aaff179735e984cdff0a24892cc4"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85f04318ee9a36fc8567a7c8d76cf0a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4709163,
            "upload_time": "2023-08-21T15:04:16",
            "upload_time_iso_8601": "2023-08-21T15:04:16.842270Z",
            "url": "https://files.pythonhosted.org/packages/88/62/b464d556c838a1f5749d5f20a4e42b2833783795095001d35e05e320ade5/nuspacesim-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f25035dbd56e1f3226dfc6c144fd95896cbd3dab29bf7734b59257dea5e32478",
                "md5": "15150824552c1041054bb982167f3be5",
                "sha256": "abfe25699407a1fe580767cb423505cfc866f3b1d80d787585f5eee8142f1626"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "15150824552c1041054bb982167f3be5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4706424,
            "upload_time": "2023-08-21T15:04:19",
            "upload_time_iso_8601": "2023-08-21T15:04:19.094173Z",
            "url": "https://files.pythonhosted.org/packages/f2/50/35dbd56e1f3226dfc6c144fd95896cbd3dab29bf7734b59257dea5e32478/nuspacesim-1.4.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3b04233ceb20049c0a450f6191ab6c6c330e9eb847eda5e1240c0626326f5a9",
                "md5": "258fb0544adf8288cf129308a7a6af1c",
                "sha256": "5fbb94bc1cf5862a418524e60002664310db753cd475fdc8da9847b5405cd4cb"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "258fb0544adf8288cf129308a7a6af1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4743800,
            "upload_time": "2023-08-21T15:04:21",
            "upload_time_iso_8601": "2023-08-21T15:04:21.142164Z",
            "url": "https://files.pythonhosted.org/packages/c3/b0/4233ceb20049c0a450f6191ab6c6c330e9eb847eda5e1240c0626326f5a9/nuspacesim-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "196145af6f5d97db2ab41df62e576a5d9bbe052903165e914fa292ea7306a6dc",
                "md5": "8442b7d67f4473dab7bc523ba4695fb1",
                "sha256": "091182216a7df5694ee221ebfc9ce9a99b8fe37e49224ddf1dd049bf2bdcddee"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8442b7d67f4473dab7bc523ba4695fb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4709316,
            "upload_time": "2023-08-21T15:04:22",
            "upload_time_iso_8601": "2023-08-21T15:04:22.761477Z",
            "url": "https://files.pythonhosted.org/packages/19/61/45af6f5d97db2ab41df62e576a5d9bbe052903165e914fa292ea7306a6dc/nuspacesim-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2845e0d8d333802321888fd2cce40d06ff30398eb588406035f504ba260d57fc",
                "md5": "b9c78f64684e90067fb02f1840322c11",
                "sha256": "7d8bd4b5f5b0e4b0f36cb5242d7f493614dba73ec4e261a2ab4c470038999516"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b9c78f64684e90067fb02f1840322c11",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4706606,
            "upload_time": "2023-08-21T15:04:25",
            "upload_time_iso_8601": "2023-08-21T15:04:25.141440Z",
            "url": "https://files.pythonhosted.org/packages/28/45/e0d8d333802321888fd2cce40d06ff30398eb588406035f504ba260d57fc/nuspacesim-1.4.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50bd034d9d4db36bac9cc7a58888d4a8b9d35d03654e86e4fd0bba58c9224e6b",
                "md5": "914d01dab5bf3b9252dbd0716279bf9b",
                "sha256": "9de08d0180f69ef7b6b8074eb560fa7bf0652b70701ae6b096c4b21a2ec53e03"
            },
            "downloads": -1,
            "filename": "nuspacesim-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "914d01dab5bf3b9252dbd0716279bf9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4744063,
            "upload_time": "2023-08-21T15:04:27",
            "upload_time_iso_8601": "2023-08-21T15:04:27.089863Z",
            "url": "https://files.pythonhosted.org/packages/50/bd/034d9d4db36bac9cc7a58888d4a8b9d35d03654e86e4fd0bba58c9224e6b/nuspacesim-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 15:04:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nuspacesim"
}
        
Elapsed time: 0.11431s