Skip to main content

LGPL library for small arms ballistic calculations (Python 3)

Project description

BallisticCalculator

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_ballisticcalc_exts-2.2.10.tar.gz (137.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_arm64.whl (347.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_amd64.whl (392.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-win32.whl (366.6 kB view details)

Uploaded CPython 3.14tWindows x86

py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_31_armv7l.whl (478.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (526.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl (560.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (504.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_11_0_arm64.whl (533.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_x86_64.whl (548.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_universal2.whl (959.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

py_ballisticcalc_exts-2.2.10-cp314-cp314-win_arm64.whl (336.3 kB view details)

Uploaded CPython 3.14Windows ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314-win_amd64.whl (368.3 kB view details)

Uploaded CPython 3.14Windows x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314-win32.whl (344.0 kB view details)

Uploaded CPython 3.14Windows x86

py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_31_armv7l.whl (467.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (514.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl (549.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (490.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_11_0_arm64.whl (519.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_x86_64.whl (536.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_universal2.whl (931.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

py_ballisticcalc_exts-2.2.10-cp313-cp313-win_arm64.whl (329.0 kB view details)

Uploaded CPython 3.13Windows ARM64

py_ballisticcalc_exts-2.2.10-cp313-cp313-win_amd64.whl (360.7 kB view details)

Uploaded CPython 3.13Windows x86-64

py_ballisticcalc_exts-2.2.10-cp313-cp313-win32.whl (336.8 kB view details)

Uploaded CPython 3.13Windows x86

py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_31_armv7l.whl (469.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (514.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl (549.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (488.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_11_0_arm64.whl (519.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_x86_64.whl (535.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_universal2.whl (931.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

py_ballisticcalc_exts-2.2.10-cp312-cp312-win_arm64.whl (332.0 kB view details)

Uploaded CPython 3.12Windows ARM64

py_ballisticcalc_exts-2.2.10-cp312-cp312-win_amd64.whl (364.8 kB view details)

Uploaded CPython 3.12Windows x86-64

py_ballisticcalc_exts-2.2.10-cp312-cp312-win32.whl (339.4 kB view details)

Uploaded CPython 3.12Windows x86

py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_31_armv7l.whl (472.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (516.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl (552.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (491.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_11_0_arm64.whl (523.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_x86_64.whl (539.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_universal2.whl (938.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

py_ballisticcalc_exts-2.2.10-cp311-cp311-win_arm64.whl (332.1 kB view details)

Uploaded CPython 3.11Windows ARM64

py_ballisticcalc_exts-2.2.10-cp311-cp311-win_amd64.whl (363.3 kB view details)

Uploaded CPython 3.11Windows x86-64

py_ballisticcalc_exts-2.2.10-cp311-cp311-win32.whl (338.5 kB view details)

Uploaded CPython 3.11Windows x86

py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_31_armv7l.whl (470.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (512.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl (547.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (489.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_11_0_arm64.whl (521.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_x86_64.whl (535.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_universal2.whl (934.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

py_ballisticcalc_exts-2.2.10-cp310-cp310-win_arm64.whl (333.4 kB view details)

Uploaded CPython 3.10Windows ARM64

py_ballisticcalc_exts-2.2.10-cp310-cp310-win_amd64.whl (363.7 kB view details)

Uploaded CPython 3.10Windows x86-64

py_ballisticcalc_exts-2.2.10-cp310-cp310-win32.whl (339.7 kB view details)

Uploaded CPython 3.10Windows x86

py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_31_armv7l.whl (471.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (512.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl (548.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (489.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_11_0_arm64.whl (523.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_x86_64.whl (537.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_universal2.whl (937.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file py_ballisticcalc_exts-2.2.10.tar.gz.

File metadata

  • Download URL: py_ballisticcalc_exts-2.2.10.tar.gz
  • Upload date:
  • Size: 137.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for py_ballisticcalc_exts-2.2.10.tar.gz
Algorithm Hash digest
SHA256 a7568b3be67d1ceee8361227d135aabc330b99cc60e199afbb93e3e07284a418
MD5 7007de981657eddd8486f5594e73c44b
BLAKE2b-256 4ac1aad3e12a3ac1e9823980c7683aed55f80c92dec7a81628803431bdc0974e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10.tar.gz:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f8aed494a000bb7ae6382ee59a6516d14d021ab406d3fdb5022898cedec53df5
MD5 f4cea8d4e0da1b302aedbf6c592f6f43
BLAKE2b-256 0d7aa4b5b4df418c046ce0fd632f16b4bfd8a9eb3d7b0584b7864d6d90976060

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e42903f9d86b759efb45411834e159db69d259cd53658863bed7146afd97811c
MD5 de485d03f7c9aa2a57d90ba6196a550e
BLAKE2b-256 9938f51b07967d7dee420d609f58d3a0ff66ba050eebc00dd33c89d08bd40cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6cf13b48537d01dd740b99d6980d31b5696f63d995572565740966404d92f719
MD5 eb54b1e4409423cc43eb600fc88dc26c
BLAKE2b-256 fb2fc00587fb8d905ce0e5e5f018414271d162f3c8d19549d29dd5e2fb266da4

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3592b39f51822a82ac30dbc3570a10f3e058dd3ff185b7d724c9c53f6959bfec
MD5 da626d7dc7dd1bbdebf74f30a73d0ce0
BLAKE2b-256 5af81a1826f2e14f037690eed37501bfc5c904ec376e295079337b6a423218ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1427e2a7c74e6d3db05ea19290daf9c5d3275d18d46b2a0e6951deb0523917df
MD5 b5806a205d0ca492ada47ad305ce5ec7
BLAKE2b-256 e05c3a1979943cac7d9d73304842a1a0cc0fa17a29738249205edcc1aae63853

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f7be2abe574febcde89f19fb78a3fa14e18f3e16315b959ef30e081e58a9175
MD5 15c87fd46567a36fda03476eb6e911d0
BLAKE2b-256 67c16cbb33deebb2d1eaad287e791326678a33e50286990bfca36499b276f964

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c7c63116901bd4ad64666b8dbe6ba55318dc810de105fa464e4e5b05cb56ddc
MD5 4fcab30804350496fe51e153b2f3815a
BLAKE2b-256 40304eb6d0b5210643b4a1bafc135cc2b5ab31be8e27f6ef120e756dad578c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 67524203c6de22df80dd044ed5af5ce7bcd57427ca27151e289402c3e37c4695
MD5 bab4806220568f5fc09b4ffceb74ff3b
BLAKE2b-256 85f000d64a48592a54f28b734f1449ca1a265ae129cd38716d6e7ee400c1eaab

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99a96db48629a171818308c40c0f747b9c3356cba2977b304a179eac76a7ae5c
MD5 76e50197615632e7382a086f6e31b9df
BLAKE2b-256 1d4952138305abce4c7ab4039866cf964602cd0a26a2ddb31958e3e98f45edd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 1c7583bf4846ddd2de7278b7b1bf423dc0e13bd9221d48153bab95e7e365028f
MD5 cf48067a4008525f89eb2329826e7476
BLAKE2b-256 b10b14a56e033c82db6d31a411eb46083d75cbdff828b2ce5da1048eed66a34d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 202dc1f80d2dd289792f62f27f035498baa45874e3aa8cb0f2012543d302c61e
MD5 79c9238e7d6d8691acc915f1a01b1ab5
BLAKE2b-256 b9098d0ab2a8a49fc88dd9a92ec06c872a0802871200a244d4bd9f2ea50a3e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59f004da22d9c776414b8312ef509e42bcb0bfc57e87acf91c7e336198af7aed
MD5 24540fde5ffe4d9bead86f808ed0837b
BLAKE2b-256 dc6d1d5d09a6b3a330622bba7741777ce8dd3fe574ad66c47c27fcdfe48adc2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 738e3d3a751e2c11b6cb4179d98abf2602beb669fad0350b615a19d8b05dbdbe
MD5 c5d82063253baa4fa50f9036cb9dcc62
BLAKE2b-256 d3bfced4a312957f0bc49ac607bd7eaf884fe8ac3c6ed6298ae51c60f1950579

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 86f8f5452d836016d2a015524625b4a9f1653aa0baa0504ac7d1c13834baa360
MD5 148d9b235e2065b3d8ee6cd5e4c5ee42
BLAKE2b-256 a1effdd5998b873ec7c9de8ee24bb6b1aa815b5ebe8601028f3278e837840ab1

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5bdbd876e44121fa2e8bcc27e9aeed83e24541ff65600c76e136e425157f9d83
MD5 bbbf3ee513cd39108032d254305e9960
BLAKE2b-256 09f6ced7e7ea76671e65b9db7193db92e11e65986d34bc169dde640fd01b580d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 918c836c9e6370c40e583f1120595b6e458a8854304354ed96f64f6100dd019b
MD5 ea0e6f52a17d83aa4e4735e55ab71927
BLAKE2b-256 9becaecfc67e0e751b57bed9615c46949bcc284fd33a30a4c3b131854a0ff399

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2d4e208b50821f5eed23f16d12434ac85e840866f873869870689ac23ce4ca2e
MD5 5e786e270b890742c98fc12d69876217
BLAKE2b-256 6d310099b1b809f3176b2cab2e46b44f2f893e1c5d7d344a9a8ea129abae3c1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4623dee4a438f39351ea5b48f8e0c1d991db7fe0fc6f473633b0c5ef3ecc93f8
MD5 866e0b50e10259e1c54f0575399bf69f
BLAKE2b-256 48526f26ae1dcdbb6536690107e72bcd5d143598996998e3c9329a386faa047d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c63e20859b3f703466922a698f8ec7dd59ed21071b923ea5b516c7237eccd78
MD5 8478c95d5428df503b56a858eefecc17
BLAKE2b-256 7cc93c0bcb1486b0604d40fc8a35bc28a9ea490574c3fed52e85d5b57d554b44

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 978acdfe47cc37eafef6e9830b37b57cafdfe1e04ef5439cbbb063232130e486
MD5 b38edaaec042bb4d44b9619d0fb826c1
BLAKE2b-256 244eaf509e8ae317dc1c6d558bc26a38b6369bd34a44e5359506d0fe4edbe119

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a53edc05548d06aba1af635fe26e80dabf812c64bd60cef37f097115887bc52
MD5 12b0f6b5b3f3cb6093930c36fae60d8b
BLAKE2b-256 50814668ad22d22bd61a0624cce484c5e452a7182152b71c2439da5d756d9da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 fb489dc2f259a24e2f8e2a8d4b2ed6ae8fdb4528f34b467e3bb23df429e004b5
MD5 3a84194e5331f25b087aa5d5f0ad96fb
BLAKE2b-256 3bb53fd110664e581e5cf4593020c3f458761ac79dbe73ab1a42fbf006b494c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77f231916bd7b51aa0be33c30cd84f5d0a18077b10ffa8305dce1109e57bb36e
MD5 e13e86e304bac1ad9a192eacd5109244
BLAKE2b-256 9ee1a7c1b10322d590865b27f4a7a5f0843becec706cdf8f093c61da7fa2cda1

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a67043fcc23f9ec46e193ec28eed4795b2cb163944d3fd62db6c2d718b07ebe5
MD5 a8ae8007fcd11cca8ff5c15eebccfda9
BLAKE2b-256 0d21d3ee80b4464f456ca89a389c66d0d8d0505d3700d60e809f1b6da72f5616

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 541489e5dc7c20c0aa9e401bae922f25d09832aedde2e6ed88249ae940500107
MD5 a5870958b86c355696424fc71739e814
BLAKE2b-256 09389ae801cdb8547ed1c3082ed5a3803966fe9e0d9c82945a8f3c9464eccb07

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ab3223cb4110bfc6cf0bb2914d291f298a4db13dcc76ebfbd4d6c2b08b81285
MD5 c4b2ef7d322736a687ad6979f9eae053
BLAKE2b-256 e0788e75b60651bfc2a515b4714cb8bbbf2184effb337711abec8cb0f7aae3c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f89438739b456dde576f7237d9f08bb3d6ff9cfa97c98921681cfc3f648a91b4
MD5 25026e898750f8a3999b952bb182a368
BLAKE2b-256 7856e0b677fb3b1bc4a574f0a05c6b0fc3a40a97d670be2c7d532e1a25d878df

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 237234dfc55f1d1f97c4cb28ba549a26be8d652868f49bc3ac359b7e947d5011
MD5 2a62ad9eb7b4b6b8c266d6a7c1c7f6ba
BLAKE2b-256 65829f2160930547ec0948bdb4fa1edbb829b44b0bf9a9010526bf8996921a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 778e2f69ec434bbc59808e63c17c820c3fd953830d4a6fb7d433b884a420e384
MD5 c858b52e4064ea3845ec4ed07746269c
BLAKE2b-256 d1bcfb0fc6c76417f559426d0b6d34e07c94240b0939aed5ed7cb959b1f04c7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f651738b7154254b7e22a23da5e5b2e132608ea2bfec836318d94975f3b9fb14
MD5 a39a1394cbce3c4949071ce63ee319b0
BLAKE2b-256 985a138bdd15e051910e823c09d639184619c51d962408b75aeb20d02b1c0539

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 02a6f7ee3e85d27c1a0d75f42b38592771b0aa3b90584d12c0712664e7ed9df5
MD5 31c1e919ff0058f2319c9ab559d8ddbf
BLAKE2b-256 f4e0a3f0f03587636339501ceeefcf14794e4c04038253c905356806a36dd1fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0b7d8ce653b8a6eb6fe735a720421f00eaefcaa35b691bb8f2127173424c49d
MD5 ebcb4da15f1f980505508d58fa068b09
BLAKE2b-256 82f6e35e7e1603136838beeba161b94c341e483d9389d6ea6b4df7fb665762b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9819864185b55df2ed3d3e50c5f7a031ecc48ff74dc973e667baf9a4b66d17fc
MD5 ae30463cc96be9d42e0b530b46751ec4
BLAKE2b-256 a0968d1910b1544508c668fc21ba8197c847b1f7583399a711741c6ce89a9191

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d3a8de6546d39ed9069cd7a87ecc2b6da06bf43f6cadd9519846caabba2b5c76
MD5 1559447c05e97061a0ece9072b9de460
BLAKE2b-256 7cf3423f8276721042f8549e0bd9ffd957301b7c1113696644e1cd2dba79e78d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 822f5294a9f09cf3fcbdad312066ef1e69a39c3fb7634fc5c47ed140f8ad967b
MD5 649ac02e84ef91a11847a26b8a2a76bb
BLAKE2b-256 1789d131a32500c85d281503f23915cd15355b06c47a190a4b95984bfb67f70b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ce4cc3b19ff3a42638389f48a51a5c0d5d2298f304204d3f559309098ba55dca
MD5 ba6734b73e15257bbef83ede179d9549
BLAKE2b-256 def115a6c95fb08aecd9d05bb21d8616c6fa272d2ef185bc42161d9efba4eba8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c2f09de18e831cc595556c8334f6c231db3e44b72aa9622af598700fc89c716
MD5 29775b53eab11423319beba854da2a80
BLAKE2b-256 14f5e32b592480ba34f42fa267bc5107cddf0f87e1bcd96b5bdf2abc8064464e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 2b399d970d5c81bf6d9d91565d2497832f212f3cb6fd03dd915e53b69f51ac4b
MD5 c2e921d13a87a47a97ea82bdbf0643f9
BLAKE2b-256 28ebcfa9445126940ebccb9c028b5d3d57417b28925e9f542cc1075ba34a64d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d72718f4055c11234d7ef97305880c180a2bac4d15278e818fbc316ffd1673ef
MD5 7cce10e7a2d177a88912bdcbb790686c
BLAKE2b-256 fc7d131f861494510f0df43c485ce3b6f487e5cf640d0bcd1698bce05909fc0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a68f1ffc2d04d1d32a08297fd9d857051e92fbbc5b0df4731b51dacc06584222
MD5 093608aee88f943ea37f0840be8d0839
BLAKE2b-256 a00cfb0a374ba4e847975b904224f64ec0b150a71d009f9cd527d27090fd31c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d6f68bb140054195750aaa64e6c487fa176d07b630c14b29c62f6f5e980eb34c
MD5 1c1a1882ea94b317a6adc911d799bc28
BLAKE2b-256 fe75a00fbed09fedcb02c34eb8ea288b04b9335abecef4e7844969cdb8cd7a6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 55996f213918a44a23d4d51fae9f82c52ce1883fa42d4f562620d57b16919d7e
MD5 981306f389e053730720c791d46e689e
BLAKE2b-256 878f4cfef67a70db281140c9bdffc096ed50fd74f56993e70b3d2639ced92996

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fcc06adcb39a08e723ce7880f4ebb95688327f96e19c2bf557475286d0e241b7
MD5 8edc91b533b5678dbdf62e9cc64da953
BLAKE2b-256 652abd2d032d926bb857bc814fd3e868bf71b1a048d206f4d790ba5cb58fdf96

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebb2aee204555a232384d68bab3fdbdc1a01afddd3d9692dbfed2187d90e12df
MD5 b798844d056bda28251acaaa022e1ba6
BLAKE2b-256 083a79b90089506bbad42611574d14a6ebb757df5a60026fea7e4f7f6d378a91

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c156e633b078e248420ba2a7541e3036e2175c738bbf6d46609f12de935ab24b
MD5 09941677e9910d4c650e7101447e3af7
BLAKE2b-256 5c5ef60e4cf8db8f3de410e284ce6fe2e524101c5205674bad9cfde0fe288a0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf8a002f570c2b693cee3daf68eb734b43364aa857155ef77fa30031e04af664
MD5 ea8b15a72091ad48bee6085ff1efc407
BLAKE2b-256 7f8b26db13c55ad955e122dcac7e1f15da3db6aaf01dd6cb1dd8224e548e34f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8fa0eadd8afea5ba7e5bb9029a09d39242bc7b321daf7327873a63dfd31ff843
MD5 bf8af44b4a117313a2dd570b3cdafed6
BLAKE2b-256 cfad274f7b8db36055642c5088bc47887dfadbad4b9dc2f3f8184998c19862cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0fab592f2e50fe45097a68a0798a1ce1e1e1b296bbc1de026359486b64e2044e
MD5 fc70622e26421bc4365c994d4971f372
BLAKE2b-256 3699547b1c444f5fecc844d3b7901c4259be0e387abaddfb740fea888af59d4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91abdb854642ae57fb5aee71df3d519e76fc5c5c06da84d0e2c392a737dc72f2
MD5 9cf90e57a4b17a26fd1459eda9a9b143
BLAKE2b-256 31ba26feb8764a5b809c8a0e9fbc7e9b1966560d60124c9f5cc230b9a0689605

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5d9cd8cf0464a3243d268932ac27dc30d488e996e1cd564d5c77cc52624f509f
MD5 0c1f02c9eac72f1dd29b87832d20f0f0
BLAKE2b-256 3902f9f2c21d984857a23743770be7a47ace75a44fb492508cf1f7e05f3943bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a791ec92cf8596a703b2c710738cf2c91c9ef707f81700d172bb52d0c563d8cd
MD5 42464a9a0f65e76f14050effeed9cd0a
BLAKE2b-256 ac05b6cd429c23c40880e30b761d2430ef3641572526ca7424e819ea315c43de

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f6a4e0c898c99c450255741d43d723808eb1ccfc3da7c908e2f90fae1fd672e5
MD5 2b4bceb6731e4170fd68f2580dcbe087
BLAKE2b-256 543ac275118ec34eab1e197e8c8a4500f5b402acb2ccdf8c49d6d424bfbd452d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dffd8785e0e1f7c63d2372e63da40d3a9408eef42ae073aee1da2bed18cfbc94
MD5 788c362b4f82889414cf4962301c9940
BLAKE2b-256 ec3f55b87c772ae855eac00e5d55054d861581ade1c196da6c0f4635e980139d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37c27383c976bb2f3104c109b48508d6e2fcd524c1c9125d2996f520c760a30b
MD5 a32c473891a8c53b783dd37f31d256a9
BLAKE2b-256 31cdbca65aa7bf18e3d6718081c9d4636b817a0df47c175690878a05edb88e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 98b51ef7dcba2234e3a31a2b6617fd7ff0cde1289b6703ca9a2187a3998dd33b
MD5 5976cc0321f29256cc87144560b7f795
BLAKE2b-256 9aa88fa438e515b00e63e04f7cd991e538d2c0cfdc0f366a481d1967ede38478

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 33bc7be4257d61ae0f8a3147b5c5cc2f0f712257ac3052e31f765360d1aecba6
MD5 fc31949406eba2317b8eeb2a9f8f9a09
BLAKE2b-256 910dc6d902d6dc2d425f1e31029bb93c73aa17995d3622103f227bb69ff0697b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 03270db75b38917ee3f29477bae753fd260a2bafcb7de079bddec5f02d90735d
MD5 cffdbcb0882338f0e4e9cbb4978c2cb6
BLAKE2b-256 dc361e5c485973b305ff6ed9d266aee3d6bdafd103b36596a45b98f8ae0f0f89

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a89d0b000b8f4e4e9884407784b12e0e905c27aaee39d360a1d517e506ad820e
MD5 d32fda2525e8ceab39d252dfa95eeb1b
BLAKE2b-256 ea9d5e061473edb5790018f65adfd96eaddce2e01d7705054fc4c1d2460598d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cfbee198b3163f5536fae0e0b2ef64560c3b6211e45171cacbbd58cbf183b8a7
MD5 f271db6cce9a41fb25c57dd38acd3419
BLAKE2b-256 230a8f0981643e1816729dee353cf9d9a5822773781be2811cfcc5462a04ac3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c181dfd1be73a461186f16dfe74f29f21bbbf139891c55da091eed93d662472c
MD5 f8a5d67758ecd75dea4d89f510352e05
BLAKE2b-256 bc96b3be60c30c884c14e09b47e2f3e8ff7c80be5ffb5f495bcd25f379249751

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32f5df2445b29f87edf0b7827ec8f89933c3d597ca3abe38540fc7a2be1512ec
MD5 384ce5b419c162030cf2952e507574f8
BLAKE2b-256 7da14963841752de770fa25a42cb62d3683ecfe84fea10fad4572a1501579dd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c974c1950e04ad21baa6a809fef9e95075f45c902a6375d5332e6de9c92acec
MD5 3b94cadb44ca094d0d377c2c78e3ed8a
BLAKE2b-256 74255351a9ab4415adf2ad3caba62e359c98da258f72cd8c75d25f30931eaed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c8ed42a8544c92ea590ae0c469d85c33cccbdd7d941e0dd1921aa581f99b2fd
MD5 01fbefe0eed4784a86048f1971396237
BLAKE2b-256 b8fe95bd04c15c5763f29338317abae1a97bb7a2b15423c6b15acfb4f3c9de26

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 96ba46e7eabdce3eb12d6251d638b0de1c421dd4644ff6114dd832a47b9759da
MD5 f1f162d1d7c3df60d2dd68f53ace2d89
BLAKE2b-256 5a06ec0a13394f14c6274e71513a616950e6f2170b0de6c075ac4a24e5860aca

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfc0346457611f9f82e7cce95989ed0bd4221a6e8eb7e4c04692ff3019840daf
MD5 58eb556b2df9a3358a0924ce3b058078
BLAKE2b-256 2211108a96f51deb40c5cd1b2eae6a13e48c50be8d7362d7c185a96028e9113a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 949df0554b158b20f8d29b7f2ca7a2e586122c253ce0a2d7f1424b26add0e049
MD5 d2e6b9a3c78c3ccdaaa766de00b53edb
BLAKE2b-256 e5d0064aeb1f3c4246dc8da4811e6a54f97e5a91b08a2b1abccc96fec95736d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fee00827aa305e55f99b6780926153b9cf22e5d7e52c6457890d34e0263423f3
MD5 cb7fff43b1a092d6174a8c850de1fbab
BLAKE2b-256 daeea0ae318a9001cb9a16e1da32ce188da0ed4d46a7186b1c71ef9bb43cb101

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41d01563b5a58f88e30e1aca41f4c6d9161de7f7d40e13304fe34f60549d45ed
MD5 7190307ada7d0dd2159c6a3936f536e1
BLAKE2b-256 4d5785d08e1ef4c4ae8e407d9fe907870b06318e1d8a2f1104b76cf5c96e646b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fe3e6af0339785146b1333895b541fd635798073dbd4778008a32727826b559
MD5 516776aa0554c5454e2d110ba30a2bce
BLAKE2b-256 7a79356b7e499e5bc20d413456f71cd37096d6cc145b9a0ec3821b302e54a4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 111f4d5ad2ad8a098a81fa25067c2473e991433d0da813d433935f5ba02b6c3d
MD5 71076cc1ab92ded249d5ca2331ed37f1
BLAKE2b-256 232cad8553c90bc676e7990ec67c1e20ed0da380b2f2d7d4995f84638285189e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f5e466f5743ddfef16e2c4b4412413d0274a1a7f932d1470cd6220d3df5c76f2
MD5 7995120246af2e0801d063740593666d
BLAKE2b-256 a09b039f8d5ef68c559913093f88ecedb11020360b0c41ee5b01a1921cbad473

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-win_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7d69e920ee77a328a110fc82a9982836fed690c6f4cef06ddfeb8ec6dc80346
MD5 d5408fc7fc15cb3e5c69767fdce4a543
BLAKE2b-256 e4b01a403ebbfe1177a73c11e11892adbc7dc4308f8d673bb51ad81bd041e495

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-win_amd64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 780679ca483e49ab737784f54f38a88a3a9ff415209ca1ee8da274f2432380da
MD5 34af97576fdeff9ef4df9ca77b8a1e8a
BLAKE2b-256 8352880a9642ff504014e4976e59078b6002bc20a60cdf46f6ff5ee012b58d1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-win32.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6672ee82192a912be812fb3f18126052081412d2cd6f0ebc6fe0cd655fbc868
MD5 1060bdf72614f29ac195683fc7dd8310
BLAKE2b-256 90eb9f633456c524e3ca1abf4fd826c5917ace287aaf74cd519482d223093aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 391004e5792acf54d1ad2962717c745294f73b238edb7d56034f2dd664e302ad
MD5 9a046e4428f1f153408e793735755240
BLAKE2b-256 cb63d51b9fa4d5c558271bb53cce26bebf46d90fa05bac306a124d1aec4ad264

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 55b2ba56607215d4ecaf10514d549dbad04dcd2917c897cdd4cde7786bc01732
MD5 1e1377e27dfd151422b0ea53240c2613
BLAKE2b-256 e813c7aace3b87b69850a016250e4e5260865f04018c7921cdffa9f96fd67ede

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03ed9d48f51fb69e0ca89556561ea5671b6bbd7ea8e5a97035306a46fa084938
MD5 ac49ddb72a6942917ecd4d3975676907
BLAKE2b-256 958cb0d87b5e7422c73dffaee7b7b7b20002e7a54b9ddcdec798bffbb7e4dce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ee7e0aca2bedb52d65156fdda971ac2df73c87c6db5cb9cc2f4857861252a03e
MD5 49accb124791669f1594c5bab9434667
BLAKE2b-256 11a75efc493766015ec521537ad947caaa90b214f819f71458e340feedc5842b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_31_armv7l.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c66f69fd742c0bd74b00c1087f72aabbd1ccb544cd0067df6ac9e192e54de1db
MD5 45a81b13719649667d57413dccc0cfcf
BLAKE2b-256 e2d9e4f847ce1887bdfcdcc25d15318e62767163c129dac051f2c0c40b3da41d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e7a712a64ae0f0853d43e1fde9573a6b1e7caa53034d426aff9c40a39594491b
MD5 9c04a23750fab8ff5d23620a3a1bbf6c
BLAKE2b-256 866c83374e70bb5cab6e65503b992feb8449ad1a03d2a3f160dea3220259a310

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11340bbe6f8e95472c305984aa4b5bab44d9768456848a308a21c93bacbcd45c
MD5 46ca2a5632575e9986dcf61a632d2b68
BLAKE2b-256 4ab1fac93775e866f9b2592b8dfc822c23a667b82c0f3057f69001aec84045fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b829e7b12b01ea5619b56025ba8a3b073285857335af369376cea0c08837331d
MD5 c789be7cba3fa31a6c123c5a1ba337f8
BLAKE2b-256 4a21610ac8c7a1452ac0ca325a5387996f2280939252bb0de60ef5d5993373fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 518fe8cc45a2420f8ebe21effcb317381a6c566f47b5877720b4b1269f6d2567
MD5 0284600189f66bfe14b08dabe68b943d
BLAKE2b-256 987c5b74fb0cb4607acd8952c6aeb315a7f9644e08d3316a7a23385f1c250625

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4045233b769ca10665a56c35a7a910d4e94ed2573bea4f2de1b0e3e676966279
MD5 55fe7dc5d5a069e868de42e89290bb4e
BLAKE2b-256 1652107b27b45558fc6ca79adb502ecb92ba08711a741a29f7fd49d52fd1f114

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.10-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: pypi-publish.yml on o-murphy/py-ballisticcalc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page