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.1.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.1-cp313-cp313-win_amd64.whl (769.3 kB view details)

Uploaded CPython 3.13Windows x86-64

vbmicrolensing-5.0.1-cp313-cp313-win32.whl (726.1 kB view details)

Uploaded CPython 3.13Windows x86

vbmicrolensing-5.0.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (820.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (823.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp313-cp313-macosx_11_0_arm64.whl (758.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp313-cp313-macosx_10_15_x86_64.whl (782.7 kB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp312-cp312-win_amd64.whl (769.2 kB view details)

Uploaded CPython 3.12Windows x86-64

vbmicrolensing-5.0.1-cp312-cp312-win32.whl (726.0 kB view details)

Uploaded CPython 3.12Windows x86

vbmicrolensing-5.0.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (820.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (823.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp312-cp312-macosx_11_0_arm64.whl (757.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp312-cp312-macosx_10_15_x86_64.whl (782.7 kB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp311-cp311-win_amd64.whl (768.7 kB view details)

Uploaded CPython 3.11Windows x86-64

vbmicrolensing-5.0.1-cp311-cp311-win32.whl (725.9 kB view details)

Uploaded CPython 3.11Windows x86

vbmicrolensing-5.0.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (822.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (824.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp311-cp311-macosx_11_0_arm64.whl (758.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp311-cp311-macosx_10_15_x86_64.whl (781.6 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp310-cp310-win_amd64.whl (767.6 kB view details)

Uploaded CPython 3.10Windows x86-64

vbmicrolensing-5.0.1-cp310-cp310-win32.whl (724.7 kB view details)

Uploaded CPython 3.10Windows x86

vbmicrolensing-5.0.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (823.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp310-cp310-macosx_11_0_arm64.whl (756.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp310-cp310-macosx_10_15_x86_64.whl (780.3 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp39-cp39-win_amd64.whl (760.5 kB view details)

Uploaded CPython 3.9Windows x86-64

vbmicrolensing-5.0.1-cp39-cp39-win32.whl (724.9 kB view details)

Uploaded CPython 3.9Windows x86

vbmicrolensing-5.0.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (824.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp39-cp39-macosx_11_0_arm64.whl (756.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp39-cp39-macosx_10_15_x86_64.whl (780.3 kB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp38-cp38-win_amd64.whl (767.5 kB view details)

Uploaded CPython 3.8Windows x86-64

vbmicrolensing-5.0.1-cp38-cp38-win32.whl (724.7 kB view details)

Uploaded CPython 3.8Windows x86

vbmicrolensing-5.0.1-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.1-cp38-cp38-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (821.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (823.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp38-cp38-macosx_11_0_arm64.whl (756.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

vbmicrolensing-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl (780.2 kB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

vbmicrolensing-5.0.1-cp37-cp37m-win_amd64.whl (766.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

vbmicrolensing-5.0.1-cp37-cp37m-win32.whl (726.1 kB view details)

Uploaded CPython 3.7mWindows x86

vbmicrolensing-5.0.1-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.1-cp37-cp37m-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

vbmicrolensing-5.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (823.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

vbmicrolensing-5.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (825.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

vbmicrolensing-5.0.1-cp37-cp37m-macosx_10_15_x86_64.whl (777.2 kB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 1fe8225980598a6106d622317e45a87b325ca38a30280c9f111231c025ad9201
MD5 7bc4b2e491d261527811961825871003
BLAKE2b-256 0ffbf07cf7db487616e78ac56e8061ff631ca53b7dfe547669b9bab7e34636ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f0c4121ae6752e1f94d36ffc078c06497fd2a644ed5422dbfb58b9d78b80fef
MD5 60fe03d06c113f2d35a680250a5a9854
BLAKE2b-256 68e4ea97fab51842ea0714b90d54266bffd3b4f97d341da8c3201a6f70c7ad0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 726.1 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5aafc487c49d51ba3034c4075e0ad5d6ff385aeb3cf2963bb4ebc36c729dc08d
MD5 123c610784cc02fe9e12d483abb36161
BLAKE2b-256 190394891eb2865dc62e99307d88ea45471f0d97851e3f23fde90b432496481a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e5faaec181049236431e138dc659e4d6e921a1bab17ad8543288ce3ed833dd2
MD5 0e11fbd2d53054959757e6a5c27e8612
BLAKE2b-256 a50e7507e60760f4d452128a58e4d7dafec1b133d5bf62f98a5050f60e240648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 74dead511e6d3dcbd2b9908e156a04137c654ceaa399cc0c42074c0a97ff169f
MD5 952103ca7038c0d0efc3590c4cca8363
BLAKE2b-256 2fbce1a61981a7a3b01ce0db241abd683666bbd9a8048293827464552d27f262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31fba034f182d61c643bd964b5502a1b989dd367142290564b85b3de558cf56f
MD5 a3cbe4e403785b1e74e2a7f2618511cd
BLAKE2b-256 5f071b6d70b4f5dcafc7f35f418a31578d7c909bda8df77c9f5fa7a0eff6dd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 069c49c9e9f9edaca04382cbb880203a8f500ca4f77a7cab1a730f80b49df1b1
MD5 12e21660b52a81acf0de25fbaa332fb8
BLAKE2b-256 7ac046acb5d5a8c0ca1579f37bac34892442a64c3475b8a9182a072e5bb80079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37ff8dfebc1cd94e60d6d0eab76b3c1f89b039ebd6c6f3781f0b454c1d5625a1
MD5 65ec554b9c0f1bfc79b66d3b1333b68c
BLAKE2b-256 3ad8eed70a2f80073da9e346ed5decb9b4b821e21b3f8db8f9c01d289a3cd470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0e3e73d0ed85448a395a1dbd8668f0dccbf42e5baed537fb6864bbb0085e0da2
MD5 f452028537a3810289df22a62ee4150f
BLAKE2b-256 cc630fb2bd61b693521676fe12aedcb9ad94f2ee4f5d03fe331c1df1be9f66da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cd7e391d875eb1ce7bc4e75fa3fd16d4cbfd12dc0e53adac49b8f33eaeeaa9d3
MD5 91ec57d2cd6caca47a9e1b1181abe41f
BLAKE2b-256 a52a3047b8769fcd4b53d01d2e55ef0a71421301af184d9b4f24e2344c57d7ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 726.0 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dd9ed0cf69c29aaeef566386aa87e6797798fb7e6756f5c50da8602b9e92a1de
MD5 93f029c700cd09ecab77ae00722d9057
BLAKE2b-256 cdac4810015c01db80bbce7d13d8233000ef7572d8e58b15c37581822779664e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a57891b2f991fa183c839142549b10675f4507773e90153dafd7ea721a43cbed
MD5 17f82bb4fab2fac73b9ee76e63404340
BLAKE2b-256 6745f02b7a2c9ca4e2295aa2d5ac49049630314cff545694502a840f1d6e9ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dcbcfa175b0d46e5e8244be67bd68ffc0edd3973817e9cc239ee256484b14805
MD5 c39354230d07294ed07292a724deab2e
BLAKE2b-256 c702d04c385a3d1add697e65de23df4cb6a535e8fb56383a58b8e18db5201d7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7e203181f2e8a0eab83c6ccf756464d9f21d835d5d312754be4123f8144bec8
MD5 f3ceb4bcd1f45daa343427392fee8bf5
BLAKE2b-256 678962d6c7f3fba0e4c407567b4e7286ad555b6e72da89beed7af2a9cb80974b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd01887fe4a9a6622f1a59a11948f6ac2ba4a5651d13b032f75f09b273e1a23c
MD5 ec8cbad5dd9bb65d89f1d4aba9ce5174
BLAKE2b-256 d64a697e537dbb188bee0aedcd333ce873064933e07947b1bc35f689072756c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84b04b67166fe49afeef4d9c9d3fd5cffa9306eff7b710e141b4773e11794465
MD5 aed1d47a0614fb05aeda823afb6d3e90
BLAKE2b-256 fe61d235b78467c8d2ec4f351e1f7078455c93c25af245a617120c2c74246452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 68e26a6fe19d697ab9f6df0a02920e551055148ae989b966fe1c6c1d24720fa6
MD5 9d2f5c46dffd6eeaa1299c72b7a6ac69
BLAKE2b-256 a0966c1bf59d002939d23e2ae106fa998bb7c67ee8a4c8042cbbabf2efb6a8ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ff48e5c1b8a296439a38835817350537f46477c35a417297d84e0f5692828cea
MD5 375d917efb7432a32d88ba8ed292183d
BLAKE2b-256 34834677ccdd096dafa4f809c18c55ed7a46db432b8f016a267df22c3a50b3bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 725.9 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3393c65ba6a773efb3cd686f06279628e02dd74600bfcc66d5b273f6a59a583b
MD5 14ea998fbe8ea18dc0d8bbdbb3dadba7
BLAKE2b-256 116f2b27dbad5213cd82893d2b3aceed76d156900d78bf997124f10953cdb09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d938b18a1165945002f83f4c5d1e1802beff9a436dde74d4aef00a1ee611e251
MD5 5df1be8c8d4ac736e05473b9ddfc857e
BLAKE2b-256 b65c9229699965695f39b783299ab1d34d547d2d5857886272892270c52c4f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6bce10c6a2aa67278f6d78880d9ed92d42923f0ae140b1df111d194dc6d183ce
MD5 b1ba868ec92f0550eb0a2524af4a7cc0
BLAKE2b-256 2aee9b7b67379baa3f441aca90fc97a1f647de4b9a8b309b9884e567d4bd2626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b1b702cb12fe3e2aea449de585ce35d719169331a9375d545b0add262642de2
MD5 aef71f9f30dfed53eb494bab3b9927d3
BLAKE2b-256 8d68037591eeb3dda9f641e2a173812ecc5a0558682fc2dc6917e5ddc507dab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ea177b1f5a43354561d9ab3363cd7d31f0e39ea1c46bac56d35e65ae2e187f4
MD5 e54e4345f8eed3661e6a6757fc0ed4a2
BLAKE2b-256 26c989ff57a341f60928ac116f52d5da630e5a24fcf3b8ffc6bc4a4124d81370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63f4afd36d125e332f645aa86dad39354e707b1f66c2d24b9022283caae595e8
MD5 6f9e24c6f433c848112d04e3aa08ec9c
BLAKE2b-256 83679f10c0827b15c273e426815986ef58b46b80b369d4852379123d36d86312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fdd1f7330f06f2b7caf4e865bfd825585a914049973c468c88a8bf737ed76038
MD5 34106abfacc6669b9ff66c061328c7be
BLAKE2b-256 dad9fc5e88bd7641799bb50adc548dcf4fe25b037780c716f3f266f539012742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 664ec00e32321b51becf09f0b5ee11917e724fd0a783a39d196fc1d60fe8e595
MD5 36300e3d029b8389baedd85de3a81040
BLAKE2b-256 9d64f2eaf8d79aa2efb04638fb38745d179ebe5bcacbc4802b8c7576d7146bc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 724.7 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f0751647f27961cf69d6acaea884d760720781364b9b9c27dbfa2ccf1e591b5c
MD5 fa674dbcc63b0ea239309aa5bc1e7972
BLAKE2b-256 1cc3c4a4775475fe6e974f6499b6b8ec046073bc6d3362c5d081d3316f68de07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3cd8cbec0682ee4846a25ab3b1efd606c3b937f590d550f02f0f2b34a44660a
MD5 586f0072b9a0e4f02799d95885ce5a92
BLAKE2b-256 2fdce688a7bdd15742af35742ef8667940e34e099e60ab859fd16e41dbdf9b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 471e42da6f4151b395d037e6751a3b769d1cede9fb881393eb55867ea7d10199
MD5 c21afd7783ff036501416ea7c4409365
BLAKE2b-256 8cdb12ead258fa97340dcc74019a028601f7d3d8824182d21d5c232af997be4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 312263d2153eb7b1557107b75a543c9324b07defb3fe99a1a30c60c7a87f38fb
MD5 2341dc2866a82452aaa408a065710d01
BLAKE2b-256 0eff8cf97a481c36c034b08fbcfdc7ecd707e087c32ace975ebf53fd3b728900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f423d2d32c51c083aa9b5329783c0fe0cf74b0d6062834e9058f763ee8948495
MD5 6ed6f863529e4b912e62538cec66e434
BLAKE2b-256 97aa71da1e792b52c76f3fd528367e376d048f7444c109bda62ce74ab4d72277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8757457ddd53a5b7f7f4dd13e73da5a116e262d8c1c7dd1dffa29898a8cb41e3
MD5 847c2719955175c1d72d3c47e0828e0d
BLAKE2b-256 78e9eeaa85902801f716be4c5e67137c78c9bf750c76f57756b7b347b0eb161a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0df6127083b971f0afc89c51e8560d428f813c31f6d2276b4bf7b138087d35ff
MD5 ca8041283669ca209e6cb817d6cb12ba
BLAKE2b-256 e16bf4f7cb3f2131ffc73b9677b25f19c85d44c1fbe5054715c19910c0fe6696

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce266ebb5e1a22e6db35f63ec8ebb16cb1729f40eb4dd78b11c9cb520169e7e1
MD5 0588f85ba3252fb2c29e180dc7288676
BLAKE2b-256 1e144862384540ed4d62f47a3cc0e0e2eb27114b288ec7dc2c224e1bf3925518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 724.9 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7e54b6860b5a15e2e0eb3b733210bd259455f717aa473e4780fa3d6a9924a073
MD5 0dc10e2b4f97948daa9321d5bb912abe
BLAKE2b-256 4765605aaf0ace9892cf69e479ab625570d65f70cd6556651282b8a58e910e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a128677e13a28630dfe4829415bfc28e9b9ee21f733441dd04141f31c7b971e
MD5 9ca115172826096561fa66c1326ad801
BLAKE2b-256 3bc6a21c7890ace2e7e356023b4cba27edeb33b6b052720b0cc8410adeda0562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d81eb98a08716aac0c295436629d73e1e676d751bdae1db68d621982e45ffbfc
MD5 621e065b8322be74284cfbae2cc8e854
BLAKE2b-256 51b07461dbea27d6ede43cfbc341c2c0f619c4c144a5cfd7e2e3cd1ffa440773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed1f88d36bac1df0bd111aa2192adfb23f4a314c4fe641a8359653147bd52e96
MD5 6ee1a669d636f3da70961064b9875cf0
BLAKE2b-256 2dfdffc3868356b188b3ef2585aecdc3360470716fdea1383e00e7e93b799f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c26b5685b95c21eeaa0fa0194232709325aa6c58021d76ca459c776e3c72c9a
MD5 728042531cb622f044d3b422dd0ed9c0
BLAKE2b-256 c5ff08723b83ba5d94ec9745ea9b6dfd45b3784ce8ec81661732e691c892426a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 051d302ed3fce82d53e8bbb19f3350252b974fca6ca23fcfe2b2cb3ac8408b6a
MD5 0702fe37a26610ee68f30631503a848f
BLAKE2b-256 9813c14e6ec4a8a8bc9470b7a5d177d30fdc811750f9daa8ef018a582481798c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7b377f6897fc44f2b8d877617c7216b81eb5705ae625c2e8b13c676f5d4caae0
MD5 61c269f333cefe8e8b1d37cf1294ba83
BLAKE2b-256 ab8dba16c54765fbe7d7f7397dd5d52eddd91be9b81844f0ff2a557b49712f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e5cd764e83d6f33b0f2322d4457c3d765bc2883b438de3de399df67eeefcd9f6
MD5 34d6a227cd8b33d6887504dfd2b598bc
BLAKE2b-256 c25435bbc16a7ea7d247f26b6ddf1d7bb5ae066a76c9432f0690784439423240

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 724.7 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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 961437ec8ddab375ba9c80f634d074059d1beab0ef0a7ab62f9b9c0e91bfc4a1
MD5 45c3f594399a9fa5aa8c38978df8652a
BLAKE2b-256 04102020ff1d04bc2ec0106518e9f7a663e707293dbd7013e14eed8769ad0e47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5eb2d306aa1eed7e29d026e71ed7993b97cf10e19535705f1b92220627c3ef7
MD5 4fd7fb5c0665d7d43a87556ee3910a98
BLAKE2b-256 67db47c69c967852ec78f48e0057dd79b79b8630ca1cbec7f632eb14dc26c67d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c0020d8e14220e75554f255360512d756b4c8ffaff1aac1dda10b37211ed9da5
MD5 0ca38f4894ebb48719624c8b33d2ae54
BLAKE2b-256 57baff9b6e03658490ad7c4295c817b2fe7dee80254304e82a22dc4644aa361f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae00de4b9c002ff21ab027e31b094864d3a3024a6b72546be3a4792bf180c084
MD5 9888dd0cf3b6bef16b2ff5898aa8308e
BLAKE2b-256 4958e58dcac4d3d3f9d6bd69a7badb3187623568881da090bd70250aab6df118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f954d14b7a005dca12161c6da323e04a85e8c29668f32495a44ae2ffd1d17853
MD5 47f9556f3a06c5a94b96e211a2085291
BLAKE2b-256 bdebd012400583845b1a445dbb0ab006b1eedf646f6a6521534bdc7b755e47f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fd0136f2b35b368b59d9b274b2b7b55abce7b7bce71e2648a350b2046771247
MD5 beecb01a124fa7525c8afb1fda1c030e
BLAKE2b-256 c292142aa16cdddf6ebcced20231bcfc60859edc573a17e13b484eab8acb220a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 609bd94dff5e6028f7dc9fc5d52f83cc09a5c0214ba9e9050bb52351b9ed16c6
MD5 94eb2b221ffaa47743d3e5aecda0944a
BLAKE2b-256 a32f2c89a9a3ff3393f8f94c082dec621d13af21a9f0fa8956756b042715c48d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 df7396770f309d35753e915740efe5cd8c4e347b7574445ab6f3fcc686b45290
MD5 8cd5f6edf30f45b12b4f13bea24c5802
BLAKE2b-256 2f51ba4c20dc701380bbd7515776e59a4de7549381366e6aa78056ab7fee439a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 726.1 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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 798f4103793831bf8571431625593ba8a05ed6a96ea2fbb3d24fd426d6f46e10
MD5 ed2942211736a1e4dd966eaa39e403ba
BLAKE2b-256 d87202ef495d257b3b85696bda7f1e7ce12a80b16c517e9c884e5b2876afe697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49f814d5fe027be06f325a5784333fbba19255a3f7726f71e171d141f6e290a1
MD5 3534d655cbe45a7de7d52930efa7cd51
BLAKE2b-256 5f0e205f11bb58bb1d68de9e3f7b38282abbb4796a4c3fe26e494d1d45d838b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f31eae6584386ceee0734d31312839f24077d27523939b8ee6bf51e5a0c00539
MD5 06a4a67e195feb8d7ed481c6297b089a
BLAKE2b-256 137409a8808b74cfe75a1a804237efeb35f18a94e67301470071be55ffb8d1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b20a02cba7e36f150d0f25130ce1528a14e5671008356d260d53d8d593e266c6
MD5 7a9f425ed57638ea27615160570e0d12
BLAKE2b-256 97a58d183b2b3450fb2637a4244d7af963f42c82d875b99a37d4038d714dc8a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b55df374b798367cc10dc398092f2795cde63990fda135087d5c859861c8b91
MD5 bbaf99a4a4fa20eee6ba859135de111f
BLAKE2b-256 c2b6185b2c86d480746f3c5c43d592287fc60668a2cb7307d9e47ad36bf3d6c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.0.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 facbdaed78079027698555422a968c1a158594e66f9e6261760c03507362e9e0
MD5 8970307908c8bc4c30ef87df900148dd
BLAKE2b-256 d2b51bc511772274b9a790648307ab7be43a6a248f129cb992ef321bf077d426

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