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.0rc1

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

Built distributions (wheels)

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

Total release size: 45.3 MB

Release files / py_ballisticcalc_exts-3.0.0rc1.tar.gz

Download URL py_ballisticcalc_exts-3.0.0rc1.tar.gz
Size 270.0 kB
Tags Source
SHA-256 checksum
How to use checksums
1440001d1e6ae7c63e8072d05bd60746c4ce64c493080e1f0f500fa881c830b0
BLAKE2b-256 checksum
How to use checksums
0249fd8824345b76d3b97b1e29f673c05bb87d309fddf1999ad52a53e7e27332
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-win_arm64.whl
Size 1.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
484a4d29c885f9f6c8c3c5557c04d64ff2facd573088bcabf12888e06c0b72c3
BLAKE2b-256 checksum
How to use checksums
d1360f2c9877a9997b7c6d346118e62679f91039826e5289682b89629b670856
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-win_amd64.whl
Size 877.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
a327a5ebb3550ebe37ba54648d6652dea64377b64284dcb834a452d59b539f87
BLAKE2b-256 checksum
How to use checksums
0112bc6e50071bcb7d780c3efafcaa2517a152747f55339799ac6595d794cef5
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-win32.whl
Size 852.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
464c0e185fd08dcffa1f8f372afd35fc40fa17c844d47bcf29b0c3db6561ff71
BLAKE2b-256 checksum
How to use checksums
476286fe9e33802f9d1507682f24388a4dee905c57d7ded461d44f0b09ce0c65
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
2bf416fa81355e1ff5a2b9ddbc381a280b10f9b0905b17aaa05f7bce402224a3
BLAKE2b-256 checksum
How to use checksums
7f095c7150f81007bf77b4221841e4d6fa06c550e1c925e0fbaad1d8d8e58b0c
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-musllinux_1_2_i686.whl
Size 2.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
2cd2ef7a384c0b0e8a9c2d2a9d46569da020394eb94eb2240eee41da0308b7cc
BLAKE2b-256 checksum
How to use checksums
441b2f088ef07a40acd3562010f136e4133fc867dbdccdc0706fcaa03a805f7e
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
deefa5ea1b8a895db8053db103102362c5c88bce1ce3dde71a6159506e284235
BLAKE2b-256 checksum
How to use checksums
20765cb40e2a05b78c137e80e95339ac298c29bfa37e127508c6b1280472bf38
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
d8ca12caaca58c34d64f4ecaaa99de4487f9bd7631063c94ccc675b57ef6f88f
BLAKE2b-256 checksum
How to use checksums
c6b3d0b35b988979c904472ac493a4b229e0ad5f78a9948831beaaaf62e99005
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-manylinux_2_31_armv7l.whl
Size 911.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l
SHA-256 checksum
How to use checksums
92a9c495e1da77f0d0ee9479572c9c9885d63f164925e49c65a62ea1fd77865a
BLAKE2b-256 checksum
How to use checksums
e52dde6ddfc0cb2d17c0d49e84e657140bde84f43d6d9822e61c70fb7d802c6d
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
b335c794c156653edd4a25da3593fb7ca29f7a0657512dccf4a05665cbe9509f
BLAKE2b-256 checksum
How to use checksums
349eb1adf2ac9fd72b95f734a13f6589cfd605fa4e7cd8e0a1412b94ea2f0021
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
a51c3fd3d9408e9df2c9dac26d5a7f63a9b02846c2bf3a542fc813702858368f
BLAKE2b-256 checksum
How to use checksums
a1ae64ce352cf4f7aaaeddda7b34041452c393f11bd432edc04559fd8485d416
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 993.8 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
b7d041a8c2c049d344f1257cf32ff34457d8b272edc4a05519ea54dc38a23783
BLAKE2b-256 checksum
How to use checksums
fccaae1af08d5539b0eb7df08e8bde6f662b27c313713f5c3de89fdcc1959cc7
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-macosx_11_0_arm64.whl
Size 1.1 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
84924dcc092918c0d468cea00d2b1b42995ca4c48f47c2ec2f71de4c6a5dfb8a
BLAKE2b-256 checksum
How to use checksums
8151b9b2faa47997f8e295166ac0559abb444a6447bc48c45dc9ea820a7d7728
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
13b1f08488e1a85759ee709bd2e73c019b108975708f9ebf492b6fc2142948d7
BLAKE2b-256 checksum
How to use checksums
4cae4dbf41eabba9349a36446adb3bc4eb7116c1eb3ed3249c0748e316a4b5d6
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314t-macosx_10_15_universal2.whl
Size 1.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
983297c9b0425f23e20228f2757061b931456aed60516df5ebd885b4d0ebee1b
BLAKE2b-256 checksum
How to use checksums
d04ab7aabe9c5321f5133201f80fcb7abf5ef265e4dc7c61f5c7378aa5f988a0
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Size 673.4 kB
Tags CPython 3.14 PyEmscripten 2026.0+ WebAssembly
SHA-256 checksum
How to use checksums
2ad7369cb957579fb2e2bfd2f783526deb98d2fc3f4d1b8b4dfc66f979412dea
BLAKE2b-256 checksum
How to use checksums
d0e0c0933e68982ca78240457e11e28e79057b063d5db77a5b701cf7ad5b4b68
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
2b0038916e8b0955c99e526d22b2718e3873cc8cc56dad71cca7b8964d148e24
BLAKE2b-256 checksum
How to use checksums
bc940c097c87b6780f5cff49356fa5bd449b26acb62136d8148bcda87276ad24
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
668070c92d7f64f6be6fd5a162b47bb6b6462acb9a3d5e78bdaff3807e0f2477
BLAKE2b-256 checksum
How to use checksums
2ec2114663c591400a631715362cf1e06d713fdcc806ffcb2c7d4b418da75213
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Size 671.3 kB
Tags CPython 3.13 PyEmscripten 2025.0+ WebAssembly
SHA-256 checksum
How to use checksums
6d26e67e123c1d4ce7ef6bb3ae0c8ae6094a6810ede1e6efb95f8a6e1f1cc590
BLAKE2b-256 checksum
How to use checksums
143e9a089d9a39e9af4502fa70013f8303fdde256f9848c8384375165b847d66
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
db2464c461ecae29325dc40aa2e8634e38d0fd6a9eb65d19bae4a1b6d7356fc2
BLAKE2b-256 checksum
How to use checksums
3f6934cf6a5481610e1eb4e7ecd0c3712353ccdd5221353bf34b0cb8ae565662
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
cd7555300b122a231a8687cff3ab137e2faeb56ecb6bf9e91d227fc54b67fd63
BLAKE2b-256 checksum
How to use checksums
dd4a99fa0057906f2287d8f01e587a026a537f06953a78d5c0d87fcbf1306473
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-win_arm64.whl
Size 966.2 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
bb3fd5fe5fb3cb51c77d0cf4704be3d7fb276fde9925cdc0546fc2930ee4b507
BLAKE2b-256 checksum
How to use checksums
ba6c88d303d60a550a3f90ae4cfbca5ecfaec2f6a755e207c11c29aed911efad
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-win_amd64.whl
Size 844.9 kB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
9dd3c4ba5e34869f964f53b5a0afbed0e16e5d9699372878efd3a41afaa8ae2c
BLAKE2b-256 checksum
How to use checksums
64ee1fc560e6f6ba2c5f59727fb75d6c49c5bab4c1655d168f4e78b2f898bab9
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-win32.whl
Size 813.2 kB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
a315b846ab38c61f89b00024f4caa3f4df7891fc35905cf24a22ab6bd483cbf0
BLAKE2b-256 checksum
How to use checksums
a216ebd659a20394f730b29f59dcc3a2239849ca9b9e5a5093aa89a004ce50a5
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
07d0312a3a2f9101fd18857607399c9cd5de8fa8dee77f89387571b7596badce
BLAKE2b-256 checksum
How to use checksums
4f9cd5b188e7d90e0fa6b04d71a8c4ee1abd37751694295ad77bd0291be7ae2a
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
4c19cc5449a11b7fb41b817929d4e6d722c7bcaf4799978282d53de2fc58e4a1
BLAKE2b-256 checksum
How to use checksums
05f8028c671cbe5028cb9411847bae4e27258572bdc3910183a7a6b4ac18531e
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
905771412b9c6cf4c6b3b5e00168bb139f6b08ffd2bce233ff38c545c50af3e8
BLAKE2b-256 checksum
How to use checksums
de035f6de8d202767e9c71df7ca68c5b8b99d8cf1540245f01024e267902b100
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
5569193cf4ce8f0b1ed238598b2d25b493cd5fc429d2c6ed21c427d25d8f8433
BLAKE2b-256 checksum
How to use checksums
f9978fb4dfa481a9b5b2bfd5d7ef07f1ffba0d6223cc63398682f300d22fa2aa
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-manylinux_2_31_armv7l.whl
Size 885.0 kB
Tags CPython 3.11 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
30aaf56f32742de8bc8cab3f51f609e234e4706d3664e596876e536043f99b6f
BLAKE2b-256 checksum
How to use checksums
6c580dbd021e8fe5d95a2bce4bef8f7310fb0bf594c072d5099f2f0e1dae0c53
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
ba352437613d96b065b29a788f98fffa4d4fa8b1c97d4c2917c50ac66a689b95
BLAKE2b-256 checksum
How to use checksums
40ea011486c594530f7a02f729d29afd05cc5e9f0d7be5f94ed6524c95c75318
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
8c8efc3b5c81d95f072510dcf7345be17c5be591eaee280a8d401c997804718d
BLAKE2b-256 checksum
How to use checksums
194f074549581354894891cd923fe6dd43a7eef4041184b6677a98e1fecf88bf
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 962.8 kB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
ba90d58e160a19301063e82f4d57f03df19ebd79116d280017687c1162cadcac
BLAKE2b-256 checksum
How to use checksums
0000e85d445e0dc86616e62776fda2030a3c1ea41554348e3163c0ebc55d6530
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
35fcda2238c6a78096d9cc4a65ffc423cd0816797e6f69ef423c54e380bc1366
BLAKE2b-256 checksum
How to use checksums
9ec7c85fb5a1e7a34a722bbb143805ffb3b5bc8e36d75934b211d3563dfd34b3
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-cp311-abi3-macosx_10_9_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
82330ad930ce17570bc710bf5275a109e442f151e0a7d1fdc353e3bf99e7b880
BLAKE2b-256 checksum
How to use checksums
b9a25249a29d00bb3cb4cda13c2a4df74fad8c90a9424fd6a543b58488375cb1
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 22, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0rc1-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
81d97771513be5703b400dc2d3822b3a062e453f7a7ca7d3373acdff860ad87a
BLAKE2b-256 checksum
How to use checksums
17bef469f95d609bb32883d11bbd53902efe6befd29a8b7381593904a7375cba
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 22, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

3.0.0rc1 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