gtracr
gtracr simulates cosmic ray trajectories through Earth's geomagnetic field and computes geomagnetic rigidity cutoffs (GMRC).
Features
- IGRF-13 magnetic field — full degree-13 spherical harmonic model, plus a fast 3D tabulated lookup (~7x speedup)
- Three solvers — RK4, Boris pusher (~30% faster), and adaptive RK45 (~100x fewer steps for escaping trajectories)
- C++ batch mode — entire GMRC Monte Carlo loop in C++ with std::thread parallelism (~35k trajectories/s)
- 10 predefined locations — Kamioka, IceCube, SNOLAB, and more
Installation
Requires Python >= 3.10, a C++14 compiler, meson >= 1.1, and ninja.
git clone https://github.com/kwat0308/gtracr.git
cd gtracr
git submodule update --init
pip install -e . --no-build-isolation
Quickstart
from gtracr.trajectory import Trajectory
traj = Trajectory(
zenith_angle=45., azimuth_angle=0., rigidity=20.,
location_name="Kamioka", bfield_type="igrf",
)
data = traj.get_trajectory(get_data=True)
print(traj.particle_escaped) # True = allowed trajectory
from gtracr.geomagnetic_cutoffs import GMRC
gmrc = GMRC(location="Kamioka", iter_num=10000,
bfield_type="table", solver="rk45")
gmrc.evaluate_batch(dt=1e-5, max_time=1.)
az, zen, cutoffs = gmrc.bin_results()
Documentation
See the full documentation for detailed guides on trajectories, cutoff maps, solvers, and architecture.
License
BSD 3-Clause. See LICENSE for details.
Release files for gtracr 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gtracr-2.0.0.tar.gz | 10.2 MB | Details |
Built distributions (wheels)
Total release size: 18.1 MB
Release files / gtracr-2.0.0.tar.gz
| Download URL | gtracr-2.0.0.tar.gz |
|---|---|
| Size | 10.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b596231f9363b76b06055ef6a1bc6a0d2726a93c9a29492878c0ac5c41cb1fad
|
|
BLAKE2b-256 checksum How to use checksums |
61be5ad50a22a08eb8e0bf6bf411c7128b2d42e38dadc70f19a539852b73769b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-win_arm64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 235.6 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
70c231883be9c8bc1e020470b5db083d4c00745beefd75bafb65f46ec2804a9c
|
|
BLAKE2b-256 checksum How to use checksums |
5407d3e7cebc7f22b01499241912a5a021185d3000429e6d8a00639b4ac7a0aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-win_amd64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 247.2 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3ed95e3050c34cb53321f87d3ab89979dcad24b4c22c5cb928cbcf21f739a1d6
|
|
BLAKE2b-256 checksum How to use checksums |
2aa4ca8f95e56f4d9c33361a75da524ab478d20d410f0d6f07b4cf2d34eacd66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 331.7 kB |
| Tags | CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
fc6b76cc2835e7e5d1152bd5aa7185c19fe8f1b25347e4ed07f9e18dc15c7ef1
|
|
BLAKE2b-256 checksum How to use checksums |
62cf1a74b420fd783207854461a31296ac786b7bcee89dd581557202215cdd39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 317.3 kB |
| Tags | CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
6a1019e0086a057f7ab01586cd1ae495ef7df50010a1f24a5b202a03bedcdda4
|
|
BLAKE2b-256 checksum How to use checksums |
f024a512af2c92ca6f1d4d1170b67cf61f872c82f4da996b7ebc100f66608200
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 251.4 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
340e808242c22335996bf380ccbde6c9b1b7760f2d66e57ad9d4e783d93fe7d6
|
|
BLAKE2b-256 checksum How to use checksums |
639e77fe2ea462edf711dcd7c15bd0b1fce993acf3ea79bf8414dc858ad4fec5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | gtracr-2.0.0-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 264.9 kB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
e777407eff175c68a0c4fdc5701334e64754e9e0239deb53813e0c9a74d0479f
|
|
BLAKE2b-256 checksum How to use checksums |
1beb18d62cd8de50e8805d9f58d3f91d783875c6b9c0b22aaa7a3ab33dd6d874
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-win_arm64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 229.9 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
725c05ddbea19a18e39e289adafb67a0439911af9de2fc99ad57c2c53411910a
|
|
BLAKE2b-256 checksum How to use checksums |
fd01d8b978c2acbdef6e947245a6361d5122112e0ab7c13cba05cb5b3404441a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-win_amd64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 242.0 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
90bb85f5ec22c49402f32304145e961b4ebf2d9a4dba169afca20105a70454c3
|
|
BLAKE2b-256 checksum How to use checksums |
9241990ccc76cc8c7553ab8e05cfa44028929d63de859a9fc92d23cabef6dff8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 331.2 kB |
| Tags | CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
9eb77ac631eaaf463e3e4ccac0954843f67f5ebcfd6a311e06352ea2b47771e4
|
|
BLAKE2b-256 checksum How to use checksums |
b75363f82b4755f85bbaa3f7231f047e5cb23deda82b97b5ff63e974065bbdd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 316.4 kB |
| Tags | CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
d91b1201b33fa575ce6dab54ad5b1bda85effe70ff23557c068124b6a3746995
|
|
BLAKE2b-256 checksum How to use checksums |
e714b7b847172adc55f231c8a9578f1cdc80c63ebefc62d2295d089064015a30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 250.8 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f55b5c8bd52067f96c0b9123e09136133fcf6d74771269129a5dd2644a2b67f2
|
|
BLAKE2b-256 checksum How to use checksums |
f949ecab493eecfa245eb1d5c5d533403ef7a71ed747d173599b8b563ee34182
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | gtracr-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 264.7 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
8d25dcc761136c75a2d3ef8616b4f84a8bc055bda780ee79d3272693250d8a2b
|
|
BLAKE2b-256 checksum How to use checksums |
fef05d7948a27fb7046a60dea2895159a4105dc60dc39aed93b13f50579aae37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-win_arm64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 229.9 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
2d6c2122d83650e9224b5a2f9ceb19972927a94dc61dc3b6206030ccc340860b
|
|
BLAKE2b-256 checksum How to use checksums |
c69f18d84b554bb47f0037286b7437c2e75fee51b3faf0a58bc2d6e15f56a237
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-win_amd64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 241.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
2073de718d8a8bcb489ce3b7a5d1e5e3a4b20b4441769b923c4a5330a88b6d3e
|
|
BLAKE2b-256 checksum How to use checksums |
c0f79e29ccf7593ee28e46cf59226c821490b20dc0adaed658d29e665ef6808f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 331.2 kB |
| Tags | CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
7061ef0614adc561da16dee9966cafc67f51bdb055525c81e7e2990ec5d18832
|
|
BLAKE2b-256 checksum How to use checksums |
e010c44953ed47229a471ddede11350e9f720ebf0ae7b7ce5f46a3a204e9f1a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 316.3 kB |
| Tags | CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
fed658b589b51bdbe7d3f4eb85ab9ce319f829b5678f5a5beedd49b8ce6d903f
|
|
BLAKE2b-256 checksum How to use checksums |
3f5abbd76fdf3b37d9d3b43e4db4f8a25b029b07807f427b99b19e63af0e35a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 250.8 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
1120a98e4e952af3f98da87991ff11887c38e4032996040fb0d591f05b07af95
|
|
BLAKE2b-256 checksum How to use checksums |
558e9d6a46e254c93e35a6ccf710a8956824fd23f3fa6761bb648e3f80201e02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | gtracr-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 264.6 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
83debc6528a73135785f64f9dd7ad045786283ec50b8ba69ee6d31399e8e8058
|
|
BLAKE2b-256 checksum How to use checksums |
821b3a016afbe9c055fecd1d92dceb21bd82e2467af4cacdc193ca1862e0fc40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-win_arm64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 228.4 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
b877db6cd61b8291e617a24cf89f9f7c0a458dc8b5c302f94653326ad65d2f53
|
|
BLAKE2b-256 checksum How to use checksums |
a13902a85558c725262c71592400cf76805ff31b05f7428683e16877dbfb85e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-win_amd64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 240.8 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
d4619aaac7ac38f097393c7f486b4707c340900215cd2c7a314c9508120cbc5c
|
|
BLAKE2b-256 checksum How to use checksums |
c48e281df74418816df2553f02df852bd23d7c4bf7a3441efba1aeca875992a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 325.0 kB |
| Tags | CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
5305ea95f35a2d637751623b02274972ad12fbd61dc340833ccede07d2d6bc6a
|
|
BLAKE2b-256 checksum How to use checksums |
ddd3935f6b5d1276852ba557e270327b6e0b7b35076201a7bee42cd1887f6967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 312.1 kB |
| Tags | CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
405a9a5b2316d222b6cacbd9790dec98da0c1691fd13e270fae40947e73086b9
|
|
BLAKE2b-256 checksum How to use checksums |
c9036a24e9741fb1952c658a21ba25e0a7e2a12b18a717647adcda85b131d175
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 249.2 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
7077f0f472bd14f7f5c42f04a7a543ebbffe7adae16a2244bc53850847d67fb9
|
|
BLAKE2b-256 checksum How to use checksums |
58a8e897e300e7db4fbe3f7beccd979977442d7d743dd3deec5468f0834e649e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | gtracr-2.0.0-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 262.7 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
c7fe696f1ded9fb1a37b40403b2df55be82e412b2ba7dd50f147bd7c85e8bd23
|
|
BLAKE2b-256 checksum How to use checksums |
6da495d0fdbe131410a6b6c52d3d8a6ae51f77b8bb32856bf76a1d2edc3744fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp310-cp310-win_amd64.whl
| Download URL | gtracr-2.0.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 240.0 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
177ca54066e6621fc2a37d28c910133ee9b02b81d88d84eed7205b808d04f139
|
|
BLAKE2b-256 checksum How to use checksums |
ad420ee493124ca6b0e6500e0688a195cc1646df28dfb3ca8ddd21440e575485
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
| Download URL | gtracr-2.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 323.3 kB |
| Tags | CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
127fcbb21d6229ae8bfff9f43560a1222344cf3fcc7ed72f72cdcad009083893
|
|
BLAKE2b-256 checksum How to use checksums |
723ac4fb83e70ce1556d19717883aab6bf307a193251bb6a9af0111797918522
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
| Download URL | gtracr-2.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 309.8 kB |
| Tags | CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
e76ea51e89ae22a8cff37d778a8d55653018eb80093a26e428823b8d00fabe79
|
|
BLAKE2b-256 checksum How to use checksums |
62071b002cf53c5d630cd8a3a99ce50ba5547f8d4f6cfa6fcc1e881d32b141ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | gtracr-2.0.0-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 248.3 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
e65400d8be1d3fd8abe167783662b811e8ff5594d36adb1a1b9bbfdd16825b72
|
|
BLAKE2b-256 checksum How to use checksums |
d7e7baa49135bdec2c2b264b60d9c4d39f2befeb09745b6bbf0924c98664258c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / gtracr-2.0.0-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | gtracr-2.0.0-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 261.6 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
33398fa4eb1a244d30d31cf0481bce1e6315859c8f5781166c4e122c4470438f
|
|
BLAKE2b-256 checksum How to use checksums |
86ba2f9c8544042857616c2b0070176ce75e1584ac5576591965b147f81eafb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|