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

Uploaded Source

Built Distributions

lightweaver-0.8.0rc1-cp310-cp310-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

lightweaver-0.8.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl (16.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc1-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.0rc1-cp310-cp310-macosx_10_9_universal2.whl (4.0 MB view details)

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

lightweaver-0.8.0rc1-cp39-cp39-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

lightweaver-0.8.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl (16.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc1-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.0rc1-cp39-cp39-macosx_10_9_universal2.whl (4.0 MB view details)

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

lightweaver-0.8.0rc1-cp38-cp38-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

lightweaver-0.8.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

lightweaver-0.8.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lightweaver-0.8.0rc1-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.0rc1-cp38-cp38-macosx_10_9_universal2.whl (4.0 MB view details)

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

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1.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.0rc1.tar.gz
Algorithm Hash digest
SHA256 ceb3099f2c90ac7a58bf2f84b25974dee0f3a4cee05820365443986036c6d738
MD5 fdffb68ddaa462c07ca791af4b79f99e
BLAKE2b-256 2ec91694e4a2cafdd196e11fe56803b7cb58ee22a99a1455332d6add9ecd4a87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.3 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.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a15b80771de31c932ed6fdc999ba42a77de461dd1eebd30447ce17eba89a4dc
MD5 619cd49c1587ecfc26a5ed0e23241a93
BLAKE2b-256 e5887ed0e4faf3b9f8974bd73f8275025bd23c7f759c1746ec1dfce191b36354

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 16.7 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.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b064abe50a8a21d1faac624b380f2048aa2d385c8a93225815f0cf0e1b12a2e
MD5 2e32456b1e5c2e7a4376a00cb4dd075f
BLAKE2b-256 d88c0e796dbba5c7718cefe6fa7bdb925bc8a79792033f2f625f7d39827ab95d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 15.7 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.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e973936444dcbd572f532d7f446c93dbf9de4b0b3f81444ea49707810fa4056
MD5 2deb5bf52e52c46cdc99b02d8f2723a3
BLAKE2b-256 f0804951c08ec8ee6029ed82ecda7744d82d8c1eb83631c11cb5f001193fa598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-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.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb7a73044e0714d142f6a11bd0c3eba9e6f2772311a18970757212163ea04c78
MD5 550d770fe04e25669ed2b6952d49ea2f
BLAKE2b-256 196a3e840e94388a6ebe2aaffb3c5e3100d017a3be792c2f40be63d8d50471c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.0 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.0rc1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 06c6022fbf02c6c106cee121f04a9a06a276f8080a714b7d1bb914245d0a4f79
MD5 1b2eb1bb825a6dc11fe45fac262a2b5f
BLAKE2b-256 951387c384d6f91e11505f79034010c4713a64a26ef1f2ae581d67a83f48f747

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.3 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.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0a8edd547415f652a87fa5b71ad8ac0c0708523e111b2cf9ca2879c0406c5fe7
MD5 ad33c4266cdcf679e53be144f49d7f4f
BLAKE2b-256 4e51cf49788f8a0f3484e6e7a6223645c6fccc88570c6f04b304c73067a8475d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 16.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.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5444c34b1946ddf706b63accb02d11116ee616204c72c1e53fee423b91a3182e
MD5 1ac62a84775ed850f38b25fccc7df392
BLAKE2b-256 c7466c0c1e03c6f67888e5fd2458370a4c56c8fd6cdfd4cba16d5fa07c840b29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 15.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.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc55591674d977180cb5fd586bce3da7a554ea9dd62ba09c5062e0dc6ba951e2
MD5 4d6fed816a982ffdbf7076c756afb2f0
BLAKE2b-256 52e300bdb301b06b9964a6b913358496706451b2ab44e43f78ce96823cf94878

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-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.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 462677d4e07b9b6f53121fc38e279ac7c308ddcf4fe1701c96da56083339da7b
MD5 ce9ad6658d0df03e25c59db0a63e929e
BLAKE2b-256 714e073ba8c7d1267ef34b6cdf68d0d34f2fa9d8b8a7e3e708f058db5ad157c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.0 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.0rc1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fc5c468e3bc1e17f302e586986ac889702c5ccaa92a8e7df75107c32560f43dc
MD5 b969e4a7e3ffea4401acc967c9c157f8
BLAKE2b-256 4ddc2c999edabbccee98d5336989faec7a0a0987a26b4b17e5e5f14a745279d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.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.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 341648e1597bb37cd67526863427efda2adb38a6fdda05e7772b239d29cae4fe
MD5 ed0c288c42a314ba348f2e498e030d36
BLAKE2b-256 2d9009d5e088146f3862a26a11ab1e7a8d48612c81b2ba9ec7f5b09c161ebfc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 16.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.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b00250efedd10bede0f5ec12f8db4d67c4f877edaba4f1861ac4b06b99febcff
MD5 49bc865dbdc51d5cab71613cad411d6b
BLAKE2b-256 cae78f0b4fcd136404e387d3f483e66132b834a521abdb6ac535cddc545259fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 15.7 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.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9328ea7ea2868fe63fa1f8fbd8a6c1d89d2edf6c337aaee3aca4a6f681079661
MD5 44323467b0854a08b6ecde2357795167
BLAKE2b-256 b70c3b3ae06085556e937bb7ecf1c7106944b7dd32b74011b532d12ceacd7e32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-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.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2122bbd8fcca66396d273fcb7ce71fa1fc535729fd970a8dc5c71895317d15c5
MD5 492a7763a6ad240924b037217c37e5d9
BLAKE2b-256 eee547aaa47172b4285ede13380ec99f96959a89992d86e1a7bf63d9555e3df7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lightweaver-0.8.0rc1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 4.0 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.0rc1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 230eb6e3c1fd897aa5615bf5d88542bfe094b3ddd729840321b01894ab1125ea
MD5 5dbca494cc816d0c6f7027ce871b5671
BLAKE2b-256 15ad063222f1840a79cc7c351446dff6b808ff0e62984be12532120185bef012

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