Skip to main content

RTModel

RTModel is a package for modeling and interpretation of microlensing events (here is an introduction for novices). It uses photometric and/or astrometric time series collected from ground and/or space telescopes to propose one or more possible models among the following:

  • Single-lens-single-source microlensing (i.e. Paczynski)
  • Single-lens-binary-source microlensing (with or without xallarap)
  • Binary-lens-single-source microlensing (including planetary microlensing, parallax and orbital motion)
  • Triple-lens-single-source microlensing (including parallax and circular orbital motion)

All models include the finite-size of the source(s).

The modeling strategy is based on a grid search in the parameter space for single-lens models, whereas a template library for binary-lens models is used including all possible geometries of the source trajectory with respect to the caustics. In addition to this global search, planets are searched where maximal deviations from a Paczynski model occurs. Triple-lens models are searched as small perturbations to binary-lens models.

The library is in the form of a standard Python package that launches specific subprocesses for different tasks. Model fitting is executed in parallel exploiting available processors in the machine. The full modeling may take from one to three hours depending on the event and on the machine speed. The results of modeling are given in the form of a text assessment file; in addition, final models are made available with their parameters and covariance matrices.

RTModel also includes a subpackage RTModel.plotmodel that allows an immediate visualization of models and the possibility to review each individual fitting process as an animated gif.

A second subpackage RTModel.templates helps the user in the visualization and customization of the template library.

Attribution

RTModel has been created by Valerio Bozza (University of Salerno) as a product of many years of direct experience on microlensing modeling (see RTModel webpage).

Any scientific use of RTModel should be acknowledged by citing the paper V.Bozza, A&A 688 (2024) 83, describing all the algorithms behind the code.

We are grateful to Greg Olmschenk, who revised the package installation in order to make it as cross-platform as possible. Antonio Consiglio collaborated to the development of the anomaly detection code. We also thank all the users who are providing suggestions, reporting bugs or failures: Etienne Bachelet, David Bennett, Jonathan Brashear, Sophie Budzik, Paolo Rota, Laura Salmeri, Stela Ishitani Silva, Yiannis Tsapras, Sigfried Vanaverbeke, Keto Zhang.

Installation

The easiest way to install RTModel is through pip install.

pip install RTModel

In alternative, you may clone this repository. Then go to the repository directory and type

pip install .

Currently, RTModel works on Linux, Windows and MacOS, requiring Python >= 3.8. A C++ compiler compatible with C++17 standard is needed for installation. RTModel uses VBMicrolensing for all calculations. You are encouraged to cite the relevant papers listed in that repository as well.

Documentation

Full documentation for the use of RTModel is available.

In the directory events we provide some microlensing data on which you may practise with RTModel.

A Jupyter notebook for quick start-up is also available in the jupyter folder.

License

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

Release files for RTModel 3.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for RTModel 3.4
File Size Uploaded
rtmodel-3.4.tar.gz 7.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for RTModel 3.4
File
rtmodel-3.4-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
rtmodel-3.4-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
rtmodel-3.4-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
rtmodel-3.4-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
rtmodel-3.4-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
rtmodel-3.4-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
rtmodel-3.4-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
rtmodel-3.4-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
rtmodel-3.4-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
rtmodel-3.4-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
rtmodel-3.4-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
rtmodel-3.4-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp313-cp313-macosx_10_15_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
rtmodel-3.4-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
rtmodel-3.4-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
rtmodel-3.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp312-cp312-macosx_10_15_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
rtmodel-3.4-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
rtmodel-3.4-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
rtmodel-3.4-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp311-cp311-macosx_10_15_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
rtmodel-3.4-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
rtmodel-3.4-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
rtmodel-3.4-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp310-cp310-macosx_10_15_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
rtmodel-3.4-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
rtmodel-3.4-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
rtmodel-3.4-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp39-cp39-macosx_10_15_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.15+ x86-64 Details
rtmodel-3.4-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
rtmodel-3.4-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
rtmodel-3.4-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
rtmodel-3.4-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
rtmodel-3.4-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
rtmodel-3.4-cp38-cp38-macosx_10_15_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.15+ x86-64 Details

Total release size: 87.7 MB

Release files / rtmodel-3.4.tar.gz

Download URL rtmodel-3.4.tar.gz
Size 7.2 MB
Tags Source
SHA-256 checksum
How to use checksums
87475819e504521a8cb7f71ca4b6cb15f50e879c4c56c029c9a52376f67a936d
BLAKE2b-256 checksum
How to use checksums
beed84c5a174f2368b5bb93d2776c5d0341221ec30f860905001fe768d68b95f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-win_amd64.whl

Download URL rtmodel-3.4-cp314-cp314t-win_amd64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
1cb9a596eb20068e7ba9e7c0e73abf0378ef99ccae1ae3188d60a0636fd6e794
BLAKE2b-256 checksum
How to use checksums
a473dfcf8945b8a8fd0d7f17055c3e3e1c8bea3c4c3c5f52d18c471d87797b49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-win32.whl

Download URL rtmodel-3.4-cp314-cp314t-win32.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
46afb6856057d970e64f5d4e1f9621154911942165c7f37e4e669fc6b3640563
BLAKE2b-256 checksum
How to use checksums
8ff1cf36b2b5836082f79a33bf76b8edd00d2bed861ef7263ea1c84e802b8cae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b56a4b825b019ada8504bb76a454f6d4a4f8211e67399f025a71bd6f6a515f01
BLAKE2b-256 checksum
How to use checksums
e6fef284a6bbc24a43b521acd1af4e53eec743f37303a310a2ec7f0b22401e55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
88ef3fd6d470597e321ae45b8c2fab1578f3918d76005f3fde1e3b3187d1ade2
BLAKE2b-256 checksum
How to use checksums
dcbd7b0181626f20ddaf33e7ad19515834f2814550bcef0fe2b7421d119d8155
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp314-cp314t-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bc7064bbb4587c8ce109867deadb59b6bc7aec64c1c36aff9f15e31fd9a0e030
BLAKE2b-256 checksum
How to use checksums
a418a1a3c6365aeba0e1333e78bc25eaa6b74b554ed83627acd8bdf5fb301ec0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314t-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
b4d072d5796b3f46fa2e732f6740860f93e85d371bf4c53a01d89e1427f1bcbf
BLAKE2b-256 checksum
How to use checksums
dac32f8a7713751d46df1825fd01ef0299ddad7b60d67f988e228f3a065c9e00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-win_amd64.whl

Download URL rtmodel-3.4-cp314-cp314-win_amd64.whl
Size 1.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
974b0af8b128058c41c348ff7c5cf25ea232918ee12ccc7de6e46feea83f5ccc
BLAKE2b-256 checksum
How to use checksums
5d24f5d397dd523dfec724eb8493d3cacf60d4c2e7a3e3ec39cfb7bf3c46635c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-win32.whl

Download URL rtmodel-3.4-cp314-cp314-win32.whl
Size 1.4 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
084bcce90050396e08ce1c0883883ecfb80804c87f7cbfddd0c422890d97b6d6
BLAKE2b-256 checksum
How to use checksums
1a76e650d620bc57289b9e671e27d9fcf7b844f9659de1033a7000ac020cda8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3de2bb21ca243938eabc664a8093108a5cbd5d2473ecbd79be2cce3bc41f7604
BLAKE2b-256 checksum
How to use checksums
24e02a487a1082c7c141eed0dbaeb86ac84d0781d929d6f27317df277dee0c89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
833f79396604efeab11a9573578bfe7db127f5b7a6eacdf0d57371652d52d9be
BLAKE2b-256 checksum
How to use checksums
401a293a17e9c63ecb61597e2d4230a0e520ec31a1ccd4c1abae14a0e4b0204d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp314-cp314-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
82b3df83eaff5dd662204ccd9fff018bbdaf852b1408fa8cf476c1282f738757
BLAKE2b-256 checksum
How to use checksums
ba4c0f088ec638309d6db4dbd671be05da4d4964056dbf4ad59d86c04e0adb0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp314-cp314-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp314-cp314-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
fe464ae5505bf1a5719c07fcf00ffe9eb012bff05b3e44f471203979304d42fb
BLAKE2b-256 checksum
How to use checksums
fcb04b58a878992e7aa184998c12b1058f7462e83589635136484154931263d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-win_amd64.whl

Download URL rtmodel-3.4-cp313-cp313-win_amd64.whl
Size 1.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
5872aec7a2dc9152a51b8371ddca908eb59165bc0920352abb36e071cba66fab
BLAKE2b-256 checksum
How to use checksums
956f81a34d949b0b5a23f030fb78b0267e6e61957b90512086b52fb88a056f21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-win32.whl

Download URL rtmodel-3.4-cp313-cp313-win32.whl
Size 1.4 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
a7cd5ad021bc49fe1ef5f1b61bf9dcf1f94f36d1c2352c689666d1706b55cc5c
BLAKE2b-256 checksum
How to use checksums
63215beb0547a536851fd005bbca1433497e5e73e52bab93f4be0c126b5053d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ba1d24695748bdc03a384c89329e67567d126ad81662ed2525a70905f20bdb5d
BLAKE2b-256 checksum
How to use checksums
f41115b36c3d0d4bf5897776e301e6967066f13c14b5a44d651728bc165c8823
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a5941b7d240759ece4d5091d654be11a9b1ab7619036f1b0a20540d74540c036
BLAKE2b-256 checksum
How to use checksums
a02dd592a714c8175c48f6841d99f9fc04ae004d1846ca02297329d602b4572d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp313-cp313-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
de48f27691e0d7677236d81f5acb076bf0eaed81944a60888c723de18d05a62a
BLAKE2b-256 checksum
How to use checksums
45333946cd2abee9b7d4f38dd60a55e409f3db7e9858ace78feca493d86497ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp313-cp313-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp313-cp313-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
508efb7d95690cc2a5d2682ce38f2415fa8b676aaf50d094fffda3a77c4c0a67
BLAKE2b-256 checksum
How to use checksums
8ccc1bb9be7596032a22f168c4405bb1065e6e2a107a771d830552f694aacf86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-win_amd64.whl

Download URL rtmodel-3.4-cp312-cp312-win_amd64.whl
Size 1.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
427fc4617452f6c3419044cd88ffe217f0a72574fcb710dd7a4004adb925bf32
BLAKE2b-256 checksum
How to use checksums
175d9b2ff98dbbf51444958b42277b80256354c7851c731e61f3296762e3d322
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-win32.whl

Download URL rtmodel-3.4-cp312-cp312-win32.whl
Size 1.4 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
fcc7f3c65941ed7f60ea38a280040f58e9a4a1481c73d2108fd88aaba62ae7fe
BLAKE2b-256 checksum
How to use checksums
d0ac954c1709da0006f5140514f76114f161b5ceb179a0d4d1a340d4f3dd56ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9904b73f670035ef243b068727e85a9a7eeccffd320f372d84f460fb3758f5bd
BLAKE2b-256 checksum
How to use checksums
804e078d2e0cf766b57f2c04c2d171a4c1103c45ff63a2fbed97c03ae99671a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e93ce3989c441416b3204e3f9c89e5c62ad12a69bdf1e03d688891b33ccaa04c
BLAKE2b-256 checksum
How to use checksums
9b1344391b207ef50846c229fd5f84ba7fbed8314d327f09209aa4f7f2594d98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp312-cp312-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
00c1a1cff430a9a3dc72e024928ef71e208a3b7e6c000cca7a748e8be7ba270e
BLAKE2b-256 checksum
How to use checksums
8b9455b659f85e3e297ce63367111352b81020cb7e140ffb6ff3149e818d3126
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp312-cp312-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp312-cp312-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
5e760b211eb046a1e599d4535a2155a19e491b60afc6c50a5d91199067dca803
BLAKE2b-256 checksum
How to use checksums
3eb917d66e9221a7a3ed111eaecfe609a77bf5431d1f718ae40b6c7c10014461
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-win_amd64.whl

Download URL rtmodel-3.4-cp311-cp311-win_amd64.whl
Size 1.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
bddc72eabe1ca442a482784f378d538166d12fe3747d5289256851d3a0de2990
BLAKE2b-256 checksum
How to use checksums
ce41502e11449f8f24d7a19a0fd2d8bb1e997848e0a595b7bf29442ae17300d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-win32.whl

Download URL rtmodel-3.4-cp311-cp311-win32.whl
Size 1.4 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
9f0a49e9e4a0bc23273f871aff097f22156e9528d1d8b5dde3b42e8672eeb951
BLAKE2b-256 checksum
How to use checksums
aea21704c35961ffc6d3fdfe892ecebf84971c80d1f546bc2b8db5447b2871bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
303d8d146e7ce7e65500b458bc24e46b9f5baf485cd734023098dcc367a3b250
BLAKE2b-256 checksum
How to use checksums
bb859015642f028dbba59c794f60cbae56896d1dab2053de3b5471bdc2aa0a46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5d1ad8690095cc1efc12c6a7c4e4968cd86df7dd30fa1cf5661add7aecb66f0a
BLAKE2b-256 checksum
How to use checksums
76d68b42275a167dcaa899328586f3ad9919084d1460ce088914bd9c675437a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp311-cp311-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4c789d670007e6d73f892e9d00f273bcffb296553ea2e988ddb1c3fe2f98e351
BLAKE2b-256 checksum
How to use checksums
b133cd829643691292a9531319c2a04b11673025651bfe19badb1122478cf02a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp311-cp311-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp311-cp311-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
53263c967d67cc0e90cc46f6fb9f1b386da4925b498df67430d250cc58c0459b
BLAKE2b-256 checksum
How to use checksums
41a95f35a0a12b153997901ae8f6c991b252cebdee03b998a5b360b5ad0c7c83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-win_amd64.whl

Download URL rtmodel-3.4-cp310-cp310-win_amd64.whl
Size 1.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
816ab06dfa8c5e5dfab81aa87d15b3437cf66de9ee51c16b64f68e2eb3f44f93
BLAKE2b-256 checksum
How to use checksums
c120d4a65f90983c35914f6eb9c39a35573bce918422838ba1fa1a4836d8af6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-win32.whl

Download URL rtmodel-3.4-cp310-cp310-win32.whl
Size 1.4 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
9d8ec4cd75e404c3897c3638b72cc2239146b65dcd66fab63bb146b081b436ab
BLAKE2b-256 checksum
How to use checksums
0b91990ec0db7bdc3bf431265eae5d79e4fbf804602f2a937c1c2d2f3ad7b88b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2c48178493e9b50fbe46cf8bb3c1962f678bf0de06d29a40d53ef1cd022533c8
BLAKE2b-256 checksum
How to use checksums
d430ea7a77d5827d7f906ebd7b7731d7b4f53963a457944840a626812493a395
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2b9a2ae3908b0082fdc5506498d0a8b639fc7b2113a4058be7b0f953d3730212
BLAKE2b-256 checksum
How to use checksums
c3d345cf762c9a970128b03a2ca5bc32681dd7555ff57c037663c40958bb17ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp310-cp310-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b178b6d367a208dd4655e45b91947683c6f2723c4860e1a01ae6c671cda2ee95
BLAKE2b-256 checksum
How to use checksums
be4f115eeb7de84fdf0a989edc0943f9767b79916cacee6322a9101909a7852e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp310-cp310-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp310-cp310-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
edf16d5946dd16b9dd57a463e7499a52007147b7294a2f33926ff11b6cd4d30c
BLAKE2b-256 checksum
How to use checksums
2c9f959bbd4b27baa13a6c1a0a4859a6ecb7ff1298583a128b1cc905ebe349ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-win_amd64.whl

Download URL rtmodel-3.4-cp39-cp39-win_amd64.whl
Size 1.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
679d7176094748d4b5cbfd6b6dd9ccb25358054371dcb8fccfb4ed9c9ff7cfac
BLAKE2b-256 checksum
How to use checksums
da503e2d95142afbbea5a80e83915d08f8e46a313630ac9ef309e4f7d2ab904d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-win32.whl

Download URL rtmodel-3.4-cp39-cp39-win32.whl
Size 1.4 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
5b97d651350d0c5c5c685bed7eeef2adb9bd0dbf779b1f237a7c5de8f726ad40
BLAKE2b-256 checksum
How to use checksums
27bf8944fc0e7cfcafd87ac89f71d4dc3e18b87e40c40342056b46744a056bc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp39-cp39-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1289dbcc39e99610d40bcca0ab1eae8c1dc28a2a57b3eb3303c6ba180b4889a5
BLAKE2b-256 checksum
How to use checksums
eec63cbe0ed90fd576c6bb796e0b50bceecb2c8e88c13bf1fd286364c990562d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
82800c6a9b8b9340750c64e52f60ea0632ef65dc80b7f7d0c83111dbd69b2916
BLAKE2b-256 checksum
How to use checksums
7eda1f2ea7fe7019a9958d267165c9a3fe82fa26b9aa2c757395a7de5c65f15c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp39-cp39-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3fceb961a2b39ddf0188478b6725e2386af9a7d9f7f177c68ba1dec6d14521ff
BLAKE2b-256 checksum
How to use checksums
25b40dd7ebcbe7dcad127a68aa397ba37ea7c5785e44607bbc08ccaf7205c4d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp39-cp39-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp39-cp39-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
7fa390a2275066a78486135dc5c46f981aa1122aea8cec22a90e5bc8855834a4
BLAKE2b-256 checksum
How to use checksums
e5b92e1983f57e692f07ca3a4e3c416da2e88224d12b515cc1c7e8167a5d7204
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-win_amd64.whl

Download URL rtmodel-3.4-cp38-cp38-win_amd64.whl
Size 1.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
816955b994cbe7c4076b4ea680103ea200492646df9fb76ca9f8d9de09b33e8b
BLAKE2b-256 checksum
How to use checksums
3e30454c1045771b429a075f0c4099268c986a647503367a2617a7cbc0e72b6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-win32.whl

Download URL rtmodel-3.4-cp38-cp38-win32.whl
Size 1.4 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
d014cb5b1d3963700162b8d8f0acce00da814168667549b945022c0bc554ace0
BLAKE2b-256 checksum
How to use checksums
9b674255b9dad820610814e252b2c641c98e520f3874b0958ba064a9e1b4c764
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL rtmodel-3.4-cp38-cp38-musllinux_1_2_x86_64.whl
Size 2.6 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8ed2d4b726dfc5a0665fc0584e3b350a299803a774489c6eee9ba775b1835c62
BLAKE2b-256 checksum
How to use checksums
18eea44c1de0d4e0d545505f455455b2bcc64b7ee93430e2b2ae9fdc404880e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL rtmodel-3.4-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.8 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5d86fc533e20b984cf217182cf65e44d196608ae918e10c18cad21aa7be14d2c
BLAKE2b-256 checksum
How to use checksums
a57a93649f86822ab3cd5eb6a3be9cd322ebc831a91d26a427daf4c603dc6576
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-macosx_11_0_arm64.whl

Download URL rtmodel-3.4-cp38-cp38-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ff648f6c05af43ed4970ba7883ad1f73c76af3d066b61a158b126857da23463b
BLAKE2b-256 checksum
How to use checksums
5d75c3b39bc54444b8b12dc9f9e9d717f4f853923bfb7eef7c687ee5f2fb0439
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release files / rtmodel-3.4-cp38-cp38-macosx_10_15_x86_64.whl

Download URL rtmodel-3.4-cp38-cp38-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
f7379d962a8b86362ba7e8a36df3dfdcad3461dfb833d8263476529be1ed6a7f
BLAKE2b-256 checksum
How to use checksums
ad1c114d59505dc200523214fc2f96441618655832753877969c9f23777ad082
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.3

Release history Release notifications | RSS feed

3.4.1

49 release files

This release

3.4 This release

49 release files

3.3

49 release files

3.1

56 release files

3.0

56 release files

2.4

56 release files

2.3

75 release files

2.2

2 release files

2.1.0

2 release files

2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page