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

This version

2.2.8

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.8.tar.gz (129.3 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.8-cp314-cp314t-win_arm64.whl (335.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

py_ballisticcalc_exts-2.2.8-cp314-cp314t-win_amd64.whl (381.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

py_ballisticcalc_exts-2.2.8-cp314-cp314t-win32.whl (355.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-cp314-cp314t-manylinux_2_31_armv7l.whl (466.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (513.5 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl (547.3 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (490.7 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_11_0_arm64.whl (519.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_10_15_x86_64.whl (534.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_10_15_universal2.whl (939.6 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314-win_arm64.whl (324.9 kB view details)

Uploaded CPython 3.14Windows ARM64

py_ballisticcalc_exts-2.2.8-cp314-cp314-win_amd64.whl (357.0 kB view details)

Uploaded CPython 3.14Windows x86-64

py_ballisticcalc_exts-2.2.8-cp314-cp314-win32.whl (333.4 kB view details)

Uploaded CPython 3.14Windows x86

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-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.8-cp314-cp314-manylinux_2_31_armv7l.whl (456.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (501.3 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl (535.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (476.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_11_0_arm64.whl (504.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_10_15_x86_64.whl (521.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_10_15_universal2.whl (911.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp313-cp313-win_arm64.whl (317.2 kB view details)

Uploaded CPython 3.13Windows ARM64

py_ballisticcalc_exts-2.2.8-cp313-cp313-win_amd64.whl (349.6 kB view details)

Uploaded CPython 3.13Windows x86-64

py_ballisticcalc_exts-2.2.8-cp313-cp313-win32.whl (326.2 kB view details)

Uploaded CPython 3.13Windows x86

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-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.8-cp313-cp313-manylinux_2_31_armv7l.whl (457.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (500.7 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl (535.5 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (474.8 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_11_0_arm64.whl (505.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_10_13_x86_64.whl (521.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_10_13_universal2.whl (912.1 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp312-cp312-win_arm64.whl (320.2 kB view details)

Uploaded CPython 3.12Windows ARM64

py_ballisticcalc_exts-2.2.8-cp312-cp312-win_amd64.whl (353.8 kB view details)

Uploaded CPython 3.12Windows x86-64

py_ballisticcalc_exts-2.2.8-cp312-cp312-win32.whl (328.9 kB view details)

Uploaded CPython 3.12Windows x86

py_ballisticcalc_exts-2.2.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-cp312-cp312-manylinux_2_31_armv7l.whl (460.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (503.6 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl (538.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (477.7 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_10_13_x86_64.whl (524.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_10_13_universal2.whl (919.4 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp311-cp311-win_arm64.whl (320.1 kB view details)

Uploaded CPython 3.11Windows ARM64

py_ballisticcalc_exts-2.2.8-cp311-cp311-win_amd64.whl (352.2 kB view details)

Uploaded CPython 3.11Windows x86-64

py_ballisticcalc_exts-2.2.8-cp311-cp311-win32.whl (327.6 kB view details)

Uploaded CPython 3.11Windows x86

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-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.8-cp311-cp311-manylinux_2_31_armv7l.whl (458.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (498.8 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl (534.1 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (475.4 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_11_0_arm64.whl (507.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_10_9_x86_64.whl (521.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_10_9_universal2.whl (914.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp310-cp310-win_arm64.whl (321.5 kB view details)

Uploaded CPython 3.10Windows ARM64

py_ballisticcalc_exts-2.2.8-cp310-cp310-win_amd64.whl (352.6 kB view details)

Uploaded CPython 3.10Windows x86-64

py_ballisticcalc_exts-2.2.8-cp310-cp310-win32.whl (328.7 kB view details)

Uploaded CPython 3.10Windows x86

py_ballisticcalc_exts-2.2.8-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.8-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.8-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.8-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.8-cp310-cp310-manylinux_2_31_armv7l.whl (459.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ ARMv7l

py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (499.3 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl (534.8 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (475.9 kB view details)

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

py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_11_0_arm64.whl (509.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_10_9_x86_64.whl (523.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_10_9_universal2.whl (918.4 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for py_ballisticcalc_exts-2.2.8.tar.gz
Algorithm Hash digest
SHA256 0fb966efbdacf9635bcaac3300d5e84be0873da75aede0f2a1bc460a9ce77ecf
MD5 c7a8553bef4395e62562b84c2925d5e7
BLAKE2b-256 8aaafb8474d8c6762dcf27cff2669e38d050018e5ff8ad4f785e6b6a806db464

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8.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.8-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 77877505ff79be7e1839f9d05aef658ec589c6aad4d4c30dd2407022d697f4c3
MD5 bf8f70de05ecaf719a9102f3127b7926
BLAKE2b-256 a57e0ba4e773cb9df65b7cb398db9eace62c42f629dc24921052daa7ebdf1d66

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2c39ca9a3a5b48e3c8663b565a1c0de293fedad3103f8fa011a689f7c1086bbc
MD5 bb0ed56ce3c376388fb22ea3a5e52985
BLAKE2b-256 a6869282bc31bce3b9d61df3d5d0e7c455b4c3c92a7db94bfa3a8320aa258333

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d3f2dafc28dab3e0ebb519d3c0fc6eff988c7ac441c4706eafb8c37652084e63
MD5 9c82765a7be7b7853781a75be0e964f5
BLAKE2b-256 780321a05891ea13ded7ca31701a3d1ae503182b81f15da8be371c4da7bb9720

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a18c09a310953006295a951b22f65648d5f4b3aa348caa2efc27adc270714d48
MD5 1b9801da9c399c2c83dc0f4d6f137883
BLAKE2b-256 568bb0cd7ad92e1870483e502519097b618a8445c65b04a2a9e0c86726489ec7

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 45fea5d268c19fc69a54dc8cf37269372fffdef7ff0f6f4b7067bce3e884d580
MD5 65ea601b9322f944ea25b66a6924177c
BLAKE2b-256 e10335e883b75d95d79e14b5c85b130f46ec48d9e9b2d5b2a0869a48431e167b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6542983445a4925b46202ac0808a260f23b3d789854e1638eb66e23ae8c18303
MD5 8e29e6357e3c43ce3850e2e9b1bc0fae
BLAKE2b-256 f20516fcbdd30ac36a7e53002342cab1c176fd4638d55bbb1e1d6e0da78e691f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e0dbf60a821aa03a5b7fd5573412f65f315f358da208c32518e1ee8e9b91ddb
MD5 f0b50fca2d90a7d83e1147c0320e2c64
BLAKE2b-256 533b650676b92534e9c98b785a14e2bc3b249a3b76d5d71a38fde344e0e50f1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b700642df8c0956b2774bea2254026ccc0268b3e16de5ed15e4b1f3e8c4fc9b3
MD5 01d2060c841e07aee87bb1065db4e984
BLAKE2b-256 7542a117a89b0b99242d4756e94c2ad5a6cd61b925904da0b9920453ddfd61cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85193f7bf933202923d9f329783ce7b37e34d79ee69842c92d4d42ddbe00aed7
MD5 3e3e20cecf036a325df961419e44c37b
BLAKE2b-256 d853cb2bec99090719b0dfdb219703a796b2aec2a66725ffab944c18e8c6239d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 bd33d42b934f6149743e483d9d2ca0d537851ee28615b5d08df37512ad81d8de
MD5 8a2ae98cea6ebd30e6a80be1e10a33cb
BLAKE2b-256 6f8378c839e567584c00240965135480837ae3a62409946e45776045992b9593

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32a510504b90441bc85367250f01f1f5f0d18d497f341135e0eabd411fc72d30
MD5 16fd0c3d5f8450cb984c33987a1487be
BLAKE2b-256 a24ef9f4cd792a7f315fee99cd4b71326665e3d8f95f672fc5f8ab6ad74fe356

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7af63162306d6968825bafc9666d5d490ffb586e9d2a460608824037083500a8
MD5 b3dcd3870a4229f362c6199432c9cb17
BLAKE2b-256 b0e6047462c6a265c9571ce995a45d9ed2b3f126ee14bd6a7db1a509136154aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 408be17916f833282dc815c5b6ad56320575d963553b656b0f9b17bade671d8e
MD5 de33186873c807ef08a5dd288d001937
BLAKE2b-256 4a0180b8d7998b75726bf3505c373250d0cb65570802a3744c24705e06395294

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 01b83fdb73ba30e5365f3e154bb32f6cbefa65ef39d58e2d5d67e841172688a5
MD5 09f8bd9c39b524b7036e009d0bf86cc4
BLAKE2b-256 4386cb2a20466d0ba94cb23d39e9f3f2ea67606c431f7221ac4776a75063ac82

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fcd1f2b9a0d783ae1c8bd8d8fb836705e477c024a8dc0896f48a71e0210bc8fd
MD5 3e9880724768c18b9bf7db376751b22d
BLAKE2b-256 9055bfc147dabd21dd4ac9c9a7ab51e9f6cb8773402a4d56417157c1515b63d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f248ae884d7da742f23ac4aa52a6d33d23129958ec7d6428c4cf0e2426f0bf79
MD5 3cdd3e983dbb44e4ad4b786933b2fc8d
BLAKE2b-256 251a259612a9f4a7b790f4d0e1d02907f991dbb17f87151f2c9f2a63c86b5925

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 66ef71a82a2bc136cfde4883a661899b90040b671a6af3247d53ba390c9508d7
MD5 9e1295973f61ec336994ff5741283615
BLAKE2b-256 a7aa25530b5e175aa009cf659fe6330bfea2e314aa36185eef35359d73a0efa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0079ffdc12b5d1fd838dfa742aa88dbf499cee87ef0e701459fc8f1dc4c58ed7
MD5 2bc8033341953e9e94155621c6d9a651
BLAKE2b-256 8d9d556a29d456f1e17f664044a28f882b2ed639654f4a33940cccad88b74346

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26ce705e4754eadf7fcbbf89db29adce41d4f5c84520bae7c0a8b77b9c983e78
MD5 aeca35920b28fddab5884f8417554142
BLAKE2b-256 276c1320a9aa0a333d4ea6b2bd8a9568b743cc94d90246029a7382cae19d97df

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a763cda9c0f3c44a6c6758b00e425008e9815eaad93cb4dee6b9378b5ede70c
MD5 edbfa73d4b354756437026ecf35d8a32
BLAKE2b-256 4f5991093ef35c5a0c24c7bc9f8939c8f6290935cbae695d1e608c55b9443786

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6d8fed4ea6ef71addeda3835b96c7ed39d2901aee61ad360889953133194e6f
MD5 cb1bd08b60c306a41a09dc8b2e1fc9ce
BLAKE2b-256 8242c95c9f32165ca08f4aab411ac010f53778df1df3b568091649a3cf132d08

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 9d2c3a686a2de903982c18c6ef0e45e55d59dec3ecf77bef6af45f0be4e76de9
MD5 20ed9423e417fb8fef1a4b335e97eb32
BLAKE2b-256 acb9d2e6342d524473caf2c0d8cee23ff02df1c66584f51051285d5b8742082f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49656659980ca4e9bd6f54434b19986fecaf219f864a805bfa8dbd45407a7e1c
MD5 ce85686e1e1df4364af7db8a179b0915
BLAKE2b-256 e0d67e0e10828747b31a5605bceb0ab3ed134237e1c0994a251ba2b2aedaa031

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 30d0c11b5a24a3edd5e1613352ce17e2d2cfa7f523d6dba1bd8dc5443f7265cb
MD5 eb9174cbcedd9c1c8d2a19dfafe1a163
BLAKE2b-256 c349d2887cfa3f8bc757ec03eaf74f4691bc79c3e2b94009265379559e1e06c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bf2a219b96274ba97545f194c4ff5c3301d2701f06091fc7636744e0bd37fd2
MD5 2c2dfdddff38628df07eae464e615e94
BLAKE2b-256 6320d4ecb3c255460b7205d69850632ad734e8f212daa8e66e1610985ceee2a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4565ab4f15325d5e7775b0f05e90cb75adeba1001e7e464ef063c8a0c9aada5
MD5 d6eee2e14c3972f2c0bbdda032eea56c
BLAKE2b-256 1f285874362d957bd243d006dfaaeac52fff6d58fe311dcb62b1c9cfd97fcbc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 020cdeb7bb656d3d61082885d91461ee63c563b20f1232968cd628acec64601b
MD5 56d97a311930285cadd51d636d45ff57
BLAKE2b-256 d4c067f8e258c4e8d1b6ff7a61936e35fe0226d7d0704f2a18b0eb0d70f1a761

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9aa4f18f75a2c31f0f07363f16cdf210917c908c3fac6d20519cd209282967ef
MD5 0d99234d02180454de3cf9b51b51dca2
BLAKE2b-256 aec31928bd9b94203dd87ac66d6121ae5d13308da35d434865bd3b5a5a2d2a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5eabbcd4ba6276437142255012d71cb368d4c68aab622177214db642a2dfc640
MD5 93cb4e743c2a27ad3f2f9b56e7bf7b1b
BLAKE2b-256 41649239e7aa6ffdff6e8cfe21842abd33d881cba85d9cbdce4c0da7ef88908b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06ecbf05e45ae8cc2dc6a8b5c68225406cdf2750a7fb9c92a66f5ad33c10e94e
MD5 43df11c65442a239f1d0a4070da88941
BLAKE2b-256 f82d76d87c3435c65b2a51f5eadacb0c102f8d2f6dfd14124b1912ac22344b27

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9ea4c681c06b8c801bc80e6a52f7624b8802c578b4c34cb1faf5dc0f963686c3
MD5 42e44577a53b550076d01ed6b5bd9695
BLAKE2b-256 6f1e4b13ecaeefab2863d70a6cf57a099e44235a93f26b4ad0fadd2e66f02d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94bd2b9acfe5f6e1b1388752c5f46fa9ac2e0b9d8e56af8ba085329eb8953866
MD5 11634652af29d2511c6dedf2f00ff2c9
BLAKE2b-256 ec679342213db10525f022a09d28af73a129f48bb4a43c8ca5704661c8d19d1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1616a5e5c0e5e92ce887e0e0cdafe9ad417f36df9b6939546f438536a489bbe
MD5 5fe52db75ac85d1109a2769578b74e8e
BLAKE2b-256 974ee7a54eb387285d3bb84f8b5e7f121f3e254ed5045086805e681ea4a5cd0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed5ad21e390d854b149ec3d02aea61042329b9948b017d4162d0c51755ccf056
MD5 13c67fc1de56814c59861756a48b4283
BLAKE2b-256 f7fea5c5c79e1ba48231b69c9e0f934bd660557289a512299e4781dabd2cef82

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37c6596a5051fc9780d334bb7bf67181fe95ba07cb95d46fd46794005ef32ada
MD5 4b78ca0e34c75ab0f9418238ca443205
BLAKE2b-256 070dfc375c4d309c2754c1f9466491c9274c7376b77ee356dfde462b5507be8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 520fec5a2a11265b812659875150b9b0b0aaf155ac796500de7f773e2fa68728
MD5 4238c6a6c2771ca42a0da0cca35e026b
BLAKE2b-256 900418b02b81fdee3cb35b25448f25c0c3e5385369d6a9b42613c8eb2bd71b0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bae6874e999fef78cc7ea9084d6e9539fa027922ea4114613f7f0b4f3c3ed1ca
MD5 0ff0c866ecb947c24b14b9765c287760
BLAKE2b-256 584adc5f91a0c1d84f9669ee8385b8f73ae0649def99c5fd3ae1f88302bdad9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 dffeb7490292eafd3774816a316711d4725f0f2dc8e729b204c43b186c4c17b8
MD5 e5821ede3d47dd11ef35a96ed96a81c0
BLAKE2b-256 5595ce90c1bdccef304e2589e9a89b1a41b7bdc55b03a6fec86b5d11aa5fe947

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc526c0b2a1ed333b383da8f963415e33329b401f54bd13355412025cdc6962e
MD5 4c78b84a13acce137c015b92c09eae94
BLAKE2b-256 7937de8fbee597ed5499be09ce8d4d48eac42cff17729110d2addc357f288675

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 952c4440685f6bcf8a97a9c71361e8531469bf3457767a9e3759a21dd7770fc2
MD5 2d23acedc905b130ffb5c16fc75dd5e7
BLAKE2b-256 ce833d502e26e29538c77802a30df609b1ea90f54387c8e343833b97841196e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b8a36062018cd61b24eee4261c2a8753f13b714e3c0a0f86f388e3730332da3
MD5 f0bd87a7d66600c163ce248e3b663d92
BLAKE2b-256 43625b9c3f8b2c4516f66a74631501d28ece9b602e6186220b8c3b0d35b2159b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 bcb1154df63ee367ef9a4c947fbad1500f4666df4744f1ffcf2c56cfff84fa71
MD5 64ddd915fc57be558d41d3ffe674ea1a
BLAKE2b-256 a5707269bd62f38729e0047b75911219392f9ada73c3cf92182da4db62db3c2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 dd1fa5204bfd09acce154e1e2fc195baef6dd9d95533fef41a8514dc9a985e12
MD5 e0f32799dbbc75449baf31fe4d22893a
BLAKE2b-256 e397cc92e49a86556d9ab58724b966d0f2db157b7ac36720dc3e5ca51397e1fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9edaab821e9180455d983318747faed483bf2bd270c842b28f8fa1f55050b671
MD5 6e3e4be08b2ede8208eb738e3e7133e1
BLAKE2b-256 bc4fe5fb020da8cb976a4a122e9e4d2dfc9806ed7ada1e7af9f25422ff04c86a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a22bf992be7fe4388f834e55012c10cb951caba456a63dbf3c9ed941db40206a
MD5 e7e6058093e7305a9f38828ce9565e37
BLAKE2b-256 59d905edf03461400fb504820530fea6a0c90441125f513f78a51a6a457b5138

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db4eaac79f0ea397f7e9e5167cc5ca9c3aa893caf6517899c27edb065aa515fc
MD5 b95c1c82074b9fcf769e4849537ec003
BLAKE2b-256 e3137b0806f4689af9fdf9488ac985d32d063aa3e7af51e97c9a0fdc901e0cb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 56d297f0acfba01c2168eaef7ea84aa131d8712873e52eadd7aae9d2c1de492a
MD5 3450bce61be5e83999e2ff90c04dd7c6
BLAKE2b-256 9f8f1010fd5020b3bd1262a1f00c88508f064e39390afe489bb9a3c58c4b2821

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5c06aed184f89916947525674ce72869b3b76ab766fe759df32957b4570589e0
MD5 b9457bec50fe651c3743981c36d81f0f
BLAKE2b-256 d0e509719168af1f4ab56df1e44b5ffb799df30e7067d04a7765580b5c07ec28

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26c852779e99a5651e9210817d88d2ff6bc9314b6b3cc73a9d3168ab76f96893
MD5 f9a2e7bffe71a54d5d71f5df3ed6bfd4
BLAKE2b-256 cf04b724b5129cd29c969c45866e1e71a13204e927d1de37ae36c040f62fbc08

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d52ce35c408ae5b9062c7bf4243fc635636d88112a37fdd85062ce96dfe70dde
MD5 8688a2ad4943b89231887b45caf61a5a
BLAKE2b-256 8ea66b07224454bc6740d364416fb2524db4fc00485d693f4bc01061299d3d21

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a32b02277d2b5de32dd7694aa854966c9ef5de280c01475737d97690f2c7543
MD5 e8b6edf8b7c128cf634ceadee31aa8a9
BLAKE2b-256 cd1114e763daadf9e4ede763a2a085e197582dd336ff982a4755cfb8189b075e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a7aebb2792ccfe1236977cc2bc8af1bd9077658b1405e080b966ac008a01153c
MD5 bd32f0fb0f66db99fda5d49513913232
BLAKE2b-256 b1311d12a3821334c811bbf2f940f580d8fd76dcceb8f7f1a49e781bcecb8b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b46b164eb6dc0df1935d09b86e419c8e2ca71abe156098f011357ec4b4c0673
MD5 2e261eb842bf117d1750a33c985b1a24
BLAKE2b-256 44e19bade099ea6da6219d5908908cc449b266b06e3f4939f43fd0542938dc9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2c54a41d80d453f56822a986b8b4faae03d52e6b532ec78e52b5f31a6d8a0f3
MD5 3da333185f8b3b67aaecdfc08ee16502
BLAKE2b-256 f0320f075f9dfe14c68f1f8b29899272e8bc8425f6f637d890ed711a48adda1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6154dd845e7aa45cbcc42e83973cba801a76c87af84eb04fb07bdc2e49a5d1c2
MD5 eae1328fc0fbc3c4caa962ec4d6ab70d
BLAKE2b-256 6370ff910dcd46db196c9a155ddb521137bdfaa4d0e5e320d162b6fc1f699946

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 67d6fe5a6f93689bb6254051e950dcf988d5e8b07b3ff5e0dfa4e44efc4cf134
MD5 8024a6831a9adbc0431dda8bbecbe529
BLAKE2b-256 f295a11f041b54c2144c4a268da5a7abae2956a5ec4349244c891974e0355ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 254aea12b477e98dac5aeb6ba45fa62cf98e30fdca6d364ef46e2366c9710983
MD5 2d6b66c7f360e6629c0591273519499b
BLAKE2b-256 c0423d2f625d2cf500a6d03e8bd5c86cd3624709bbc235faca2a317b027f3bb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c6cc18b78c3f47c608e10067ad90f1e03d9709ba8ef72fc362ce693253d38107
MD5 ffb4dfde8023d0f5375edcbd3e1ae9bd
BLAKE2b-256 65efbf8c3b21cf4ad67334b211a54de7f6592a09879870404e14c2c5dee6ca41

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e54a40cf62419d831883e6be85f9008029cde5bcf13a6d54d6ebd6a04249aedb
MD5 71af4b7a61e7dfade2ccabe6eab3afcf
BLAKE2b-256 26d5d2b5e7844f5e053ee2a033a55d2ca01a48d122d934a91bdaabae9a0af036

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a38fd243e6bac750b86c0637d7537215d84afd956d8958085e7f09272118142
MD5 e5acc56328103b2317d48102d92e4ef0
BLAKE2b-256 ad2ff3f70a3985d0bbbe5e1395b3294c1a572f7c8d20c1183de0732e81bad4d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1dd5f6984d17913a286f72ae8ca2d60e7f19aebdd7de4b6bf19fcc752009ee8b
MD5 1f4ead52ba81e17b8430e09ecb0f0c35
BLAKE2b-256 93ffd9e3693202c97822c4644681c4f745dbcbb9f1ea04035e41430dae21e02e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f5429b8fd2c8f3afc48ffc78bc4f02635db75c7e7603811c6e2acc54d45aa6a0
MD5 66436c91e0b44395a66a49057825606f
BLAKE2b-256 0f346a81ce0cb61527944b58f1661dadf3655c82cb6d488ab6203d4add1c5eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8da390024a2b310e2beeb695ab2c09e4f04a0f76473eec7548e90ae1a9539e79
MD5 ac433923b6ad43b696357f86befd1803
BLAKE2b-256 d3a4d76e6e911f7b1ca8abf0b0fb7f8b345e7db0022d00f3783983aa3b4b8cb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a55a76f217462d7435c319d104c67fb4f4097501793fa3a4b25fd8e7cb031a51
MD5 ba65700f915641f25ca32d2dbed99f5b
BLAKE2b-256 97da7d562604ab8d060c3f9b08219f7125a6bd1590df396e11c669152a73c596

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac53f7b76243fcf8ea2735229db8f88715b05886f5da0b0ea4e2a440a6e270a8
MD5 f55b2d366a8a97fef73e47c926f7be95
BLAKE2b-256 3e167f65c515a0b676e5b0ba035871528cbec7c75fbfe21e6a3ffcb71f35c5ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 33d78de059c9da97daae9d5e956da6ad25d118d0f6005a44a76f143754e66f2f
MD5 44723e20e95e2e30370b67a6f00d4941
BLAKE2b-256 2f09e546afd5db24a2cb21659aa32a306ca0bc094eaf7d71d5fcdc92ff22c343

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59cfac5c212168d125d627e606f1457f3190dfd5596ea62dcca9dca2f7f1e622
MD5 2e25a6aa695fe3c91f2a9e4be84f308a
BLAKE2b-256 204f8392211345028ec6072c3bcea8b38aa99f105f80e9733293b0a7335c67ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e62cbee97e9a3bcd59010e583f68c108fd0f1e441ac0bdbaad3f4a651504c374
MD5 bb73bf66d6a67513160546ba093d44df
BLAKE2b-256 cf1c96a1e40d7383f2e74f8c63546bf0fa9fd1a6b233bda7782577791ac155d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62506a19e880064bd6c74306ded2a8949df3a31ffec5b0f4c5a5f54ceadadfe1
MD5 da1fc5982dbb0a6d3f1721d2f1d33329
BLAKE2b-256 e1d8ba2c029bc71112f05e929b1dde47ea2b1dd2a5eeed8235f9d3a416c52072

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9cc5b8567b2340a199327bc013eaf4b88f46595d65e21f01f88a7bfd4c22162b
MD5 6fe9a9a560a118ff98c40836b3906123
BLAKE2b-256 df4c8ca07fa013c4928270e2575c9edd5fc4bf29aa0404c1b7740babd2b791cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 56c9a56b516a377de9202aa3ae172129f1434aee1f78ab606a8a32a9b21da934
MD5 30be7e69e9dacc659b952acb565c820b
BLAKE2b-256 e233472859ac3348c8442c29bc8763ee66081da2d3bbcdc0e373f33a993eeae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27a37cc3e730d897b54a8bbe8d55b4c204b9d4aba0225cca3307a278e679b23d
MD5 34ef977b3fcf2cb9181cdf3561e8e970
BLAKE2b-256 9a14d59630423cf8a499eb743edd4f753119841fe39cdea87fea1cb9747f886c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 823b964c16d79590135dfa9b0594b17c13e9022ffc26aa5b185cf7e8cbc60d56
MD5 6d0e5a11843b681faefa4871f35b85e9
BLAKE2b-256 348557d623e99a3152d9129ccb2dc8be92ee0d1a219c9ec0656ecbb15347ea74

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c18ba38615a5b981b7b7f2aa8a0c8c3b7fc6f704519603c912960d45e9bf08d
MD5 36f06b6a35444faef620f381d0e1e90c
BLAKE2b-256 0d72a28d81b1fe1f0554381d06c90ac88c89e2af0dc29bb7faead73f340316ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 787f306fac74b66d585a8e7ef37ebead3aa6cb11f4ea28bffb6080d9cdac860f
MD5 f3f02fb0333abbd7bcea52113c5fe69c
BLAKE2b-256 f807d6783b4f8f74fb773ea9ef5c1b5cefe546ad64abfd9245297ffc65806f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d0b49c2cb03ab99a7945a09ec6682bbd819c7b590c7690b26991dd01613a0883
MD5 a6d6e3fd249b2aabb2ed3315ac90de1c
BLAKE2b-256 0b54cd52bd76287440f7b0493c10bf59e54052ba982b6f590dee60857374d8ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee03e797ec5c82eba53cf824d02c404fe979b47a34ade77ef0fc8eb366b8626a
MD5 5a49eb1f1576dc79030b7218e693a34b
BLAKE2b-256 927e191148b2c8e4c76c868f8e787c5943c58f4c723cdf578b53c8c296688922

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 cdb31ad6841d591b31a34b6b225ec4a7ad62f16356539076e6b382ff0c6da18e
MD5 8d231fa55a6418a1c63b86468705423b
BLAKE2b-256 049fa6a9b9b4bfea4d22448134b57138ba7975c0c43890ef763855913c0b75f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11588509e5d85c080f07a8b225fbc9feb447863ea333745b1e389dc543cb713f
MD5 7239d4ddc5dbaba10df73491bdf5bf07
BLAKE2b-256 82721a9918c2e19ac5943f0d11d941854bd4638912d24a6ee5e167213ccbd912

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c777f0b587dae8ef16e8983a623dcf9904ba5028a45ed6e44f82aaf4f8ef0b17
MD5 fbbc7d20de21fa9d208c3d954aa63ea9
BLAKE2b-256 2d6e7472f75cfaf5f15bde28488f470df0b42e53cc72b02304a3b636da3ebdb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d600c4c4d23d87d146775cf7e9cdaa769f5860ea33477a7dde2d3d13a724b22
MD5 acc6923d853273440681e1b28c6a341e
BLAKE2b-256 77190269aca2d3d3aea74e904547c01eeeea5de65616c4dc562b072d1eba9d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13b0fc3cc70e3b3f8b8b98e67e1d9ea6db72b7852288a65662a207dcb39a1e87
MD5 fd8b9709a63acdeb1653d69b97aa0e83
BLAKE2b-256 34917ae4103e9fe8d1a783471f496f68638bf5d4cb2be7202f328c4528a8cb56

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a3a5b1f436d4a638b3a141ff04982bb8ea32feb5bd0a0a69b6c14bd4550b696
MD5 04282fac3f086dc21e7e80c1a9deca18
BLAKE2b-256 941c8b273a04e7f99daa544cec5d7536aaa60d24b733ab0557b6a9ba57480ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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.8-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1877a64c0b8d261d2a67c4bded75c7a372811520d815f58847cc82cf5cb962ae
MD5 dd416cdbdf83cfa9f5bdaf17d474f888
BLAKE2b-256 08d98e830c7ac7a2cfc40a40f121665493354e2cf733e6e6a1ee6ec351a741c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_ballisticcalc_exts-2.2.8-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