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 cythonized_dopri_engine, 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
rk4_engine Baseline (1x) None, default Runge-Kutta 4th-order integration
euler_engine 0.5x (slower) None Euler 1st-order integration
verlet_engine 0.7x (slower) None Verlet 2nd-order integration
cythonized_rk4_engine 50x (faster) [exts] Compiled Runge-Kutta 4th-order
cythonized_euler_engine 40x (faster) [exts] Compiled Euler integration
scipy_engine 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.0b2

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.0b2
File Size Uploaded
py_ballisticcalc_exts-3.0.0b2.tar.gz 260.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for py-ballisticcalc.exts 3.0.0b2
File
py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
py_ballisticcalc_exts-3.0.0b2-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.0b2-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.0b2-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.0b2-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.0b2-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.0b2-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.0b2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-32, Linux glibc 2.28+ x86-32 Details
py_ballisticcalc_exts-3.0.0b2-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.0b2-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.0b2-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.0b2-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.0b2-cp314-cp314-pyemscripten_2026_0_wasm32.whl CPython 3.14 CPython 3.14 PyEmscripten 2026.0+ WebAssembly Details
py_ballisticcalc_exts-3.0.0b2-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.0b2-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.0b2-cp313-cp313-pyemscripten_2025_0_wasm32.whl CPython 3.13 CPython 3.13 PyEmscripten 2025.0+ WebAssembly Details
py_ballisticcalc_exts-3.0.0b2-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.0b2-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.0b2-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-win_amd64.whl CPython 3.11 abi3 Windows x86-64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-win32.whl CPython 3.11 abi3 Windows x86-32 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-musllinux_1_2_x86_64.whl CPython 3.11 abi3 Linux musl 1.2+ x86-64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-musllinux_1_2_i686.whl CPython 3.11 abi3 Linux musl 1.2+ x86-32 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-musllinux_1_2_armv7l.whl CPython 3.11 abi3 Linux musl 1.2+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-musllinux_1_2_aarch64.whl CPython 3.11 abi3 Linux musl 1.2+ ARM64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_31_armv7l.whl CPython 3.11 abi3 Linux glibc 2.31+ ARMv7l Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 abi3 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl CPython 3.11 abi3 Linux glibc 2.28+ x86-32, Linux glibc 2.24+ x86-32 Details
py_ballisticcalc_exts-3.0.0b2-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.0b2-cp311-abi3-macosx_11_0_arm64.whl CPython 3.11 abi3 macOS 11.0+ ARM64 Details
py_ballisticcalc_exts-3.0.0b2-cp311-abi3-macosx_10_9_x86_64.whl CPython 3.11 abi3 macOS 10.9+ x86-64 Details
py_ballisticcalc_exts-3.0.0b2-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.0b2.tar.gz

Download URL py_ballisticcalc_exts-3.0.0b2.tar.gz
Size 260.1 kB
Tags Source
SHA-256 checksum
How to use checksums
d7e8785181d558f40dc13621a0c17b52727cc869fd60a1788ad70659d24ff6c7
BLAKE2b-256 checksum
How to use checksums
0a5101e6fe3d86b4e57864b462d5beb265df1e4b4c72eb51d1d62448a39e1632
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.0b2-cp314-cp314t-win_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win_arm64.whl
Size 990.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
6e0087cc56bcadebcdd469197665cfc6845a8bb5db1cd400253eb5cfb155bf83
BLAKE2b-256 checksum
How to use checksums
4eae97880385a6e65bc9d2ef7ee428b3c3dc070593dc168082cbd97264afcb7c
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.0b2-cp314-cp314t-win_amd64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win_amd64.whl
Size 866.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
775464d7fc42330d4f18a6c738cad9c6551dc514a8a0affe2d2d22c6a41b84a7
BLAKE2b-256 checksum
How to use checksums
bb6983be274673f16957d580c7fc991044c395ee3045182d0996ca6bbb36dd89
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.0b2-cp314-cp314t-win32.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-win32.whl
Size 840.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
28ae63e5d30b0926e5c8d8e8bfcc8e0cf85419e6e5b42059e7710daf4ec9cb4d
BLAKE2b-256 checksum
How to use checksums
abb64260e748aef0b95dcd8c8181efa05d025d00881a63b2721b2b1b5839a36c
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.0b2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
8c5466db904c7e057616a9e8a9dda579510578edfd5e1fa568a850e3ed2d9f04
BLAKE2b-256 checksum
How to use checksums
35dc35c9a61bdb73924bdfc7e4071bc3fbc66875836f7e1f60d102f4a3ea8b9a
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.0b2-cp314-cp314t-musllinux_1_2_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
a276cf81f16700649adf96bea1592d07930a25d4ea7d15ac92fe374fb3694a99
BLAKE2b-256 checksum
How to use checksums
ef28b58486b66d62d3c66f97163bc82d9e786ea4dc9d8b5efcb95058136eb488
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.0b2-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
4e77c9db58efb659b7f2f7f09009c8a34919176e83dfeee9aedb4215e318cd53
BLAKE2b-256 checksum
How to use checksums
533a2fd50faa2b43e47ed1b2bbb5ed30902e6d2c94113f8df4e8f6a9c8d9e39e
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.0b2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
822a4f182bf08d53eaec474c6fed73635568aec2dab07b1110e3fceea9c0e08a
BLAKE2b-256 checksum
How to use checksums
602f50f4ac91585cb58ca66ef41768fc0ca36272b8d7f294be70849c32a49ef4
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.0b2-cp314-cp314t-manylinux_2_31_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-manylinux_2_31_armv7l.whl
Size 898.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l
SHA-256 checksum
How to use checksums
b7e7ef4487743098bbf76585869921cf352c2efc01cefefbe3ddffb8f460c454
BLAKE2b-256 checksum
How to use checksums
88259e11516e923b14d0a10a5294810fc18e023d2e1ea8b942b7b5074443c007
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.0b2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
749845099b797cc92879d900c64fd56a0187d3bdb9617cd7a662957f2ec12b44
BLAKE2b-256 checksum
How to use checksums
511acc44c9314df12388f9c60f7e010db4a02cfbe3776b4ffa0733fdba1b4e08
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.0b2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
f1d03b16a8fd50bde43bc8b8025f23a59a3e5965bf329c8604792bfdb6821f8a
BLAKE2b-256 checksum
How to use checksums
4462bb745257682d13f0bbe5fdd120da1f63f1662b00d5f1b0ed9577ae809609
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.0b2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 980.3 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
17d9e943545b050426bb643340bc57a35da2e3dd3596aa8936a5335b945e83fa
BLAKE2b-256 checksum
How to use checksums
172ff5f9d4a46d44ac385e68b59a32f1080de76158a1e27b3f4524f1943c4206
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.0b2-cp314-cp314t-macosx_11_0_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
b091c8d5c4201161e117a24e06cff782b87f5fb0b85045e45300e8c89dca5374
BLAKE2b-256 checksum
How to use checksums
405f8f80f2a58b42e4d148f0c8d6837a64e65c664f9d42cbb4c8a5979b65d9da
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.0b2-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
2f38bf68d290eb794865399c5e13e05a2f9b7677c69db7b12ab938fb554e3960
BLAKE2b-256 checksum
How to use checksums
c5b54ebffc57793a912d19066b3e43d5ea949a9a357b225a0573343d12f5c890
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.0b2-cp314-cp314t-macosx_10_15_universal2.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
dd2cfe0b92263976833476abc19d52dc8aeb9ead32f4e7d5965ee597f12297cc
BLAKE2b-256 checksum
How to use checksums
d09ae74fac3db2b3d933776e41daea68020309c9c3d1f442441b0120f7e5a4bf
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.0b2-cp314-cp314-pyemscripten_2026_0_wasm32.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Size 661.3 kB
Tags CPython 3.14 PyEmscripten 2026.0+ WebAssembly
SHA-256 checksum
How to use checksums
3c385b5a39199f3b1a1087557a28cb33986505b6a2622862d51d904dd496dffc
BLAKE2b-256 checksum
How to use checksums
f8bd4ea65961db13dfa0f88e4b95cbf24ee4604f80f66b4dfa442aa9ff6507a7
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.0b2-cp314-cp314-android_24_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
6faeca11d2a928c8c6d1190513f33f5f6975e90602d70ad90354e4c45c4eb75c
BLAKE2b-256 checksum
How to use checksums
e8526335edbf13f0c6d0f5ccedcb903483bdaf7ecdb475a44c937125ce615445
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.0b2-cp314-cp314-android_24_arm64_v8a.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
dd3f5e94eb78efb1648116b6dfc00c98da6a9f33b737092969f35140fdd8f358
BLAKE2b-256 checksum
How to use checksums
7d0c08bc58afcdf3b72efe104d1b5357924b08eb0b9bff335af18d228e40c5a0
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.0b2-cp313-cp313-pyemscripten_2025_0_wasm32.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Size 659.1 kB
Tags CPython 3.13 PyEmscripten 2025.0+ WebAssembly
SHA-256 checksum
How to use checksums
40c7f483565ac41957c318433f01157d8c742dc211a95922ffa12ca7554205ee
BLAKE2b-256 checksum
How to use checksums
80a7fab975a5f52fdac4e7bcd655aedcec85acce4f70622fc0ff2bc1d08d671d
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.0b2-cp313-cp313-android_24_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
70ea1110ef6b371634b1476c82f78bda406566ff77c8a2a8bb058aca4a357b87
BLAKE2b-256 checksum
How to use checksums
eb0baf67d5f3acfb6afa32170774c3ec541a80b6a064a0a0ec9d8f2eeaaa14ee
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.0b2-cp313-cp313-android_24_arm64_v8a.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
35d6fc9e85ddcef27a49f3ba1eed2f20dd217f1b9403980d6e66ed8e54a6980b
BLAKE2b-256 checksum
How to use checksums
8da21234db74ccf01b7f1ed032f1bba1f24392f4d29c637a99683508d3c5517a
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.0b2-cp311-abi3-win_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-win_arm64.whl
Size 955.0 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
9f6151f821fc2f4d307547ff23e08c1c71d56e89f09d56ef43b1213ace73e502
BLAKE2b-256 checksum
How to use checksums
04fe628597db408aa4f6b6353edceeb6853b1f9bdb22309623b2efc19cde7337
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.0b2-cp311-abi3-win_amd64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-win_amd64.whl
Size 833.8 kB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
7df43ed9402e7e1295a130daeee2862df8ffcd42da3856abaee8337e2009b51d
BLAKE2b-256 checksum
How to use checksums
f51495dfcc912e15d35d0ae2b1b7cec0c84f5ea4605ed281fde7395aa11a33c6
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.0b2-cp311-abi3-win32.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-win32.whl
Size 801.2 kB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
d078e9b51866b8a32a4d50cd10525a29069e5d09f7c0a3b330afda97186dc6ea
BLAKE2b-256 checksum
How to use checksums
c12e061bde6a34bf9b7b7f8e7e03b1744fe599abb84abd4fa8a638c43779ba60
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.0b2-cp311-abi3-musllinux_1_2_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
6ec4505795cfc13f802d2485ccc203b76e8c34045e36f0a40de7f147e42e8c54
BLAKE2b-256 checksum
How to use checksums
406fe3599cc6c01ea556e5bbb2fad259398bcae4853de3cc140757642b31a6d9
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.0b2-cp311-abi3-musllinux_1_2_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
ce8f64f37660f6a83c071b2be0e0fe1a53c56326c2b9579732abe8a7bf0a35fa
BLAKE2b-256 checksum
How to use checksums
b440551d230a356b48c2c5d2bd0a8c719eee00d8d82c0868edb121f2bc63b594
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.0b2-cp311-abi3-musllinux_1_2_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
d9ffbdcad069962aca5865f5310f724eb3c7bd238a86fa337d83e685bdfc5352
BLAKE2b-256 checksum
How to use checksums
6d6a87b9db850ef34457a3f740fff193f51bf29f7fc1be1003d77f2b8f2f620d
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.0b2-cp311-abi3-musllinux_1_2_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
e35167f4f350e033b4e7a9e9b47f1684e0dc42d875001ff208d250e9878ce5ca
BLAKE2b-256 checksum
How to use checksums
533ab6839f92df5e067b15274585efa9f2002492e930690f882a2c32d7f43200
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.0b2-cp311-abi3-manylinux_2_31_armv7l.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_31_armv7l.whl
Size 872.1 kB
Tags CPython 3.11 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
4e8da8b018539aacd83e0040bedaaede02d97da6c8a12d3e93ceb1841561c836
BLAKE2b-256 checksum
How to use checksums
109a2469c2407bb9c212b5d98e965aacce6e59da66e0424a370bda3b26fbe0c7
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.0b2-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 994.6 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
9ded6fc074527964ce76326d973123274b9d25c8bfab6405d2e58f4ec31a4976
BLAKE2b-256 checksum
How to use checksums
2211f3dc313ce08c230df6ae77c1f5a4de24c0f5460ef88c44b6519238344631
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.0b2-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
40d622f9ae1abdb541f67844f27086ebb7786a962ceb6e4dee008547bf3e8f55
BLAKE2b-256 checksum
How to use checksums
b316a62dd12b6322fdaf9f00e00d117ea11d943a4446486f42ecdc4f1f58f021
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.0b2-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 949.6 kB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
3d44cd91afe0447499edb30a959dc71bb1484b1c6479cb3e5b9601ab82512103
BLAKE2b-256 checksum
How to use checksums
a338ef4f84686e9f6ec3733a6c31735672cac80796ad1200344f285aeeb6951c
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.0b2-cp311-abi3-macosx_11_0_arm64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
bb5cdb2b0aa678d88ddcf086675af7f746f2a129ee40890dece93eb6c141f74a
BLAKE2b-256 checksum
How to use checksums
b6819550183dc054b7dbf797b4b39a1b1a2bbe09f0540ed034d8b154de7f99a9
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.0b2-cp311-abi3-macosx_10_9_x86_64.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
15cfce8934182164b22bbe03404f40c738c43233aa9b6b426d2451e4dc93a552
BLAKE2b-256 checksum
How to use checksums
420fe055e3d7d85ac4b097602e9856cfc78ecd9cff65c5e6b196616915597c97
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.0b2-cp311-abi3-macosx_10_9_universal2.whl

Download URL py_ballisticcalc_exts-3.0.0b2-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
0c9872766f4ff543b8d57ffb46d66e1417226520d1fabb0cd5311eca3360d913
BLAKE2b-256 checksum
How to use checksums
07ca9a7553a6166520ad4aabdcb40b534fb16c7658a1aa53ba89a3574a6da53c
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.0b2 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