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: Natasha Abrams, Etienne Bachelet, Fran Bartolic, Dex Bhadra, Sebastiano Calchi Novati, Giovanni Covone, Giuseppe D'Ago, Tyler Heintz, Ava Hoag, Markus Hundertmark, Elahe Khalouei, Jessica Lu, Amber Malpas, Lawrence Peirson, Matthew Penny, 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/SunEphemeris.txt - Sun ephemeris for parallax calculation
  • 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.3.5.tar.gz (2.9 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.3.5-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

vbmicrolensing-5.3.5-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86

vbmicrolensing-5.3.5-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp313-cp313-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

vbmicrolensing-5.3.5-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

vbmicrolensing-5.3.5-cp312-cp312-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

vbmicrolensing-5.3.5-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

vbmicrolensing-5.3.5-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp311-cp311-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

vbmicrolensing-5.3.5-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

vbmicrolensing-5.3.5-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp310-cp310-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

vbmicrolensing-5.3.5-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

vbmicrolensing-5.3.5-cp39-cp39-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp39-cp39-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86-64

vbmicrolensing-5.3.5-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

vbmicrolensing-5.3.5-cp38-cp38-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp38-cp38-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

vbmicrolensing-5.3.5-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

vbmicrolensing-5.3.5-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

vbmicrolensing-5.3.5-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86

vbmicrolensing-5.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

vbmicrolensing-5.3.5-cp37-cp37m-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

vbmicrolensing-5.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

vbmicrolensing-5.3.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

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

File metadata

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

File hashes

Hashes for vbmicrolensing-5.3.5.tar.gz
Algorithm Hash digest
SHA256 83a3b8cb877d96aaa8bb51230435bf32b664c2e12cd27f5e82804a8c72d58dc8
MD5 f66494b396a1c093644f506ddec44aef
BLAKE2b-256 c6218e7e3d9606b6b8bc4070f2890efab48fa15812d9b72c0d1f17a53e85fa8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2119ca2a3ab425f96b7d486f88134b34a9f78e38d8a0a33b7f9e5d0c22aa426
MD5 ce8020b5d707044faed44dec8bbff707
BLAKE2b-256 1060d17bce8a4d85d868b79e097bbc067357a3c53f0d68b239249e6aa9f19baa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 aa5a07798f1ab06838bbdbe772fce8378201d51c5e912bb01e7d5a664b0609ce
MD5 37aef9440f26ca34c853cbb224ca0d35
BLAKE2b-256 f4f6b0d07abf5210954b9dd484ae2bdcba29e596602316ae8cd72ab336846f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8947f164b4bd95294c0730b1d2de2588713de933bfc779939309b407f7ca31fb
MD5 7a1259da9522a1b6e3e31ac8fbc23520
BLAKE2b-256 b368bc19c7e46e41d3e27b12d2ef0f8f9ee700b44c14e210474b09bca3e8824e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a409406530484e63bd83c8f3b532dde7114691643800359fbf5afe36291d879
MD5 2031c22065f3f7e4272e0f0c5a1eb9f4
BLAKE2b-256 96431937eb6a64a44c62089ead814c3b5bd7aa16eef40c77513eaeb375deddbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f626314863fc84f30c58e0cd7f883d1e3c6c8bace60b2318cb831df6712bc36c
MD5 d420bbd5519c1cf44e3e5bba72764df9
BLAKE2b-256 50f859ed42b5f9ff9a058f3425f51c1720f3978668c2b26daa95c52c42e1d7fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 578edbe7cdc9482a52641ae416208de09b7ed472fa0774d70b3b4f2dbe8bc786
MD5 0058d00dd35255471478dbf3033ec19b
BLAKE2b-256 4300a9c68bff7dfb7bf03c954d8dbbbd6629d04a12eb7d4f590397414806b3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05d1fdf481b7da0dabb94771698e5495c6f0bb965fe45eaf41c08483c3cd6c6a
MD5 23fe75c42ed63cc43f0e0d47e6f15207
BLAKE2b-256 3ea983c8becc3e555aff4a7f387044b83bbfa127d0dfdf12530bf7ab621cf1c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88385fe4ca41006ae8c619d6297a5dead13f4bbf064a2428bcc3f4c152393488
MD5 7e8dd6656abc338f684f80c0f2f7e861
BLAKE2b-256 ff39d286c8d04453b5865ed71f21019e0a6022f436a7747fa336847d2c8732d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3f9da3f893e281fc4ca3abbe385238b1c3bae3e1e80d540b09b40b55dba05962
MD5 52f5ceea7ec6093b23d94095fd5bfdd6
BLAKE2b-256 fc175d6df9315828902eee6d350c6d48a9022a7745e77240fde85f96f799571e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acc8f55c95ecd5f1e8cc7dea976513f8112d8f744228fd8a97064f3d15ce158f
MD5 3c4b2a353198c7d6ff2c8f767c6a1614
BLAKE2b-256 527f2358df7d40d8cdefd54acb7d60721a0b67bc87e5761b500d50114fccb517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c186b2c0149fdd7daefec06ff8f30b2d4e4137fa6e1605e49b093e4d8c44e36c
MD5 bb33f231b1b00f9276c37f7b10acb4e2
BLAKE2b-256 ca5e2b450befe97f15766a4ba8e343f9aba18cf16ad1ea22b17b5d73eccaeeed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4e3e111a626ab247f8f798588a52ba8f83ab90af3abbe00baa8b5fb6aaa915e
MD5 df7a02b0a2e3b16c1d375b9d1a476fcc
BLAKE2b-256 57b928bb4690976b5d71b7b877213f98116c58a9d479f7cd25d95a5125c0e05c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c82bf9e8322064c1469dbad146038927ac4d06156b2eda0db720afd2dd84a37
MD5 ca6fe2c7a93423f7e41f0a398f2f9427
BLAKE2b-256 694d0f093c229e2877379fb8b5d0617161c8a74742f26db8fed49be74f70701b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 603758ec85aa262c5e24eb7da9b9b20257ba31efefbd4cceb633d7c056b3b464
MD5 bdea283ce9fcdf5ba77977beb8fe4bfa
BLAKE2b-256 d746f28b6daeb61b9df818cdf714f22baefac593a74d0c4c10b1f121275153d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99e56e39acbbeec8029aaf70e8661cac0e94187be1def7b074b7b070670fe7ac
MD5 54c7395c7aac9f59ecd53bc1e3ff8ea5
BLAKE2b-256 0e98623014613fbff1341584b30f63c80f625336f32fa56cb246c831e68e272e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fd2f1d5118419e1ffa8f12d61d336874c2317b24ed0fb109ecb723ea643556a9
MD5 d63247a76504c5f941ef1000cac14337
BLAKE2b-256 3f64c0c6610a978daef9a7450ff7cc735e5fe49538d5784e76eed05b7c6cec97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b19078c25530cae92a76533bea288f9153ac4075db099e8d595829fa8fb499ca
MD5 734dbc159394f9d48da715baf756cfef
BLAKE2b-256 57148ef147a3d63d2fe0ed71350c9f023cb9597747ecec51894a971bd51462c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cacf3daac029b215a47d4e6858dc1358511c2ecc7bdf2cff3427ef0b44f74ba
MD5 20efd3dd24e9f1b8456e6115837229b0
BLAKE2b-256 bac663f321fbaa71a91edd3a69b250e57dcacc80323c486697614b77001a8428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3c8b1c62b95653d3571bb61037c160f22cfd0f34a3737594da336d57ef515fc
MD5 faeb041801923f807b2084ad85ac45dc
BLAKE2b-256 84c48e73813e4d648ca691dba022331cf2f3e98752f9cec6a795aaee05b26061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e82411107dfb09d3e3cc7002d231a6f2a2b4a788d634797393c2543d8be1c99c
MD5 a0b6e0cf56bb22086d39bb6b16980340
BLAKE2b-256 f63661e0f7aeb842f02e43956a219832198d224f76248f997121a351cfce5aaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55d24493e23b9e11f01912f60112eed71abfd9f326c2731eecb3200e46d78be9
MD5 61d277d7913db26ecceaef32706e2751
BLAKE2b-256 54ee4c29dac4e7750450eeef5f68c8cf20e5b9c6612dfc6901eaf46b7c184940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 237aefd85c03966ae4f9b5b6f7770ab6088a5b7369311f26944548a7e7c6deb8
MD5 56bf97e4c0342f642117547b874c0aee
BLAKE2b-256 01ffdc74f3b72b8cccbd241621a1cdff6334ab665dac805b94b17ad65aafdf9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 08a392e188f3da3d42cf1b1e55bd14cabb4f10d44d015275b7eecfdf7e1cc835
MD5 97957711c8290812636a6f884d56ce9a
BLAKE2b-256 21bdf72b111ec424258376e0d2ef44058003ae6fa77f807f4cb0843a31133a6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb125b377d337e43235daa46278e0fecc948a5bb6bfcdd8450ca300d0e9a19d1
MD5 494b6d688b0989830f973ee7e509e754
BLAKE2b-256 5a1df6a80869138b0fddcea3c92d69802ca0d2a84c0f9dde8a080a3d7e9c7a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9e119cbe8eb590a34fd42a623f6ce0f5a34ab1bbaf21853dfeab70b4889798e9
MD5 b8313871cf074d184c5c8210ec333d94
BLAKE2b-256 ea1edc370825dd5c1618330600e3191b1e51edd3a85b34abb08bdf08c6ff6475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4327ecb7db8a591cf210d5aea7a90b41587a0938d0c58cac54f154eec0c1f40e
MD5 593c4b060f5b80518fa3637e50852373
BLAKE2b-256 d40623af230f4e96ffbc7b0cccf77be1aa32a87c614ffe2473ca994b0805e007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79ee8adcbd8e98116066281eae570589cfc7f04abee1b283b30eab73e891e855
MD5 096427ef34ccb44452a0f53b8419210c
BLAKE2b-256 ef850618b4ce257fe2c840ceb38f77217d94435c366996c6e024639bd3733b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd9e0b98fc660fdf73a9ba6070d68e1c4bf47302596e033e92cd500f66b752dd
MD5 ee7070f6ab257fdc59a2a1b66637ca9f
BLAKE2b-256 7e16bcc5db457e063410fcfdf76d3cc2c3db516def4c7f0ac31b3324440ad72c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0c4e7e2ea8e0483bcd2701bc04b3bca8d10426d3eb7fd1b86968e32f0eb81f6f
MD5 502a6d99a33f3572292255f02a0d1755
BLAKE2b-256 ae90ee7e59595dbdc862b29ea9b8c080508186f8916580dcb8e9a5d79c3d7883

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f6635741c7be75598153abf601feb8942cb7c8d8752d49b1239d9410fd0e240a
MD5 5cc677f71f244273473ef03255855ba7
BLAKE2b-256 4c890b2177e91f05d23180b0739b9b32537a1ee5ea3578b990fcd36224d08a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a468e4354db62c6d3000899abf8de22769670d17b35883ba47208e9491d112d8
MD5 82fdcc488f7f4e0794e1f37af823f311
BLAKE2b-256 55e7f85f31ed5bd1fc6f752edc0424f858c5ab8b9e033ab758acfea774b99739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f720c3b6286c44f5305f852beafb1357d3373ac32c645c8d34e453a87be694d
MD5 2e3a3f8bfc078d1b17b4e43e68beb958
BLAKE2b-256 145dc13887445d07c339f7a5fdc0a9fbf8081655be31f154d430bd9803a13a20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cdbc9984534ad6f29a916fa0a5de57959af51fb2c3e2252dac8acfb8f423475
MD5 b123c26f9cfc73a0fddd6b232c7abaf2
BLAKE2b-256 aef25b0ca9b43d778011d6e5b27e98bddc7b953a51d82d2ba9c8a33ee6e807e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 401a6d7fae247248f628e546eb630f27dde5e76189e53cfde7839200ca7691a6
MD5 f675822ec9b404bf2be73b18ab60b7fc
BLAKE2b-256 fd34141c111bd2f698dc1df02a3793eb04375888dc16649662dae0f25a5c480d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ecbee92c1c9c76b87a3b65d1cd6bfde64ed355305cbc5e47d520dc4ea4fa902
MD5 cfab471e1777db9f926178746574dff6
BLAKE2b-256 80a902183f90499cb3ec9ee58d046e6c0ad6a36c4450a5f8a643083237714991

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 deab44cd2d88bdebccb05a38b2e3d75128ec6b1adb86be9d63c1aa9ae42c89c3
MD5 9a02a9f32e0a1e0f33e1cf896e28ada8
BLAKE2b-256 cef0e940749ef5312c430205f4236cf475646b359172c6daeddeb869f3ccd79a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 303bcdc890ce577170d38d2eb9fb14922b8314048d73acc7be6ecda175c32d73
MD5 552083b3c4439518bb2587f941043c3e
BLAKE2b-256 e380ec1616d820bb80b03a2909fdd1b6454b7a7604a559efa779c4e23d73031e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73a53e5e3e2503357a803dfcae8860b6001a3dee3d62024c990e38c338ce5f46
MD5 e25696780bed59cd5cd68dab35e29c4b
BLAKE2b-256 89685ef413500c30354f9911ce0fe9487dbae79e54ea29b2736c2df6273d7a4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3936e3b9d1e76aa320f92f262cbec99a6fe9b331b1833f4cf3fbaf858176f855
MD5 bc782209a4156a6a650f31f3ffc19705
BLAKE2b-256 9786127be1aff7db440a66d1fac0dc06237728d093aa938ed35d461c92dd6c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6c09b30248ec6f5e283ca6ef07878f9e832f5d2a3f461ce7552e3963654f7c0
MD5 60513bf0e595fff37a942f521b1a37cb
BLAKE2b-256 07c9cd21618f8ef5cb6374c6c7c063e23d314f58f75f9968af1e15c99a12ec7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9804a64c38b830f2b59f9afef885d1005116f145591acf4e265d5cb246229075
MD5 24af176af434c1c58bc55a3d55552fca
BLAKE2b-256 3ba3baac634bae076167ceb2f403814715eda9688da89570a76e438a2c9f0623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 152f3153ef817b70d3146d1640845ee9008d153513480e849139f923d8c61d50
MD5 10b25ee36ae7f41192811214014d5d2e
BLAKE2b-256 6e189ce2e11be05995d4a8be7e54514d2a731ee49347fc3f5e038ac44b76b48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ba00546d01f8824245235770bf71969e9d1eead2267ffbc414d41393ae59cf19
MD5 e6631b88636bf91cde5b01bb38d56809
BLAKE2b-256 b87a32993c9760f5f583c79fcc5b69a8036d7921dedf5a5dd26bb9c4482baea4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vbmicrolensing-5.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e361ebbf33a2f45964a6a720c061c2bcded2a282b239456ee27a23b5e922a7b2
MD5 9b72d39cb669a6f330927cd392ee0746
BLAKE2b-256 339a6426921793e21d1ddc7a7e0f2a259a3edb2b215d5e9681f47c25a14c1848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a5fa6487de247ff4a1d15b22c00ea44d92868939d8fe1db226c1c561b9501a2
MD5 0c3ffcde6746ad7d7550aa1a099c4126
BLAKE2b-256 13c61ca61a6e536da59fb4913fb0455cfbb76a88fa9a07b5b41af80231490140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78fecc0d54f091d53f26dfd2a317c1983bc84ac78895fe44020803722326fd60
MD5 d3db241e3574750ebd8a265bdfc614cf
BLAKE2b-256 5db9788562b3bf5fee117780bbdf6df1aa85b0ab01dc3fc51b15d81a3d6776b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70fd0b1fecb113d03f6a5db4c5dccf0fa05dc960f67a2c0c904b5ca8559574d5
MD5 1eee887402620ee45c48fb47491cdaa4
BLAKE2b-256 ffebf97c62719f2dd86154c01ef3407663b673089491f0eaf1c86a17e7f6e26c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vbmicrolensing-5.3.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f7c1bb27c816e8128f29d9ca0ee174f7c66051ef049206672f956c8bdd04d42
MD5 21c478b8209ab13c2e3f404a87d25766
BLAKE2b-256 1bbd481b832e4974b8e6bcc3c89074525dca8ffa1a5bf0fa75199765e84f4dd3

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