Skip to main content

Non-LTE Radiative Transfer Framework in Python

Project description

Lightweaver

C. Osborne (University of Glasgow) & I. Milić (NSO/CU Boulder), 2019-2021

MIT License

Lightweaver is an NLTE radiative transfer code in the style of RH. It is well validated against RH and also SNAPI. The code is currently designed for plane parallel atmospheres, either 1D single columns (which can be parallelised over wavelength) or 1.5D parallel columns with ProcessPool or MPI parallelisation. There is also support for unpolarised radiative transfer in 2D atmospheres.

Lightweaver is described in a paper (including examples!), and has API documentation.

Whilst the core numerics are implemented in C++, as much of the non-performance critical code as possible is implemented in Python, and the code currently only has a Python interface (provided through a Cython binding module). Other languages with a C/C++ interface could interact directly with this core, hopefully allowing it to be reused as needed in different projects.

The aim of Lightweaver is to provide an NLTE Framework, rather than a "code". That is to say, it should be more malleable, and provide easier access to experimentation, with most forms of experimentation (unless one wants to play with formal solvers or iteration schemes), being available directly from python. Formal solvers that comply with the interface defined in Lightweaver can be compiled into separate shared libraries and then loaded at runtime. The preceding concepts are inspired by the popular python machine learning frameworks such as PyTorch and Tensorflow.

Installation

For most users precompiled python wheels (supporting modern Linux, Mac, and Windows 10 systems) can be installed from pip and are the easiest way to get started with Lightweaver. Lightweaver requires python 3.8+, and it is recommended to be run inside a virtual environment using conda. In this case a new virtual environment can be created with:

conda create -n Lightweaver python=3.8

activate the environment:

conda activate Lightweaver

and Lightweaver can then be installed with

python -m pip install lightweaver

Installation from source

Whilst the above should work for most people, if you wish to work on the Lightweaver backend it is beneficial to have a source installation. This requires a compiler supporting C++17. The build is then run with python3 -m pip install -vvv -e .. The libraries currently produce a few warnings, but should not produce any errors.

Documentation

  • Paper.
  • API documentation.
  • I suggest looking through the samples repository (in particular the Simple*.py) after the code description in the paper to gain an understanding of the basic functionality and interfaces. These samples are unfortunately not always up to date, but are a work in progress.
  • The MsLightweaver repository contains a more "production grade" tool built on Lightweaver for reprocessing the time-dependent radiative output from RADYN simulations. This tool is currently undocumented, but has a relatively simple structure.

Please contact me through this repository if difficulties are encountered.

Acknowledgements

The python implementation of the Wittmann equation of state has been kindly provided J. de la Cruz Rodriguez.

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

lightweaver-0.8.0rc5.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

lightweaver-0.8.0rc5-cp310-cp310-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

lightweaver-0.8.0rc5-cp310-cp310-musllinux_1_1_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_universal2.whl (4.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.8.0rc5-cp39-cp39-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

lightweaver-0.8.0rc5-cp39-cp39-musllinux_1_1_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_universal2.whl (4.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

lightweaver-0.8.0rc5-cp38-cp38-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

lightweaver-0.8.0rc5-cp38-cp38-musllinux_1_1_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_universal2.whl (4.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file lightweaver-0.8.0rc5.tar.gz.

File metadata

  • Download URL: lightweaver-0.8.0rc5.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5.tar.gz
Algorithm Hash digest
SHA256 ea83e73e1566c493e60dded9f778d7457e957713b276856c2e4773de0fe466b5
MD5 3067d03863270db228db60d05812c0a0
BLAKE2b-256 37c22536311945dc18630beee3cff9b962a5dac009226139fa336992e21567c5

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54519c5240eb5781adb6ddcff9ae620ed0c92748605f82c739f006fc26c93107
MD5 7c82f88430f0e92dd5bd7a321fe91386
BLAKE2b-256 91e3b37938301ea3890090367e58163bec1a26d529b4707598bd9d67ca9b83a2

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 92bb227def10af3bcd5bc853a24d8900d2cfcb63c93f7e3a6c00758dbeedf7a6
MD5 1fc60ed300b7d915a0de4fbace8f1e2b
BLAKE2b-256 4ebd9897880e901b108f862b98bf6437e6028b3b14f54991ad3294b2d6426ba5

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 557efffbc03755445ae84ee2e7df2922cda60623e5fffed873d068156eebe35c
MD5 b3d46c8731f4a3c03a48266aeefa8ea3
BLAKE2b-256 353ae06976e8582b8223743b769d314a0a9975fcd44cc6c76728e00f87507954

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b15c47a657750360545343263b979439c2b4c89f9f78a4a5a9a7565a033a43c
MD5 a664438971687c11f467d1ac59abbeff
BLAKE2b-256 487f26706a355199b7f7f5ee67f11cb3bc9b9ab5373f8326083bf03d1793172d

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3ac4c80451c056b439686fd3bb65ead649d841a280e554b9bedcdfabf54bc341
MD5 a98f5d6ba91f00761b0030fba0fd6a3a
BLAKE2b-256 d408e9a7eadd4d67bb23f08ef7955836a490f2a4be0f57b66160691b8446cbe4

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e973f45cb6478dc531a5530b9669cc284e89b53340748a31a0e8e297431203cb
MD5 7c15c89ec6cd8bd24c38ddd3a3744694
BLAKE2b-256 b8751c34df8db95b25c68838cf6f0cbc304bd5786901713e462b9b5858e13818

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0cf2ecde8e00b8e994480c397a02da788a304d370c3b13acf9d6700748fbbb26
MD5 66df4990d9f0a4e686bc2e330a429ed3
BLAKE2b-256 b4ee5feaa22fd26cd3fc6d1f0529ffcbe9614807b01fde9b7344ca5f6443812d

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33c9c320f706b85874c296dc1875563b1173d9b00dbe038289e735238aa47b66
MD5 1610ada87ab7fe78c89c019549fb2a1c
BLAKE2b-256 55fc6630a4a47eace19c786d154e42e9f822354a298b617505293a8e31be9e7f

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c61729b041f1cd5160723951692f762a451163f7f2ebe65e244512c879b51c9
MD5 9a113ddf4392d5c69a9ba97a0fa33287
BLAKE2b-256 e89edadb2f231819203e29c8e4649b24cff065849049e738081d595cd1d7fa55

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 98592e47d4ab0c22b7abcf699cd9157a9c0944d52ac79784f0134b21893233a3
MD5 251df4f4d105634bdc161aa9914d894f
BLAKE2b-256 93b1544aad0038e6832e93f157e839faf82d49bde6f04458cb2b99f5514e3c74

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 404e6421ef3245fbb585f7a9c666bc1f6b244cc1c86f5ce8f12bc1657c2385b7
MD5 eb94372b77c39659f5ff7794cc2fe29f
BLAKE2b-256 856ec3b6e334d1469908f1277bad3a41e7e6afea34f28a2d5c208be1bd408ee2

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 17.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a03d25788dec73162d14895b9ee40b475e5dbcf2f534ee8c1f56e797026e1500
MD5 dfa8e827183490b6d54961904d33c3d2
BLAKE2b-256 93076781a6f4ffde6ee404d7513c3e223b0a82842e2036e0125d054029eb3f41

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 888ea14727f9b63db4506dd215be5bf7df9a9cd3ee63e4f37b7358038f52842d
MD5 03c96e3cd78113d371a4c05474355cda
BLAKE2b-256 07541e202c6944655eca6947a4a5ef3c53ba05316bb02018e49551abd029a392

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c952949d1b05f3867e80708ace569a7c263a4aaa764052e4d596e23cdf6646d8
MD5 a0bb2e2ae432eab75be0695386dcb696
BLAKE2b-256 629dc1b7d5f0b744d56d8d05f68b413341ceb5afadc0dc97e6906c379671d612

See more details on using hashes here.

File details

Details for the file lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12

File hashes

Hashes for lightweaver-0.8.0rc5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d9ed5ea92d69efc93471e05f965e2df6ad994704ebd4dd9430ca6a7053d99bfb
MD5 1f81a2319ed6a0aa9ab5b46a75d883ae
BLAKE2b-256 8b354db861f848df2834e706d96426f43b7176240532935202525f043899ea0f

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