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.0rc4.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

lightweaver-0.8.0rc4-cp310-cp310-musllinux_1_1_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc4-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.0rc4-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.0rc4-cp39-cp39-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

lightweaver-0.8.0rc4-cp39-cp39-musllinux_1_1_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc4-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.0rc4-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.0rc4-cp38-cp38-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

lightweaver-0.8.0rc4-cp38-cp38-musllinux_1_1_x86_64.whl (18.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc4-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.0rc4-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.0rc4.tar.gz.

File metadata

  • Download URL: lightweaver-0.8.0rc4.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.0rc4.tar.gz
Algorithm Hash digest
SHA256 f52370b5692e7116f98eb01df13bdbe05310c0658a118a2af69fb6f10177effc
MD5 36ca34b44312c75b3caf412017c703b4
BLAKE2b-256 37706660599ad7f7904a4341e42dc368e86527f06fe2df4dcc5f72f071a7ba14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4515ca4053e8ed152694c30bb12f3f233f310aa24543c461bc23591d46a6cf37
MD5 3eff2386221990c8fe779d1929a2ebe0
BLAKE2b-256 efd86745082b661bea1a360c34b3264acbb755a2c8839235824a22c7ec6de414

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 17.8 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.0rc4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db544619dcee14eb6420ed89ffbb736f04b44a17834195a71c1468298817ff8d
MD5 99ea85f489bffde57a50c5927c47fa2b
BLAKE2b-256 d5e53c7eec3b7a6429562eb8e510d42f67d334c51ed06ea7d302eabccfef0b1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 10.8 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.0rc4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21cef83cc6731be03043c71fde2666279d90da8739e16a99d4a981bfb6e82664
MD5 1cd1a1944c906d3271aec8f51bccd276
BLAKE2b-256 68de9b545a8af3ef1f54c689b6d4efd16690a316ee79ee2c5050e56de07f8ad8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78de932b21574b6ceaa91e8d98cb92ea07da98c26d9c034684a8c23554951802
MD5 7f8bc99875f122f1523631d061eb7138
BLAKE2b-256 27422df3288ec458951a2bc96a32ac3ebb34754204ad53d0d74716145c7840bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e4283b58e863187c0f0d595a20f844b4254f98e2cf106452e55161d8a38e6a2a
MD5 92f8d7afa2a4edf83e79f530bcd41dcc
BLAKE2b-256 15180906020c69a9ca6b61edd4a07730c31c16c29ead1ea7cf652e0cd107294d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 691cead9308778cd97a92db910270964d1e7ca4cbc02067221dcc5711bd383a3
MD5 4101beaccfb65cca9fd961f6b5a3762e
BLAKE2b-256 a050954d52eb0b96a704939a0c9c431a483c5f27afa38f794766919e20364cd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 17.8 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.0rc4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cda8697f20b34113196ecb632d1287d1bafbe09c08d76306c23ed07df36a0132
MD5 3e4bf40a55ffe929a9d643c374be8a20
BLAKE2b-256 845e0cf1aa48c3931e5f9c31a8f9028f4523e121b17acb98518145a45fa92903

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 10.8 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.0rc4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ce2933fa4238a5230dee041bd3976f697d760051d86c4c1aa855db9ac98b4bb
MD5 160652d4e536e34e2bca9807da25425e
BLAKE2b-256 ef1240824f383bf3046b0c98a9ba6b1fd66a476617e9b7493fc0eb162e609d53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d55223a7964b67819fd5972fe536fad018b95b203fdba00d65f7e1cbfb47b221
MD5 85149af7f6d1b23952377ce9e2e4934d
BLAKE2b-256 df7a00c79c3a0057c8f9543e904d54bc0230d7a93c24ec9061cdab2f641eca11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c55789fb992eaf7e25bdfb670987650c164b1f068edadc6bbd9bd22d16ae7f1f
MD5 e210c969f1e4be07c08fc1deaf7d6c2b
BLAKE2b-256 dce87a169683aba51e92d509f6abea7516b20d45442bb54547ee96ca6202334f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7995df446fb49f5a6f3093db702111b62142b0fca8161796783af7305513b32a
MD5 2ebff249cda96e399264a4caf3b19f03
BLAKE2b-256 50e17841fd7b250a4f6370db0cfbe9a11d19def21c0696a3abd069d288e97a24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 18.0 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.0rc4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 20504ab00cba8e76de049d1be2e38254d64da1da89619783e7bc4bdca51e79e0
MD5 26951ab1897c62715131c0a8fd757d46
BLAKE2b-256 0385f75b46d760cea703511a9adf12db7d8ee3b580353f5f68147ca4c16d9f45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 10.9 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.0rc4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be3f5a4ecabf2c41002226e7ee95c9ec5c9a6966afe71e1a6ec2bb28fc738a37
MD5 8cfd69c852e89db041e27a36b45130cc
BLAKE2b-256 767edb61a193b3b1e7f4a2eeaac5dd9173ddd06aed69f45e5dff8932935e9543

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c3d72d328b25c7eeb39c9c47cee483f3fdc8b27093de30e2b224c65481bb9ac
MD5 2491d2480bcee3093dc5ecfab3ef2ccd
BLAKE2b-256 b21ea9ee90ea1800eabad27b0f77c23635dff055917461170a4ce888e03d21b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc4-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.0rc4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0ebb773606de8cf517fd172c04d0e1429e2498e97ee95122724772b34ba42ba8
MD5 8744d6698e0c94d132a8ca912c25841c
BLAKE2b-256 7f92479ea20d5ec0e0634fd48ed9949ebc470a4e1f40c787813eea22f6d520ea

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