Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

BallisticCalculator

The compiled extensions include cython+dopri, a Dormand--Prince 5(4) adaptive engine with SciPy RK45-style controller semantics. The existing Cash--Karp engine remains available with its compatibility controller.

LGPL library for small arms ballistic calculations based on point-mass (3 DoF) plus spin drift.

license pypi pypi-pre downloads downloads/month cythonization py-versions Made in Ukraine

Pytest Euler (Cython) Pytest RK4 (Cython) Pytest Scipy

Contents

Installation

pip

pip install py-ballisticcalc

# Include compiled engines
pip install py-ballisticcalc[exts]

# Include support for charting and dataframes
pip install py-ballisticcalc[charts]

# Get everything, including the SciPy engine
pip install py-ballisticcalc[exts,charts,scipy]

QuickStart

Examples

Ballistic Concepts

Units

Work in your preferred terms with easy conversions for the following dimensions and units:

  • Angular: radian, degree, MOA, mil, mrad, thousandth, inch/100yd, cm/100m, o'clock
  • Distance: inch, foot, yard, mile, nautical mile, mm, cm, m, km, line
  • Energy: foot-pound, joule
  • Pressure: mmHg, inHg, bar, hPa, PSI
  • Temperature: Fahrenheit, Celsius, Kelvin, Rankine
  • Time: second, minute, millisecond, microsecond, nanosecond, picosecond
  • Velocity: m/s, km/h, ft/s, mph, knots
  • Weight: grain, ounce, gram, pound, kilogram, newton

Calculation Engines

Choose between different calculation engines, or build your own. Included engines:

Engine Name Speed Dependencies Description
python+rk4 Baseline (1x) None, default Runge-Kutta 4th-order integration
python+euler 0.5x (slower) None Euler 1st-order integration
python+verlet 0.7x (slower) None Verlet 2nd-order integration
cython+rk4 50x (faster) [exts] Compiled Runge-Kutta 4th-order
cython+euler 40x (faster) [exts] Compiled Euler integration
scipy+rk45 (also scipy+rk23, scipy+dop853, scipy+radau, scipy+bdf, scipy+lsoda) 10x (faster) scipy Advanced numerical methods

About project

The library provides trajectory calculation for ballistic projectiles launched by airguns, bows, firearms, artillery, etc.

The core point-mass (3DoF) ballistic model underlying this project was used on the earliest digital computers. Robert McCoy (author of Modern Exterior Ballistics) implemented one in BASIC. JBM published code in C. Nikolay Gekht ported that to C#, extended it with formulas from Bryan Litz's Applied Ballistics, and ported it to Go, while Alexandre Trofimov implemented a calculator in JavaScript.

This Python3 implementation has been expanded to support multiple ballistic coefficients and custom drag functions, such as those derived from Doppler radar data.

Contributors

This project exists thanks to all the people who contribute.

Special thanks to:

  • David Bookstaber - Ballistics Expert
    For help understanding and improving the functionality
  • Serhiy Yevtushenko - Applied Mathematician
    For helping in consultations, testing, and improving edge case compatibility
  • Nikolay Gekht
    For the source code in C# and GO-lang from which this project firstly was forked

RISK NOTICE

This library performs approximate simulations of complex physical processes. Therefore, the calculation results MUST NOT be considered as completely and reliably reflecting actual behavior of projectiles. While these results may be used for educational purpose, they must NOT be considered as reliable for the areas where incorrect calculation may cause making a wrong decision, financial harm, or can put a human life at risk.

THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Release files for py-ballisticcalc.exts 3.0.0b3

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

Source distribution (sdist)

Source distribution for py-ballisticcalc.exts 3.0.0b3
File Size Uploaded
py_ballisticcalc_exts-3.0.0b3.tar.gz 260.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for py-ballisticcalc.exts 3.0.0b3
File
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_31_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-32, Linux glibc 2.24+ x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314-pyemscripten_2026_0_wasm32.whl CPython 3.14 CPython 3.14 PyEmscripten 2026.0+ WebAssembly Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_x86_64.whl CPython 3.14 CPython 3.14 Android API level 24+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_arm64_v8a.whl CPython 3.14 CPython 3.14 Android API level 24+ ARM64 v8a Details
py_ballisticcalc_exts-3.0.0b3-cp313-cp313-pyemscripten_2025_0_wasm32.whl CPython 3.13 CPython 3.13 PyEmscripten 2025.0+ WebAssembly Details
py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_x86_64.whl CPython 3.13 CPython 3.13 Android API level 24+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_arm64_v8a.whl CPython 3.13 CPython 3.13 Android API level 24+ ARM64 v8a Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_amd64.whl CPython 3.11 abi3 Windows x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win32.whl CPython 3.11 abi3 Windows x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_x86_64.whl CPython 3.11 abi3 Linux musl 1.2+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_i686.whl CPython 3.11 abi3 Linux musl 1.2+ x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_armv7l.whl CPython 3.11 abi3 Linux musl 1.2+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_aarch64.whl CPython 3.11 abi3 Linux musl 1.2+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_31_armv7l.whl CPython 3.11 abi3 Linux glibc 2.31+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 abi3 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl CPython 3.11 abi3 Linux glibc 2.24+ x86-32, Linux glibc 2.28+ x86-32 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 abi3 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_11_0_arm64.whl CPython 3.11 abi3 macOS 11.0+ ARM64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_x86_64.whl CPython 3.11 abi3 macOS 10.9+ x86-64 Details
py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_universal2.whl CPython 3.11 abi3 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 44.9 MB

Release files / py_ballisticcalc_exts-3.0.0b3.tar.gz

Download URL py_ballisticcalc_exts-3.0.0b3.tar.gz
Size 260.9 kB
Tags Source
SHA-256 checksum
How to use checksums
c13ca8b801d478e8ef7c78e907cbecb717c4908de703ac24e4ea182a47bf2980
BLAKE2b-256 checksum
How to use checksums
b50e8dc9e8d170e8b0cdd50590958b8a101cd271cbb24f80a9b2dc87724a31bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_arm64.whl
Size 991.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
f93366cd75f2d5389a92e8f62da3f1bc795e08b6d8ffb5c18a69e71bb2392c16
BLAKE2b-256 checksum
How to use checksums
06519e58393c009426bede4e17bb67a03be92fd94eb6ea197bebda1fe00ef5e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_amd64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win_amd64.whl
Size 867.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
5c7c31a2ea0e7e510cfd4663c7308e8935d091704d7ad8949ef1eee960303486
BLAKE2b-256 checksum
How to use checksums
e0f0924009ae888db5f141aa3bfadef78b7ee6e92a5aaedf7909da967d6715ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win32.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-win32.whl
Size 841.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
68093ef3ccea0b0263cca7c456c729664886a93b89c76f86388180030c1c77aa
BLAKE2b-256 checksum
How to use checksums
10de043f17cc9419a2ee02aab4ff5597409ebf23631a818a997181b4aeb692c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f3dcc1baea80123ebe1c4e36b370928b9e23c85e0acbd6f7e102614093d61eee
BLAKE2b-256 checksum
How to use checksums
9f7889d07c2d625a39689156e00bac3a601b449fbb5eb0837a1a5d4fb5cf6dec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_i686.whl
Size 2.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
cb1151a2fd8cf141f1d3ef9494813f44e9cb1b653faf45387ad46899eaad98b5
BLAKE2b-256 checksum
How to use checksums
88d13a64143c2dcfa2aee9f2930952c1ff5d25061d12179a1e90b274a40af837
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
2825ab29197651a41b6b954822dc3e91a990dfc5817c3e5f70e027ca8a129180
BLAKE2b-256 checksum
How to use checksums
1425a764d15a279cb0d378b9389211e90912353ad749501873c5a1cea1278dfd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 2.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8d6df4c1d26205ed92fb356eb32d439289604a98608937acf90bfa4803f22376
BLAKE2b-256 checksum
How to use checksums
911fc3bb1938dc0a8975c2b7d7c1d86e67e944504637197f50647fe991939ed3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_31_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_31_armv7l.whl
Size 899.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l
SHA-256 checksum
How to use checksums
fe1c1530fb07ae775183be38a618933aed0bb076b13999943cedf2b33cdfd4c0
BLAKE2b-256 checksum
How to use checksums
b5cbf2af9fc71227ae2e2b20f3eee34bec7c00cbd68cd0697b41e53320a8ab6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.0 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
6021b2dfd78fca618fb92674517b6446fceee62afbef9a04f18cffeea50cdd99
BLAKE2b-256 checksum
How to use checksums
5821b779f659dc08f74149832c1336486ecf9880a6d3f6c47bd7e5899e0a2e9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-32 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
2c9e27b2869e80f9377362671896360534d0b621889033391aff855b4a157931
BLAKE2b-256 checksum
How to use checksums
f6bea6cd9f2819fbe195039f1e02064f933cbfe028e1b416b318d2b433ec5ac0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 981.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f8635a92940c10f9a1c54a7ce6466c752432dae8549a7647de4434c6030a97bf
BLAKE2b-256 checksum
How to use checksums
cdd99cf0fa1f1d4df95fad95f1733702473510270bfdb031444d7694778b2c51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_11_0_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9111364038d307ba82fec4b8c5ffca4e527a751806b5331d736e44aef1d55385
BLAKE2b-256 checksum
How to use checksums
710654b90d2f60f951f6141cfbc30fc46708187ce959adf91fda540529596553
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_x86_64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
e473559561aeac843f94b43704d2b3d4be1a85c3e6fc60720854e65a10293dcd
BLAKE2b-256 checksum
How to use checksums
e91c2bb5eab94473566ee61b49ffde5297fa53bc65ac132ab1384e944dfdcc12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_universal2.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314t-macosx_10_15_universal2.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
48940cb688348723acb29841383b5b88e3581b4fe8c66bd01ca8bf9908d27286
BLAKE2b-256 checksum
How to use checksums
34db86e5cb209bd8e2afed275977015918f1de610910bd90e950eda1e9d85dee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314-pyemscripten_2026_0_wasm32.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Size 662.1 kB
Tags CPython 3.14 PyEmscripten 2026.0+ WebAssembly
SHA-256 checksum
How to use checksums
2f0da1bc7573b7da812d532ddf1f592e0f0a2044bb16ab06754872dbbd8f1c00
BLAKE2b-256 checksum
How to use checksums
97756d339b0bef6ffb1607300cb786dede1b6f1dc88c130eaa69828de28cc5af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_x86_64.whl
Size 1.6 MB
Tags Android API level 24+ x86-64 CPython 3.14
SHA-256 checksum
How to use checksums
acd7367228859ff63f3cc2040b0077fcc0eae9c94a6f9cb98a8c5a3b0902c3a0
BLAKE2b-256 checksum
How to use checksums
6f1c3247ffb50bb981aba085acb67cfc8844c7f7350b0609e6e2781b0db77932
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_arm64_v8a.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp314-cp314-android_24_arm64_v8a.whl
Size 1.6 MB
Tags Android API level 24+ ARM64 v8a CPython 3.14
SHA-256 checksum
How to use checksums
64e2a57cb12ddd6cf81cb9c81d7e41572e192aae74a5e9446deffb32a50cffba
BLAKE2b-256 checksum
How to use checksums
cdf484835e5c6b7321631f54fb63b3a9e4c7902600e6b035a043a0c8ed4c1c62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp313-cp313-pyemscripten_2025_0_wasm32.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Size 659.9 kB
Tags CPython 3.13 PyEmscripten 2025.0+ WebAssembly
SHA-256 checksum
How to use checksums
cb137696d95448c99631c9e04b042a4046ea83a9b961301390daac8bc69f65e4
BLAKE2b-256 checksum
How to use checksums
ffddfbe25a950539e0ee7102cd16922514db3db51bfaf0996827acd79830cb5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_x86_64.whl
Size 1.6 MB
Tags Android API level 24+ x86-64 CPython 3.13
SHA-256 checksum
How to use checksums
a5ab712f0a5ca85363855a4e91f989c80452fb73899b391fccb5a5b814cc1dd7
BLAKE2b-256 checksum
How to use checksums
4979c9f1ac4679dd563ea4c12e48de3c52f0987f6b90fccf3be0e72404b2723f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_arm64_v8a.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp313-cp313-android_24_arm64_v8a.whl
Size 1.6 MB
Tags Android API level 24+ ARM64 v8a CPython 3.13
SHA-256 checksum
How to use checksums
d6fcd2ab598b5da564231575847d1b6479b76f0480df2414c8d3e6566459679a
BLAKE2b-256 checksum
How to use checksums
0daf3be3982e88a9bafd07a4372d673daff008c51472fbaa7b3dc5f6bd47acfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_arm64.whl
Size 955.9 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
48a72cac5b8508a0b619774c247903cb161d69ae8a0f9bbf201c085701a34b40
BLAKE2b-256 checksum
How to use checksums
f7a826a860ec35642202cf3b9500cd1ea5e63f937358e9366c32eb21c17fbfca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_amd64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win_amd64.whl
Size 834.7 kB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
25810ea94d0711233c62bfb6071545f662b96bbcde14c522096972225727313c
BLAKE2b-256 checksum
How to use checksums
10ffc942701f2bb5a63f2f2ea97beba7dd64a2a41f1ad15d1504683c58fe678a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win32.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-win32.whl
Size 802.0 kB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
cd0335252b0fab08a532d378e28890ad1e54ad7c5f098cf580d0f5c7c16d1c22
BLAKE2b-256 checksum
How to use checksums
ea316e494ddf1ef90d996612ec64bee7a348b28444ea5a67f02303320a2adfcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_x86_64.whl
Size 2.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
724d7f97a51ea5091e0f2358cab8bd5fa5de61a3a455d7de37dfc18dec14dcb6
BLAKE2b-256 checksum
How to use checksums
8412895ef7a38f2ac7cdfb31d58a725fae97c75b8d7d1f68cfb1dcd0ad3e198b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_i686.whl
Size 2.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
0efcc2ba9f59ff9a55cd40f6cb082e4dd5fb0c0a3bc48b1b748bf1e3bce28455
BLAKE2b-256 checksum
How to use checksums
0ce6f3642e1d715553ba465f27a1e13f87667931ad3c60f6db005b0faeb5dfc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_armv7l.whl
Size 1.7 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
34bf934d57674aedf8a04596971da99d268f4a34242405a74976225a89fb2457
BLAKE2b-256 checksum
How to use checksums
c4c05341a98a380bd6e88f36948d8412232a7f93574dd283d2fd71fd31b7ccce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-musllinux_1_2_aarch64.whl
Size 2.0 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
d762adfa1148a391151ea5170987737aa2d6484991ea6331d6296624d9566eab
BLAKE2b-256 checksum
How to use checksums
a50e1933ebcc53dde033548714fe44731df272139fe12b49802509121c63b0a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_31_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_31_armv7l.whl
Size 872.9 kB
Tags CPython 3.11 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
bfb7a44ba8f95a2e3413ad50b933d6fc42f43527939d2d05fc400c1d0a1c704e
BLAKE2b-256 checksum
How to use checksums
de6a213f00ac274638b5a0d364cca3efab172ab8c9817175d7684a64f35b8a11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 995.4 kB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
14d48b7ffc9cac52a7d2e5923d3ff80faf404c5bbeb02bfcb5537b2035f99dd1
BLAKE2b-256 checksum
How to use checksums
82b358889c4882bfae20bc663132c0bf7c091a66d31e39ac4d78e320156b7814
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl
Size 1.1 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-32 Linux glibc 2.28+ x86-32 abi3
SHA-256 checksum
How to use checksums
bed9aec97f9fde49b62ca1d0af5bda3a47d054f5c517e69396688e5f32952c4d
BLAKE2b-256 checksum
How to use checksums
f5c74113b2ed3ae60b7f22ceca38677f5923efbf843bce3383bf3cb40590c223
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 950.4 kB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
15fd08cb506ced11589d731b7af5b413bd196dc22fd7ffa8a166508fa1521ce8
BLAKE2b-256 checksum
How to use checksums
330d8581eff048333dabdcae3a892722fcbafd47e35419d72acac15a9b7b5578
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_11_0_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_11_0_arm64.whl
Size 1.0 MB
Tags CPython 3.11 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4a77de347234814159c2256d124154afa6d89e44051d475b1290dbabf0b483a2
BLAKE2b-256 checksum
How to use checksums
bc39fda6438f62816567e0d38ea1d27f225a0eb2f0b4449f2f384cfa31307643
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
846d32d54540219d82b14f435797acbf4028ba25442e95e785c9b63d2a4d442f
BLAKE2b-256 checksum
How to use checksums
00fcc07fed507b6b8d36822bcacd134ffaefd5c31f1410b9e435d68c59bcba6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release files / py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_universal2.whl

Download URL py_ballisticcalc_exts-3.0.0b3-cp311-abi3-macosx_10_9_universal2.whl
Size 1.8 MB
Tags CPython 3.11 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a3cb405663d4cf95f9890b160e31167d06d9df7d5344eb08fd19fe3aca2d55dc
BLAKE2b-256 checksum
How to use checksums
3e9c0516916d6d11dc278bf326bcab5ba7a0b9e3f6d5c262783f3477a71ff3cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

3.0.0b3 This release

35 release files

2.3.0

29 release files

2.2.9

85 release files

2.2.7

85 release files

2.2.6

85 release files

2.2.5

85 release files

2.2.3

85 release files

2.2.2

43 release files

2.1.0

56 release files

2.0.4

51 release files

2.0.3

10 release files

2.0.2

10 release files

2.0.1

10 release files

1.1.4

10 release files

1.1.3

10 release files

1.1.2

10 release files

1.1.0

10 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