Skip to main content

GRB Afterglow Models

Project description

Numeric GRB Afterglow models

A Python 3 module to calculate GRB afterglow light curves and spectra. Details of the methods can be found in Ryan et al 2020. Builds on van Eerten & MacFadyen 2010 and van Eerten 2018. This code is under active development.

Documentation available at https://afterglowpy.readthedocs.io/

Attribution

If you use this code in a publication, please refer to the package by name and cite "Ryan, G., van Eerten, H., Piro, L. and Troja, E., 2020, Astrophysical Journal 896, 166 (2020)" arXiv link.

Acknowledgements

This work is funded in part by the European Union’s Horizon 2020 Programme under the AHEAD2020 project (grant agreement n. 871158).

Features

afterglowpy computes synchrotron emission from the forward shock of a relativistic blast wave. It includes:

  • Fully trans-relativistic shock evolution through a constant density medium.
  • On-the-fly integration over the equal-observer-time slices of the shock surface.
  • Approximate prescription for jet spreading.
  • Arbitrary viewing angles.
  • Angularly structured jets, ie. E(θ)
  • Spherical velocity-stratified outflows, ie. E(u)
  • Counter-jet emission.
  • Deep Newtonian emission.
  • Image moments suitable for astrometry: centroid position and image size.

It has limited support (these should be considered experimental) for:

  • Initial energy injection
  • Inverse comption spectra
  • Early coasting phase

It does not include (yet):

  • External wind medium, ie. n ∝ r-2
  • Synchrotron self-absorbtion
  • Reverse shock emission

afterglowpy has been calibrated to the BoxFit code (van Eerten, van der Horst, & Macfadyen 2011, available at the Afterglow Library) and produces similar light curves for top hat jets (within 50% when same parameters are used) both on- and off-axis. Its jet models by default do not include an initial coasting phase, which may effect predictions for early observations.

Installation/Building

afterglowpy is available via pip:

$ pip install afterglowpy

If you are working on a local copy of this repo and would like to install from source, you can the run the following from the top level directory of the project.

$ pip install -e .

Using

In your python code, import the library with import afterglowpy as grb.

The main function of interest isgrb.fluxDensity(t, nu, **kwargs). See examples/plotLightCurve.py for a simple example.

For jet-like afterglows there are up to 13 required keyword arguments:

  • jetType an integer code setting the jet structure. It can be grb.jet.TopHat, grb.jet.Gaussian, grb.jet.PowerLawCore, grb.jet.GaussianCore, grb.jet.Spherical, or grb.jet.PowerLaw.
  • specType an integer code specifying flags for the emissivity function and spectrum. Can be grb.jet.SimpleSpec (basic spectrum with νm and νc), grb.jet.DeepNewtonian, grb.jet.ICCooling (simple inverse Compton effects on the cooling frequency, experimental).
  • thetaObs viewing angle in radians
  • E0 on-axis isotropic equivalent energy in erg
  • thetaCore half-width of the jet core in radians (jetType specific)
  • thetaWing "wing" truncation angle of the jet, in radians
  • b power for power-law structure, θ-b
  • n0 Number density of ISM, in cm-3
  • p Electron distribution power-law index (p>2)
  • epsilon_e Thermal energy fraction in electrons
  • epsilon_B Thermal energy fraction in magnetic field
  • xi_N Fraction of electrons that get accelerated
  • d_L Luminosity distance in cm

Optional keyword arguments for all models are:

  • z redshift (defaults to 0)
  • spread boolean (defaults to True), whether to allow the jet to spread.
  • counterjet boolean (defaults to False), whether to include the counterjet
  • moment array (integer dtype, same shape as t and nu) which sky moment to compute.
  • L0 Fiducial luminosity for energy injection, in erg/s, default 0.0.
  • q Temporal power-law index for energy injection, default 0.0.
  • ts Fiducial time-scale for energy injection, in seconds, default 0.
  • tRes time resolution of shock-evolution scheme, number of sample points per decade in time
  • latRes latitudinal resolution for structured jets, number of shells per thetaC
  • rtol target relative tolerance of flux integration

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

afterglowpy-0.8.0.tar.gz (58.7 kB view details)

Uploaded Source

Built Distributions

afterglowpy-0.8.0-cp312-cp312-win_amd64.whl (75.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

afterglowpy-0.8.0-cp312-cp312-win32.whl (66.1 kB view details)

Uploaded CPython 3.12 Windows x86

afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (245.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_i686.whl (224.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

afterglowpy-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (249.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

afterglowpy-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

afterglowpy-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (73.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

afterglowpy-0.8.0-cp312-cp312-macosx_10_9_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

afterglowpy-0.8.0-cp311-cp311-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

afterglowpy-0.8.0-cp311-cp311-win32.whl (65.7 kB view details)

Uploaded CPython 3.11 Windows x86

afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (241.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_i686.whl (221.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

afterglowpy-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (247.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

afterglowpy-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

afterglowpy-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

afterglowpy-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

afterglowpy-0.8.0-cp310-cp310-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

afterglowpy-0.8.0-cp310-cp310-win32.whl (65.7 kB view details)

Uploaded CPython 3.10 Windows x86

afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (241.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_i686.whl (221.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

afterglowpy-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

afterglowpy-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

afterglowpy-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

afterglowpy-0.8.0-cp310-cp310-macosx_10_9_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

afterglowpy-0.8.0-cp39-cp39-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

afterglowpy-0.8.0-cp39-cp39-win32.whl (65.7 kB view details)

Uploaded CPython 3.9 Windows x86

afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_x86_64.whl (241.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_i686.whl (221.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

afterglowpy-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

afterglowpy-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

afterglowpy-0.8.0-cp39-cp39-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

afterglowpy-0.8.0-cp39-cp39-macosx_10_9_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

afterglowpy-0.8.0-cp38-cp38-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

afterglowpy-0.8.0-cp38-cp38-win32.whl (65.7 kB view details)

Uploaded CPython 3.8 Windows x86

afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_i686.whl (223.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

afterglowpy-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (249.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

afterglowpy-0.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (217.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

afterglowpy-0.8.0-cp38-cp38-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

afterglowpy-0.8.0-cp38-cp38-macosx_10_9_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file afterglowpy-0.8.0.tar.gz.

File metadata

  • Download URL: afterglowpy-0.8.0.tar.gz
  • Upload date:
  • Size: 58.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0.tar.gz
Algorithm Hash digest
SHA256 93c587eaeb7054885709e1b3f556d9aef9c8164653329564e251385cfa4a66c2
MD5 7f937a648c91957ee4f649ce6be0a5fe
BLAKE2b-256 801477d82bd09e3ac0b0dff03580f6961c47dc6323b0563cc651d0996a939ad2

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f97bec7f1244c4691d19f8fa283c9400c4bd047e3cc573670616e3aa86b3e703
MD5 16ada95b275e59164c6d8bb9dbe0d9e5
BLAKE2b-256 96687353704664a914e9f0f173a0653b4723b235d72a72c4f26ef426c05d8b57

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: afterglowpy-0.8.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c71a0a337d1e7b0843e69c329d810a877897836adc29be8caf0ef0d2f1db0774
MD5 c9b084b06ca978dfb2c44d1f0a91b562
BLAKE2b-256 da038099269eb38bca7eec4a3161c80373a05f0d071139273a8cbb655be9c5da

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d4bbfceb14283bbcd6569f8a1680cd6b480966314b1d777d84854e6c8d9ffd8
MD5 a3429782ef3421529e13c9a14e4575cd
BLAKE2b-256 cf20312ab8be312b1a432fbbc8dfbb3c5fff32515d7eefe33061069d87e8e1ec

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e84ee30d75dcd9d118431d8e9a19b6cceb0beed82ffeba74d46fa1e2a2b7f930
MD5 675a7769dccac7ad5d10283c3026d82f
BLAKE2b-256 ae47132a617f2f4f36fa98df90d1d0014a57c0e3497108f30513fc6561574e1f

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0dfb689d2904a6dea50030e1509dab0fc6bdd57e43a62bb813482e07e54ce31
MD5 11cdd1389d9eac53fac4ed254fb6ffa2
BLAKE2b-256 4b996d6845df482961a9601c536a825c750332d103168766f62bc12653d2e7d1

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ac275fc7a1d7099d46ef884cbe14d6f16bfc08098d5a030f9258c8f9fc6c21c
MD5 50b8ccfc05ba45443e36217e64396e05
BLAKE2b-256 f9da6326a43dfae339132ba6b1fccd4ef013123fe87a6236dbc78120bbe3b1a6

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ea28fb5f4534c32da2bcdf0bd258441fbaca9d3b8b155bca11bb119266b4d96
MD5 5aa1e3df0e88c73c2ab0773fbf25fb8c
BLAKE2b-256 5b277dc53cb18a6fdcddc25b3fecebad26036a68626f361801cdf4f28080e4ac

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0070840c2a14f0f156f84d0b37b5dab17a373c429d3560a97e7c343271bbe34d
MD5 dcf9a0c7d62bf69ff869c6f32de13042
BLAKE2b-256 9265858c5a4176d1a1690edb58b17811263363e37de34e666bb5fd5000b5125a

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ae0ca58f504562c64e27597766b4bfa828ffd20ce206e3f2e45a8b5cff59757
MD5 39b81d07021d94ce75a3ed102e886989
BLAKE2b-256 39a09ee9ffc00499b18d5639701c992ad132f1009b292289ef8f8dc34379956f

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: afterglowpy-0.8.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ebc590dfb926a5fe7625a6aefd5243b610933976b661df790cb3e9f2b5eb0436
MD5 7868786caa0814fed234e457c379ead8
BLAKE2b-256 d113cb0f6882cdf64a03f6e37e925059e219e4f62cc5f377cfb57bdf0d28bfb6

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2fc93fcb933be3176fd555982e32089335b4bcee0952781ae665354cbae3ef53
MD5 19d902b841c3a91bd0b4ecfcefbdc048
BLAKE2b-256 418e045875f6b36307d6fe941a0b347f87f6f1dfc59eb5542137360969ee8d7a

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 455f27bf2eb592cb36db2f61874b3564f515f1dda7c35f1b4ac437c4f804b374
MD5 c933aebb1568c4c440d1d2ada0152594
BLAKE2b-256 fa43fec8505aaf703d6c60b4419c380b4df07e0bf16fd86b4bd557b1845af357

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9267b744b0b65985f431ae080fc795e3446c62b1db523486583780029053e32
MD5 bb4a6f44bef204c1493b62fd25fbcf9b
BLAKE2b-256 b75e41dcbbf8431e6e5b3200fabaf77e7251dceefe037cd6ad9d29075f2bdcd3

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f506ba4d7c6ba7c7d70134308056ccc83d13059990b49b1388382c53ad33767f
MD5 76cc6540914c55a202994dff4496fc33
BLAKE2b-256 777c8cfa39eb36952d10402c5ffb7da730a60e543b7007c3b633b423e06ac24a

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 140149214f03923419a417baecf33fdcc71534e446cb824f54906d41cdb7f943
MD5 2f9d6d74773f02d13aa005c4fabf09f0
BLAKE2b-256 b23780fff30452eb48f12fa9a1dd51691365489a6e9bfbf630666468bb5c75c8

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ae4086711cf5e1abd8ea215ee13716ad2a7c957f428b8d9f4f5aadb003739c7
MD5 03e40e79c550dd79d565e686b1b7a07c
BLAKE2b-256 aa8047255f77f1a8921e152ac299b0f055ca025d121e56c4587ff376172dd175

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3500fff8e4fe970db8810ba7f3b8cb50c0318aa8c46466b73f5750f226aa60a8
MD5 4fcf36481deb4325b4304a8025fca0fd
BLAKE2b-256 5f7f563e1c1168506e76e8ae152e1765ce904b26a0f23a9824616d15e770221f

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: afterglowpy-0.8.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 701fc27a7fc678069a8efff63b08a8aefd82f9d554c96ac21594f66bb382b155
MD5 25ca3f8473fab8b9df611126587b9bd9
BLAKE2b-256 acf45e37a2c7b214975850eea75ad79b4a81e91269343ab1b6540575305448e3

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 214161448cb20b9abcbf61ef5612a80b99a4ce4988b04712655061af4146d540
MD5 a70eb5d88233f243c7fc1746b35fada7
BLAKE2b-256 1360c75a90d3a78e0091e37607a626e26d319e49d1adf580ef7d96cdcb3680f4

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a88d3a723e3212b8c06d0f4f0b16e632eefc3a05240854294dfd2f7d723487d
MD5 5c22fca2ed7ce3c9e922bcb034433e07
BLAKE2b-256 a1cf68ae2b3d3b7b76f3aa644f8717fcb504d80de42c3d634be56c82820700ed

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 654c8d52389e3a9596a9f9fee64e919ca9e9dee44d1504c2f9166a38c59a6443
MD5 cf13b953702e59439c60171b4fa0ca0b
BLAKE2b-256 59124e93244163bd561e2a1d7a480094969c841295971f889bd2a9090ab35a39

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb0e62327f5dd3ca4f81bbc2e849b09e3b41d20111a52546a70517a6f50c6d65
MD5 b63e6c44262cd330a6a5333fe92705fc
BLAKE2b-256 d17bf2cb3f9dd813de9e122ca961613562c8b4a62f52a105827dd51b409f2192

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 348a306626153a028f2c863dea46cddece76df081ec9bccf7294f11c132dda81
MD5 cd44e52fef1186f4698818f4d5b428b3
BLAKE2b-256 1616efd759d6ee617c668e4ec0d22e2b348982431ca2759690c440238b82c71e

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbf1568dc67e18e7af86e40f07ff833cdb5bfc10a6f346edb25494b69454f797
MD5 06f23ab89e7ef3235512258c75e5849a
BLAKE2b-256 7c5322e5abf976dcf94b04170ca5fee24b1afefa92c35d790d274d165d3c7f14

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 918d9d004d87760a98ee0b58f2af0fe14ba395c6f26cf854bf5979c608577add
MD5 812e413807385c5e97037b93400c5f85
BLAKE2b-256 6e68e44207c9da45e689f278a5bdc52391cc1222c9eba5948a970857a2475505

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: afterglowpy-0.8.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 14f3968e4da11744b1025166d336f68da56b09ca605217bff585c3574c1a3233
MD5 14a3e3dd21525968521d3eee1355ff1e
BLAKE2b-256 e47d87ec2dafb9f73467722fa0396c63b0bb3b1913bacbb632ec62e76441ba0a

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44d96b39e266c9d19a2c98c31fffe81a194b257ddb7ce6be2463fdec3ed1f50e
MD5 2561a996b8c67ee13b41eaee3cc18b8d
BLAKE2b-256 73ce90c60bcf8fe0b6b99931062d2ec83e2cfedbf9107f4e38cb507c15bc92e8

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f8951ff0361d934eda82b862b09e9f9832dfc29efa5072c906bde812a8aaa75
MD5 31bf075ac6da0a2a3c740a13ac3847b5
BLAKE2b-256 c672ff9779702f5b77e8f9f949f84e1e5c63db0c77d28420974c9c173604ebf1

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f6b0c036335ef059826272f7afe6f5296e9ed05bff8f9ab3b20417b669bcfe2
MD5 01b44bc744390a491d1e4f9fe12197bd
BLAKE2b-256 04a40a251de778c7c623a8784df04fd5fda4fcf9de156db36f709d8bff56a415

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 930a5f4f48a4c1bbe7cb72dfdae472dfa45950860695c154b2e867b509912949
MD5 c5e99aaff61696db247ca773aa0a032b
BLAKE2b-256 9feffefb01f6695b6da20eeffebbee4f7c431b9912e680aafc12f870796dc5b3

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3a9ef9be196ee046cae393c114f9ebe72975e6deb0156960be51b852f799bca
MD5 97eb77f2355b663e0fa0f87e7b4d0edd
BLAKE2b-256 e40c2be8bc3a7dd01888c32303580158b71c91a5f907a60f54471a85b57cbbcd

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae7a7dcb552e96e24c806f6a486e1294425792eb54fe51a7798282c617cb72eb
MD5 f79f30efa780d2451f7345120f546084
BLAKE2b-256 f0c318496df5588aad1223b5729eca3d452e6bf7c5dfa48191b52b801b64c00b

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 04a4797536069f8d554d838422948aa363defc2eadf09fe11b0396bc768630db
MD5 75d40f1a7355a14bfb201af3530550c6
BLAKE2b-256 20230cc5cc96b12708446b1f15494528d25275d8c5c1455be33a3ef39e4b81ef

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: afterglowpy-0.8.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e84c406374b17cdecad7bf6ce793fe5c06efe057574c508cce1406dedf911445
MD5 b49e499476f5c07dd77c354f1dd0c390
BLAKE2b-256 93beef745db8fe3fca2ecc2c7e95cdf5db1f74f08d3cbc8cba4e8d3c85f71a54

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32d75e10fe92b8fbb08686d5ecbb5b91a8102c7091883b9bf977ca9511eb8a7e
MD5 c16f79c44cb96dd14be449342ca0d24f
BLAKE2b-256 874520c044b18a4ad470e00812d70c9586d58534666c58669206b545fae4c6fc

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ebd48c77ae7a1f081dc507a80052d3428196301a02730667caf583e4549c23a
MD5 55eac591bfb9826e918c276bbc190f9a
BLAKE2b-256 c1141a061c16abfabf776543fd70f49b83a2696ab6af051df223b4749ad418fa

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd6d60558aaffc3789e355c6b1a9f3ac7ed2e8b4aef172d83d6da43ff4caddb0
MD5 4a661902c35078118c84cc1da6163ee6
BLAKE2b-256 36f9efb8861122c43531e674780f39ac4f8e6399cd2780f25708e70d81359fd1

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b66d67e12cd9b9f0baa799cd644bf11bff56d6ef34b132c734da5468e75dada2
MD5 50d583a1f4b89c4354f1ffad159bc032
BLAKE2b-256 0611e894fa2888207ca4feb4826c16d9bb429196d7af773638b902cfff35b258

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c5a0aa6b7ab12e9cb72b2612982f5a7220be990f1c99234553161dd68a7719a
MD5 cbe3bc25af2f97240ab60dc906d0a061
BLAKE2b-256 217b4d819260d834692018c530d18545b4ff93f31b07f94b10839adf37e27e9a

See more details on using hashes here.

File details

Details for the file afterglowpy-0.8.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for afterglowpy-0.8.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6eef1d3f9b74d5e4450fbdb85b15af28695593011de1be18cbbd4135e938f81
MD5 dace7da7c8581c8e45f2d0a1e8fb1855
BLAKE2b-256 6a56f7cfdf54a57ff3f3f071627f6893d6ae17a4ee1b777107d192fb42d33581

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page