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

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

Built distributions (wheels)

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

Total release size: 42.1 MB

Release files / py_ballisticcalc_exts-3.0.0b1.tar.gz

Download URL py_ballisticcalc_exts-3.0.0b1.tar.gz
Size 244.6 kB
Tags Source
SHA-256 checksum
How to use checksums
d3824ac93ab463aa25f3e7ed13c3d1f9363c0516d770b8d97cbd570b84596eb6
BLAKE2b-256 checksum
How to use checksums
9c752e35456eed691130b985b4b3a3cf510e6ad32503650c3e3985f24729567c
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-win_arm64.whl
Size 945.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
db2b6b6637256fae488e597a931c2a7a913a8b01e8a42aff497104d0befbd485
BLAKE2b-256 checksum
How to use checksums
a0c0c53632a6f1b46e47be5561bb5c4346c1552875c62c889302f2967457fce8
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-win_amd64.whl
Size 817.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
6fc06bf6242d5e6e9caf1cffad816ac36bd2436f873107deb4fda937f13bc085
BLAKE2b-256 checksum
How to use checksums
13d8b82f223dedd89d7181de7f616298ef84c9e6c4909aece18ac4cf0bfb3fca
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-win32.whl
Size 792.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
83b5c701e20868349b475d2a7353e994f6d6f1e6faad811160ee37a55c67521d
BLAKE2b-256 checksum
How to use checksums
a03d6398b3963c8303a910235ff6eb2e21f55494c31009826664efb6e531e2d5
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 2.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c5c30a46d6f801b7131c9eda623c8b1c0826ab423960beaf1f8fbc0b7b4a70e3
BLAKE2b-256 checksum
How to use checksums
2b8efd64b3c0526f306b523247a43a82524cddece2cce12191cb48b1b420c7b6
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-musllinux_1_2_i686.whl
Size 2.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
d79210122807c03de50a03952e241537f322c4354abe1c93282fe0322e776d14
BLAKE2b-256 checksum
How to use checksums
55546ab5347c3ac86e8c99bcddfed67590909cc1fb8f59ce24908dea0a3a726f
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-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
d0329dcbb1646a7ef2a0d9b89494c4fc786dc4bc58e1aa454398f6b3623e32d0
BLAKE2b-256 checksum
How to use checksums
818c06ca549e42693e6747296e2b43809b0a47f25ace44b5c2df54fbb3b32dc6
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
79f51aaa1f7d6e99ff0a89f7bd1ecae96d3564bc98d74f714a9256405bc1a395
BLAKE2b-256 checksum
How to use checksums
6a1bdd7c2f3dce2a4df761a5b06d861e6545b7a3ff7748a373d8f0f9dc63b404
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-manylinux_2_31_armv7l.whl
Size 823.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.31+ ARMv7l
SHA-256 checksum
How to use checksums
d1225b24facf4cf1beee5499ea090461c273732e774040f952093ec92ea59790
BLAKE2b-256 checksum
How to use checksums
282c764f156aea6477cf57ed2e424a13431d376425fe42650e97385723c8c4f6
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 936.5 kB
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
e8200a314dfa5bc928f12dc61ba92bf9793a5b08124d037ff194ff8e3e04b4f8
BLAKE2b-256 checksum
How to use checksums
464fea7eb4e5e37c16b6418301369cab3ddb721c7dcf6f34e11a67b063291c68
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Size 998.3 kB
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
5e60609a3a41c41cdeb90bde1c592b12961fd3b6bec4a25b644a958ff3d1c634
BLAKE2b-256 checksum
How to use checksums
1320d601c2799934cc1c65f553647b35faebd1c39fee97302f8929c3c980d63f
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 896.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
352b06f4e69b428f732a647514a87a11f6cbe5342d4583d27656ea6c77868715
BLAKE2b-256 checksum
How to use checksums
52dad31607abb92a2bad42d2dd5915d744a7096d36af998418a7b30162a43260
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-macosx_11_0_arm64.whl
Size 952.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2d1bc2c782910a5c28a8cf1a2ac00b58779df34a0463c7454f224fd2882f840e
BLAKE2b-256 checksum
How to use checksums
c0fa159562ebb49e8ea4462de9d35727a1e43d6c1b08517b8189abb18c0a4d8e
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-macosx_10_15_x86_64.whl
Size 986.0 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
962221eafe288bcd97f8c7f719d4544d5f9145946d3416cf6ad646b9c5b259b1
BLAKE2b-256 checksum
How to use checksums
44eacf2f2920fc583c0ffc9d2848bc5a57a6adc1acdb334cec7efcf471bd5519
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314t-macosx_10_15_universal2.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
96f961e91204fe623491188bec4388588e968c32d49c4e4b0d7fae7cd5ea7342
BLAKE2b-256 checksum
How to use checksums
e85c836954a1f2430c1db1b2c702882ac99e044c04b03cc0cc60afad68d3a033
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Size 606.7 kB
Tags CPython 3.14 PyEmscripten 2026.0+ WebAssembly
SHA-256 checksum
How to use checksums
c70970f45541438dc7007076f564180da07a0759151c6cc0be79770bd452bf7a
BLAKE2b-256 checksum
How to use checksums
a312e0caa2a64fd250d08ff66c55b26608b33fd0998b47607e3f73124b68b94a
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314-android_24_x86_64.whl
Size 1.5 MB
Tags Android API level 24+ x86-64 CPython 3.14
SHA-256 checksum
How to use checksums
b666432e319f811dfc410e82e03d8014a0f0bc7cd17fb54e37e3ec07bcdc27c1
BLAKE2b-256 checksum
How to use checksums
e1028b1ec317e81cc40b399decd0c356740a8ff90ff9886ec16517f740ccfe4d
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp314-cp314-android_24_arm64_v8a.whl
Size 1.5 MB
Tags Android API level 24+ ARM64 v8a CPython 3.14
SHA-256 checksum
How to use checksums
e381a598beb3eb2b268be7c2f80b8366ec1630ed9c76d247b43d7e3612dbe79c
BLAKE2b-256 checksum
How to use checksums
22c93d50c168e1fa0de4a6bb6d7c811bb0ebec7511edceafa07bfa31d23fb177
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Size 604.7 kB
Tags CPython 3.13 PyEmscripten 2025.0+ WebAssembly
SHA-256 checksum
How to use checksums
313e69746b6b9bcccb25f73362ca5da5d77d222b23fe92d54d892b7e02b98ffa
BLAKE2b-256 checksum
How to use checksums
040729895dffd58b08874eaa2f5411b030c9fdadf1a3c1f2e4a4f66b9e299053
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp313-cp313-android_24_x86_64.whl
Size 1.5 MB
Tags Android API level 24+ x86-64 CPython 3.13
SHA-256 checksum
How to use checksums
5c2ac21a19d27bcbe72567b013d6ee443baae8e74d499f980b31a8b487db9ea9
BLAKE2b-256 checksum
How to use checksums
2eb6b6f3e5ad2ca2926edbba60744a4ae76d9552a8cbce497c7bdba1a2b63de7
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp313-cp313-android_24_arm64_v8a.whl
Size 1.5 MB
Tags Android API level 24+ ARM64 v8a CPython 3.13
SHA-256 checksum
How to use checksums
9c5bbe0e2c8007643b238dcebbff6472071af972f5d8cd3d8214c26958b7b1d9
BLAKE2b-256 checksum
How to use checksums
eff4db777fc495e6537b0c051cecf3d3a44659026469b821f67bb816f227f165
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-win_arm64.whl
Size 911.6 kB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
11da10263ea2c035467b3e41ee89ffde9ef029ae6e42dc41000e59b75dbef6fc
BLAKE2b-256 checksum
How to use checksums
9dfa33cd75b59114f9809e0ff43693d9ecfa916411dc2799b3ff8092a0a7fcf6
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-win_amd64.whl
Size 785.8 kB
Tags CPython 3.11 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
f99a554022ce4b5c0c0e8a801e77e971d2c5d2f87c6c70c990a62718bef5b9aa
BLAKE2b-256 checksum
How to use checksums
5df86ae13c01726fac4f45341f6bd5d50963bab08265bf97e717ed09b4d29f5f
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-win32.whl
Size 755.9 kB
Tags CPython 3.11 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
d8b0b11dc874d78d378b6374ba89bbd6994eec660b4f2ed0a1e00765518ef62a
BLAKE2b-256 checksum
How to use checksums
0199c8d86ce182a47c66cc480e6ba63c5af7cd12ea4f6872a3ea9a1b6e9c9c97
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-musllinux_1_2_x86_64.whl
Size 1.9 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
fa6211360df475364026713b0bfd463e366dd2a79364a1cd761f519f8dd3d33f
BLAKE2b-256 checksum
How to use checksums
572c8dd1408fdb7d5f0939f7ebdb4a9e9baf8ea490778907e2c319c726911639
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-musllinux_1_2_i686.whl
Size 2.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
ee564c70c18427088d26c4140e486eecc7449a623b4db2c5c9435ae00bd008f3
BLAKE2b-256 checksum
How to use checksums
ae4be94b0c44933bdd780d432a8d2f0fb54b9d13575f152a310200591687a1bf
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-musllinux_1_2_armv7l.whl
Size 1.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
c6772166242331102fb0e7681360ab339f3a95cc20606165ff6edb760043525a
BLAKE2b-256 checksum
How to use checksums
76ebca1225674c0d7f69e2702d10ace8d421dba88b8df315f3e2219d459a1428
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
76460e46c5f5c9fab6a2032be381e6d754b01600239db6fa05d48eb5cf94f856
BLAKE2b-256 checksum
How to use checksums
cfa995cf74fd105a79f312b6c49cd8b1ae3aaf3b576e799f04187ed17cad7ead
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-manylinux_2_31_armv7l.whl
Size 798.3 kB
Tags CPython 3.11 Linux glibc 2.31+ ARMv7l abi3
SHA-256 checksum
How to use checksums
f50c2bb94cfd2a03cf179da688c365554a74f3bee1c572eb4b35a6defdb5f821
BLAKE2b-256 checksum
How to use checksums
f2311918d871e60659e80d310f03f3871019580b286967dd7ae5d20c2e941f5c
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 908.5 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
b1026b4044d97fd2114b21dea6f1aef3717b4cb226c06264730b8206c5b968ee
BLAKE2b-256 checksum
How to use checksums
39ec4aa0fa488ce4caf7c7699ce46ba9f5000c927b5e6a6f1f432509fa03fcf1
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-manylinux_2_24_i686.manylinux_2_28_i686.whl
Size 976.0 kB
Tags CPython 3.11 Linux glibc 2.24+ x86-32 Linux glibc 2.28+ x86-32 abi3
SHA-256 checksum
How to use checksums
9ed49d8fc67b80cd1b629f5d12e45fd0f363d4839d6e47397c9505458ab3b135
BLAKE2b-256 checksum
How to use checksums
2c5e94ce60e469d339ec6638df1a5d71597254af1dabdc7e9310b06b22c81ee4
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 868.0 kB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
b24a5920b6b3c776f8e5fd3d0aa48a26ca172f9f54a86bfe5135a1ff7edb4d7d
BLAKE2b-256 checksum
How to use checksums
53c1fb0a06c47ae837160479933abb4dd3d4b9339c14d9b5a05750417b9a113f
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-macosx_11_0_arm64.whl
Size 929.7 kB
Tags CPython 3.11 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2036b09b2f929a6ce83fd1e33a9acff68f83910545ab051d1788fc6f0c96df9d
BLAKE2b-256 checksum
How to use checksums
d3e7c432a11b3fd047fb63f8abdc8bf6b3dfc202bd459126d76af3437c780c34
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-macosx_10_9_x86_64.whl
Size 956.0 kB
Tags CPython 3.11 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b7b0aea63a3a117ca38bd80e2662c5a3ce6e096d9042999399c74e56251c185d
BLAKE2b-256 checksum
How to use checksums
fe0bcc547c665ecf6dea8fcb3cf984b33fd70027a7fc14313d9c2978f2271bb5
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 18, 2026.

Transparency log

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

Download URL py_ballisticcalc_exts-3.0.0b1-cp311-abi3-macosx_10_9_universal2.whl
Size 1.6 MB
Tags CPython 3.11 abi3 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
db355fb5a9c0dfe91d643431c5d95066893205d0b51a16808bbcc1599af775b8
BLAKE2b-256 checksum
How to use checksums
956fa935594558ef615e1a64512f3a81687f51b6a00fee3f0af81acb09466c17
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 18, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

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