Skip to main content

VBMicrolensing is a tool for efficient computation in gravitational microlensing events using the advanced contour integration method, supporting single, binary and multiple lenses.

Project description

VBMicrolensing

VBMicrolensing is a tool for efficient computation in gravitational microlensing events using the advanced contour integration method, supporting single, binary and multiple lenses.

In particular, VBMicrolensing is designed for the following calculations:

  • Magnification by single, binary and multiple lenses
  • Centroid of the images generated by single and binary lenses
  • Critical curves and caustics of binary and multiple lenses
  • Complete light curves including several higher order effects: limb darkening of the source, binary source, parallax, xallarap, circular and elliptic orbital motion.

VBMicrolensing is written as a C++ library and wrapped as a Python package, the user can call the code from either C++ or Python. This new code encompasses the well-known VBBinaryLensing code, which is at the basis of several platforms for microlensing modeling. VBBinaryLensing will still be available as a legacy software, but will no longer be maintained.

VBMicrolensing has been developed by Valerio Bozza, University of Salerno, with a substantial contribution by Vito Saggese, University of Naples and Jiyuan Zhang, Tisnghua University. We also acknowledge a long list of collaborators who contributed to testing and development of particular aspects over the years: Etienne Bachelet, Fran Bartolic, Sebastiano Calchi Novati, Giovanni Covone, Giuseppe D'Ago, Tyler Heintz, Ava Hoag, Markus Hundertmark, Elahe Khalouei, Radek Poleski, Haibin Ren, Paolo Rota, Sedighe Sajadian, Rachel Street, Keto Zhang, Weicheng Zhang, Wei Zhu.

Attribution

Any use of this code for scientific publications should be acknowledged by a citation to the works relevant to your study:

If specifically relevant to your work, please also cite J. Skowron and A. Gould, arXiv:1203.1034.

Installation

Python

The easiest way to install VBMicrolensing is through pip install VBMicrolensing

In alternative, in order to use the latest build, clone this GitHub repository on your computer, enter your local copy of the repository and run

pip install .

Currently, VBMicrolensing works on Linux, Windows, MacOS and python >= 3.7. The package requires a C++ compiler supporting C++17.

C++

If you just want to use the C++ library, clone this repository, all cpp files and the VBMicrolensing.h are located in in VBMicrolensing/lib and should be added to your project.

The package also contains the following files:

  • VBMicrolensing/data/ESPL.tbl - Pre-calculated table for Extended-source-point-lens
  • VBMicrolensing/data/OB151212coords.txt - Sample file with event coordinates
  • VBMicrolensing/data/satellite1.txt - Sample table for satellite position (Spitzer)
  • VBMicrolensing/data/satellite2.txt - Sample table for satellite position (Kepler)

Documentation

Full documentation for the use of VBmicrolensing in python and documentation for the use of VBmicrolensing in C++ are available.

Furthermore, the vast majority of functions are documented with Python docstrings which can be accessed as, for example, ?VBBL.BinaryMag2() in a Jupyter notebook.

We also provide some examples showing the capabilities of the package. In particular, we reproduce some known triple-lense microlensing events.

License

VBMicrolensing is freely available to the community under the GNU Lesser General Public License Version 3 included in this repository.

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

vbmicrolensing-5.0.2.tar.gz (2.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

vbmicrolensing-5.0.2-cp313-cp313-win_amd64.whl (769.6 kB view details)

Uploaded CPython 3.13Windows x86-64

vbmicrolensing-5.0.2-cp313-cp313-win32.whl (726.4 kB view details)

Uploaded CPython 3.13Windows x86

vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (824.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp313-cp313-macosx_11_0_arm64.whl (759.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp313-cp313-macosx_10_15_x86_64.whl (783.5 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp312-cp312-win_amd64.whl (769.7 kB view details)

Uploaded CPython 3.12Windows x86-64

vbmicrolensing-5.0.2-cp312-cp312-win32.whl (726.4 kB view details)

Uploaded CPython 3.12Windows x86

vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (824.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp312-cp312-macosx_11_0_arm64.whl (759.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp312-cp312-macosx_10_15_x86_64.whl (783.5 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp311-cp311-win_amd64.whl (769.2 kB view details)

Uploaded CPython 3.11Windows x86-64

vbmicrolensing-5.0.2-cp311-cp311-win32.whl (726.2 kB view details)

Uploaded CPython 3.11Windows x86

vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (825.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp311-cp311-macosx_11_0_arm64.whl (759.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp311-cp311-macosx_10_15_x86_64.whl (782.4 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp310-cp310-win_amd64.whl (768.0 kB view details)

Uploaded CPython 3.10Windows x86-64

vbmicrolensing-5.0.2-cp310-cp310-win32.whl (725.2 kB view details)

Uploaded CPython 3.10Windows x86

vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (822.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (824.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp310-cp310-macosx_11_0_arm64.whl (757.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp310-cp310-macosx_10_15_x86_64.whl (781.2 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp39-cp39-win_amd64.whl (760.7 kB view details)

Uploaded CPython 3.9Windows x86-64

vbmicrolensing-5.0.2-cp39-cp39-win32.whl (725.4 kB view details)

Uploaded CPython 3.9Windows x86

vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (822.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (825.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp39-cp39-macosx_11_0_arm64.whl (757.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp39-cp39-macosx_10_15_x86_64.whl (781.2 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp38-cp38-win_amd64.whl (768.0 kB view details)

Uploaded CPython 3.8Windows x86-64

vbmicrolensing-5.0.2-cp38-cp38-win32.whl (725.1 kB view details)

Uploaded CPython 3.8Windows x86

vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (824.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp38-cp38-macosx_11_0_arm64.whl (757.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

vbmicrolensing-5.0.2-cp38-cp38-macosx_10_15_x86_64.whl (781.0 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

vbmicrolensing-5.0.2-cp37-cp37m-win_amd64.whl (766.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

vbmicrolensing-5.0.2-cp37-cp37m-win32.whl (726.6 kB view details)

Uploaded CPython 3.7mWindows x86

vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (824.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (826.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

vbmicrolensing-5.0.2-cp37-cp37m-macosx_10_15_x86_64.whl (778.0 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file vbmicrolensing-5.0.2.tar.gz.

File metadata

  • Download URL: vbmicrolensing-5.0.2.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2.tar.gz
Algorithm Hash digest
SHA256 1be0090103e6a5bebd13c867310a15bd37524e3904121eb78f4ed40a0f464452
MD5 28d88937e7dfaf80e814e0deff809ebf
BLAKE2b-256 f102f822555b621925619f622f0332c61e2d93bb2e9b2cb99dfcd945061cd074

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 91399d5dc76e0fff3c2ab0e0ed64a96c7644be94b9e793ae5910dbaa7d1d7c31
MD5 2ac83d564dcfe08c4da9300291f2bf44
BLAKE2b-256 eff544cda80566aa054ac4cbbd2cde5427ba01b4232126f6755fa7f12892d4a9

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 726.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9993ab63d9c70bb891ecbc037bd452df14c299a077a83551c7972f4bebe64213
MD5 55833f2d4216ef2a9ad02284b3809336
BLAKE2b-256 545c13ae914c9a548e5c1635d94eb98ea9ceca9a91e05454f6002c5a5e48b3f4

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fd4d133a3afddb983f5abdb5265df68924b936a61686efdbccc3929fe284b60
MD5 6c834df330d32d358fb50d5f9824d451
BLAKE2b-256 3c53c2c997db5879d99ec2df170414528495b6607cc6ea1e1326f621152648fd

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e373f03fbde68f6ffb45aa54e688d6b1d7362f8e875f22e3de41adb6d745fba
MD5 320a60aef52417fa7a45beaa6fc30d8f
BLAKE2b-256 d0fd59eba18ebdaf9ed9f6c6f5baa0f2176a1d07a945febf851e593e28f13532

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09ab0dacbbfece6d92c16f44e398e718293156f41075e0fcf5f9c6c55f4b05d2
MD5 a3685e624159d6e0105abdb5a2e1125f
BLAKE2b-256 7052a07bd8891fb179bec1f91804436fd9f8f4f148fddc10105257511050bcd2

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2741c0d1c944bd21c6f32ee788602e3256fc76fb11d05f08f8c956456766bd4d
MD5 2340e58c92959ca25e809bcc51c6caf9
BLAKE2b-256 50db5503bc605a8691335a69b8c67c1c452ea2a88beb9a63f05158098291a8cd

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a31947b7266fe4875c2b6b4c37e53ea3147cafa81be26beb9c44cf9f402b4c9
MD5 83df8437c3da29a90a77653e4ffe5e48
BLAKE2b-256 485b81364329c31f1b0f2d894527de0dff4ef4ec932bf301374543b2fc1d9591

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e84922447f0e770f33754548567c65fd392d57dc3c8cb6b23a77987c48219849
MD5 9c533410b01ec60c169a0604d3dfc4f3
BLAKE2b-256 e1cc85ada066ec36ee3dae9e24cb2ff531f17b4504cd67612c7873ce0b01d318

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 120a91cb4906948af73ac9e6ea8674959e93cdfd0e430191f809ed303d4bb6d5
MD5 1815d0de9b4f642053ca5940d5020054
BLAKE2b-256 4d9853ac78135365ce1c6e7f9e25e3f32a64425760e2fdb45db12018c2a73ba3

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 726.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f6d3f762e9248c02af2692c8e8f0286061209bbb8d29c583274774a43a74b97
MD5 35428cfafb43619132856af0c9f43dfa
BLAKE2b-256 9706d3502a7dd149899480eaa0196898e0fb0b869464836d53edab241581e54c

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a36f69a7f96c8bcef460b7072541ca26aa0f3c524e0d23fdb6b4a5ea91dc7652
MD5 28a99967f8766c12348428a3efcc6b98
BLAKE2b-256 256836569c7c370a6bf616ba46ba88644141e52ac43806c8f3a2a0996e04edf9

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d05ad4287b425b895ca940e035e736a056a87b2a6fde6a151f8e6132318b552d
MD5 fb18eb90d58a08a690f9a0816666cb8a
BLAKE2b-256 680141d5062b2cd61c375d4a0efd035285ca37bcfe5639e462d3419cab02ccaa

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 139a0f8cea8bb6b05e59234b4a72b4b86f044b470a099dbd880fa45c12cce2dc
MD5 1d23712934755a9dc73a14ec24a6670c
BLAKE2b-256 b41d2670f3aac9d990d0c311e4b7cf6a3635cbffdb215b265bfb186205090d05

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77fc9fe21f857f5d3b3439898b19bddd815486bd2bd4acbac9cde91fed947f7b
MD5 e884b80f1558c2dc3e50864fe6d657f9
BLAKE2b-256 1ccef37e8d222e92c0c7703e39beee35097995396b6285b06de5ea49410c6689

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95895d7c8e78e85eb4b0873c042dfd3031ab4ec20b3d4717282d975e12f9d4e3
MD5 1e855edb08a8de70bced527adba70b7f
BLAKE2b-256 584db550ae35e72efa8be340ae83920f47b702fccaa256caba39483626b0fffb

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1d680d311b7addbbc5671dd1ae8f207036f8345a83392f8662ee30135230ea12
MD5 09e4243cf95c5a6e2866ab284a69558e
BLAKE2b-256 25a8c73e027c8ee9b16747256fb3136c5af8e2eca59c36e1f056bc085f06f098

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 96ac64a2556d5506ac9fd1f6339bd560a82a735926f3aaebdf991ddcbcd051dc
MD5 fd26d437257d0f8a8f876db307cf59c1
BLAKE2b-256 b98ff3cb8d694010776a7e5218f0024ecba86761c557babd53aa038941f51565

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 726.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cbdedaf38edf55ba137289efa8b4be5082598bc7d17d66b7c5185f35838a1379
MD5 2759f0b934700c1b0632eb2f805f8ac1
BLAKE2b-256 81866379bad10ae9f5292c23307fcdf88314231a3e416747d96e023545715e60

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56b78536361a48c59440d0f68fa58c27e8bcba1e1a6fe0bfdf39f8626d48f7d9
MD5 c9dd4b835b321635d463419a32918801
BLAKE2b-256 8f2260413b3e31eb7f8a29e794715f20e063901eed0b3ca4ddbfdce56b9617c1

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86ee856589ad06e957111c2dcf7242d189546c756258853e37be8d4214081f72
MD5 2201cec9253d558f3c2478f11ae465ce
BLAKE2b-256 f0c9ecd22c412aa9352458ad5ace5e63f3b9e10fd0ca166bb662b6ead7445a13

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 988f7d2f8e92f734ac886a0c0c66b01fc5153c1ec3c7c2f0e2186547e6949081
MD5 f80e32acfaccdc762efad82eeffe77f6
BLAKE2b-256 357bbb85e709ed8fe16d10b67d8352c23164b4a9c96555bd6813eba5d6f59629

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bc447683f9c5a8ce3faccfa3e53c3e58fe38290d8e15007d60d756797ac2d84
MD5 0162083564f79296e6a66f767742fc26
BLAKE2b-256 a4ebb09943ff02faee24e911472678170e089256b941931faf3835d8d5616d90

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0216d9fa33fe2b300e70c28e36fb63c371157b115b0d1b2d87b4be77bd4502cd
MD5 c482a1be5830192abf90445685795f14
BLAKE2b-256 fe86cbf68c68ccc34abe24f921cd5c75205edd9a21516877f39abc934144ed0b

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 22cc365af9480ef8e2002ba012446072d872d0ba7326cbb8d2c5b8f442b9c4a1
MD5 1f4955b2859f2b7fffd8c53c639cd823
BLAKE2b-256 dc20f8e47905bc41b135c0c44212a2778d7a15392fc091671c31994424335e19

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6397df7a38a0caa1d1574c95dff8e658e5d9bc1e16e1b60c16407355c467afae
MD5 57a47466f912844266a0136d08f374d6
BLAKE2b-256 307a0e39ca76deb4aadf22971fbe5f50954601195d4d6cb2a099e0f523dcfaa7

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 725.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 84100843c969253be4724fe7c3af4c62e390b9f906c87ef53ab8716e77256f66
MD5 ecf95556c081603547f6136351dd461f
BLAKE2b-256 cbed7aecb09bbcf7940d973d300b1e25164cb33d1520f2351cdb79400e652ddf

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdf937bf804cdbca4b96008403285ff298f11edd8632543231a0ee429812f6bc
MD5 930d1c186cb69e64d5ac7ca8ee9ff2bb
BLAKE2b-256 b253cf9428052fefcf5444fbad2737ccaf753783d8d8d30f6b58e96672233e0b

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 517816c331058b1f069e538133943f4b36ad934e85a212a9a71f9e9a79aa84c6
MD5 a10badb714c1b49661aa34c20cca38d2
BLAKE2b-256 d1e0905d1b6c784dd09e1c4d1f6ce0b63c30f8b4cff129878f2bea08196d3df4

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6bfeef942f579f45f4f0f8d826aef7b61a82f26d078bee1f05678671543e3d
MD5 e28cde09a6f4037fb01122266446c382
BLAKE2b-256 e1bfda6605fbbeab57f67a9a6f34a15228ab93155c4440526b72c658fa88835a

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c259d4801b7aac0e6e39909e4be797bbd43c32cadcfa834c18997cab60ab178d
MD5 19eda84dcbb5e380efbc64c9ac25a164
BLAKE2b-256 d0936aed22f2a86ea593a1b9116d9b04ab4955c12dc91fd68daa9784e86c6ed5

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d615ae98cdeeea816fdc286fbfaface7f06d4837ac67dc97579bee3ba7cfad0
MD5 9361d867ffda402c3a1e31dbcddef6fa
BLAKE2b-256 d270ceb0d1f46148746d6328a293788dbcdfcfcea79889700e11789f0ea43f17

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8953f513c14edeb745415db4a720ef138a54c0d509ae904a4deaccb5bf3f343d
MD5 871c1373f9a861ea8f59e8c169662e3c
BLAKE2b-256 1c1437e1ddd2a94b81d9b32d9698702391c3411fd41f3717147e10a581b31b66

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7363f005e95389af68eaf231c36437da7c1f2ef56d2c3d5388b710a9fd1741a3
MD5 63cfa615b570c9c5c596138449d0c8a2
BLAKE2b-256 d10ca42afbbce46c9504b94a7ff8ab913d2e8ae2e5991184502ab91d29ca235e

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 725.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f01a7aad130e0ecd3dea27eee279d15d992e67d19c9275c60d8bd104b27ab353
MD5 31d854a544ec6d07bdf26faf61facf54
BLAKE2b-256 a83947118cbf55818f02d975a9133614eb03cf34c16d03a4f559d98de1cc1eb1

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae7f3dc06fa7c2048debc4649b52536dd11bee6cf26136138a6ec9fbb3f7ef24
MD5 473b09e895a319d11e7c30c5c9321a62
BLAKE2b-256 9b5b9161fab58f0ef7b6aeb8f4eca2c3912276802d23a382f70f6b6fe44ffb6b

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da85015466df1b520350bc17280fb62cce6a9bbacc5b26742fe07f02676f3a95
MD5 18f291226002dacf8adb4859cfc65701
BLAKE2b-256 895fbd7731b5634d39891815a2c3e4f532f29c2ad918fe5a386c4ea054741013

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d68d7da8d2d55924888024caeac694b4d4de74c56b3c8b52596e656f632e2f1
MD5 4a17b8fb873f6517d8d3232be7f31336
BLAKE2b-256 709e816e8c6f25bc3de5817e408d6df5c66d96e258eceb18d806a54aa6e150b9

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c5a0b85b208cd4b3f7ed75f81eb7a400589b7a4f1d6a036a3e16edb27e9dc39
MD5 504bf2f88d64f293a8df30dcfcb362b4
BLAKE2b-256 5dc8c4da31fd804d84f378cbe3096485cae8b0774118247fe21dde594803e657

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06de9588a3f155157cc6d093ea2b5398957077a635a004ec96bc99b7c7630521
MD5 ad9892728ce6e20e5912f0e7136c6cb1
BLAKE2b-256 e3d9c7b9510a91d2cc7914a2f6168ef86b54014b8abcfbffed3d33222bd299a9

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b62ed81b95b080332bc7ad50206d8f8faa778e56cba22244fde5189c5c7d3c18
MD5 611f7233a1810e1eee65060fc28712bb
BLAKE2b-256 b0d0c4083dada61542b347f9490c3ad8b8e8d961e2803976fe038897ef3f10f0

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff634ab2bb0a317502955275c2090a5ab1246706ace493d4cf6fbf1d5f4f880b
MD5 646742988f7c8030ca5ad99d70db5ab7
BLAKE2b-256 d44d65493480f86fcec1436839838b3e348b97b039356daa969f8dd1f81bdd38

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 725.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1761a266eae14affd072fdc3ee8c8f254965bd957965b95a5725bb2ee5f4f720
MD5 8cbfdc56d6da23548858986841c62b10
BLAKE2b-256 8bc2a534719bf230beef62959ac1083303af6a7de3412b60a9070b14bc4c2020

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 946640c8eb8f6dd7e4ee05abeaff0a3fd411168c3935c2bcebe303b5ef8dea60
MD5 497335060ffce18f796859f3625f7651
BLAKE2b-256 801b9de49c30b2a856f1e14e0f040c7a42e315752313ea1d5a0f59640259723b

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4423e814168ea13ec6e3259b0388c910a880aab9b912212730c096c65dd8da1
MD5 964a6df19f734329d1fd69f0fe395cfe
BLAKE2b-256 47465f3413ce28b6d87a1a1ccb847de9846fe5fd9a085053bf5573bfeb7b527f

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 942297459bc245b9100883fb99f7351401e7cd0980124e399884c958b025654f
MD5 45fe30e04953660c877573e4f59b14ee
BLAKE2b-256 e93884dc5fff99794a8a81e7fa8eee3a5437ca619b072a16531d6785a8c3c270

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5a09979b30a68539fbf22075b9bacc83337cd935b96636d26f028069764ad32
MD5 64232b39f2d90c307a54d95d9ac340da
BLAKE2b-256 3ef2f74fc3058060fb20b76e5e4e0d275b5e0d842c13671eba5685c91e6fcf7a

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46b0467ab8e0a8c5f73938f626be283193a99cce0369cdcb3432c3d0325db4ee
MD5 959b2af9eb250f70ce51466c8884d89f
BLAKE2b-256 9121b229cfff55aa6be153f08efc4e740843a45f86e872dc2c9e067e5eac8e7c

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b9a788aa5fd32116016f85972e632e159e446d35218354ec30ab1e1d605a1c66
MD5 137b1a0248b5858e4f8a20b549aa0957
BLAKE2b-256 686d45eaf9750f23d6014178154688fb09bd975731eab802e8ea2917a243f10b

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2d768b06d55e1e8d369be0fcf00bd996e96b5dc204e8ff51fe226aabf79cc549
MD5 9f9dfe2db34710e3b0362367210dd567
BLAKE2b-256 2c5f5073db3925294a89fd4096fca7fee6bbbbaf31d9175fe5abe61065ee24e7

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: vbmicrolensing-5.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 726.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a76287c5418a8c626fbd33d2343c47cf9f2e678a8e3c2e6965da6e226cdd0b4c
MD5 fb2dfca7b2d9936284b6ed16cdda4dc2
BLAKE2b-256 71a3495b41d23183be54c483e06bfc6d4fbbade4e0ba06c78518cbb43811a6af

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9437cb14d2808e2c4c1964a534834846467728138e96401a255aa42cb8c4ba1b
MD5 b627b7f14a9a76453191b3470f9b7d58
BLAKE2b-256 29c7517e3761a9563a69651868cb838f80ee4ea5cfb0d4ecc74cc5fbabbe1c87

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db80cff59c7b4f0fc95062ec1c1f0ef21bfae44e165cb7b0db442bf49b738776
MD5 2cc0c2142354569d84e2071bf9619c5a
BLAKE2b-256 ed80d1d2a9c11eeb9f4095cca5e4ad1ae74d114f5d6e253de41f5d7179d216e6

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffe53a96d048a9d46b39d4711ccacb9889422939fcda9873a99de0ccdc20be70
MD5 b56e5ad69178444a08e20c2e895c4c70
BLAKE2b-256 b726a0518ab5c8b1f740e679bf17d01cff958ab0d5193fb5a65e348cb5e8eda4

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b961636df41eabdbc88ccf1e0d00847c8767845177a1473e608566817f9763ce
MD5 489fbc0f125b4c43abf5d78aeed8984c
BLAKE2b-256 d09cf4e7d25bbc78570427e8671c9c73674c720462884b066d41bbd046ec76bb

See more details on using hashes here.

File details

Details for the file vbmicrolensing-5.0.2-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for vbmicrolensing-5.0.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1d50374ec6e7708c43aa7a77250b25ddd20f7b91911a3524bde8085611f881e1
MD5 a87651f876c66e15e21c0d056a672e1a
BLAKE2b-256 3564e669c787dce7d9ad1acfd8a5039a2a17b20d52a23544cd65a146f9fbccb8

See more details on using hashes here.

Supported by

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