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.9.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.9-cp314-cp314t-win_arm64.whl (335.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp314-cp314t-macosx_11_0_arm64.whl (519.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-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.9-cp314-cp314-win_arm64.whl (324.8 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp314-cp314-macosx_11_0_arm64.whl (504.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-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.9-cp313-cp313-win_arm64.whl (317.4 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp313-cp313-macosx_11_0_arm64.whl (505.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-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.9-cp312-cp312-win_arm64.whl (320.4 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp312-cp312-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-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.9-cp311-cp311-win_arm64.whl (320.4 kB view details)

Uploaded CPython 3.11Windows ARM64

py_ballisticcalc_exts-2.2.9-cp311-cp311-win_amd64.whl (352.3 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp311-cp311-macosx_11_0_arm64.whl (507.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-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.9-cp310-cp310-win_arm64.whl (321.6 kB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

py_ballisticcalc_exts-2.2.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-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.9-cp310-cp310-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

py_ballisticcalc_exts-2.2.9-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.9-cp310-cp310-macosx_10_9_universal2.whl (918.3 kB view details)

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

File details

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

File metadata

  • Download URL: py_ballisticcalc_exts-2.2.9.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.9.tar.gz
Algorithm Hash digest
SHA256 de4e2f178761dd1f3170f23f475e7e16740664173225370cce4fe715e0793bc8
MD5 3773c01669b2d02967b3a38f17031140
BLAKE2b-256 05676b238a19f0636bde548227016aa7fbd2ebecc03d5d6e72b03113a3ca4ca9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 32691cdec59f7dca32b32870925329af598225de658b32fd50972c52d08ced0a
MD5 8f420f17fea2bde92cf0e2df014c621a
BLAKE2b-256 bf6f0081c3c5192c396d8b9966a8a6bf1fd91fc7eda681456ad86323d207f18f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 deab83dcb6478f9f662f0155e710de0a8cf1cb3ae9477615698ed9d6879319c2
MD5 768a56f6bb58b2737decdec6162482e8
BLAKE2b-256 2eccc806df9d2375a1bbc27c6c9e0a7fb1cd2c2b2e48b5d6363613d03b9892d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 e5411081ef3bb7ec5727dfc5df63e340a7f97e4eb216042a1a4819127d866923
MD5 eb3a36607795a75d701a276d19a0c7d3
BLAKE2b-256 2d645dfc97965043d341d13ef57f2cc83bdd9ed45417c6b416fa1518cf7d2eb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bc6edbd594e52d5657361eb36650037bee784c8d04f56a15e43e72c9d22c673
MD5 ed852d19ff7086f121ee384f478a2c18
BLAKE2b-256 6a3e6c4857b64b01cc5d89f1bab29d7b81b6788d7a17984b18f49cdd08a51114

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6cc02b138e4f22ccfc126b7025367eb0b5aa6bcbb632b9744dcfbaf443e4f18c
MD5 91a09e3ec41038d092a21578790c7e62
BLAKE2b-256 f8a6f6dd51718c9d6dccdf4b63b0b163cf70ce225e3d3fa86b8553609a5f1ee5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5a852ca90d4cfb3976952bbc0b1e33ef5ff12124885b4bf007a1677bb99659c5
MD5 5f1ec949fdf82666055e3bee6b74c51c
BLAKE2b-256 1046da60c8b028520656842072f7f7de18a97cb501afcebc9cf6ec720c35caa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76ec89369a7ff137910683a56f8950ffeb0e77ff9ac9b24558563ced2c21cee0
MD5 11aa1ae5410b195241c1a3afe11b8bb2
BLAKE2b-256 3566b1c4e9bd900f580c3e4120d6b38184dc55266adfbd7bcaff9419bfd72e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8160429d35207a6be2ef39dd0d6dca8d9fd13e0215a5f9d1ccc5eeb834fc76be
MD5 41760722b2d092d997deb7625e90f9d0
BLAKE2b-256 c17a57fe21a551fb4064733a35e325dc8408a208cc9c44e9dcca2185d6a03c77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b705b69596b942c2451bf07b58e1e0c19301dc995268997b52e82304a2219e1
MD5 7f0f71820f06c37c251c575df960c9a2
BLAKE2b-256 a1dad3a6a6311ec9f32c037dab62cd1d983c3738188c9198d0b79933add540c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7f2886c8b3a179298db0bbed1717282d82d4b470218304b4be26ba3343e6316e
MD5 acae44040a68af4859830bcb228cea00
BLAKE2b-256 da290384990fdd361a74cca91ae4d79dcc9850500f9096b2471762aaf45f49ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0711461b196d0fd9d52982d3f36ef1524df9a428159da8935c9e610e1b87de2
MD5 56d988b5d7076671f322550d3310bcc2
BLAKE2b-256 2d660a4fc75231242a58939fee55f571d72a9dbe03e7ef62b09a9f746169b307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6555788c25de9a80ab3b291c2c81cd19ec3a94a6a8278b990f9cbe7ac916091c
MD5 4a5ddf5a4b9f67cf434122e33dbb7c23
BLAKE2b-256 31d3dd8db1aaeba143dbce67c8d46886799eeb9789a7ad9499af5167e7ef552b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3b907b63b952dffc49ba9d1d76f5046db3e93a267294912b1dada123c0ad75f7
MD5 5952b23cacf2ec4ee56a16fc7b50b416
BLAKE2b-256 20c55c28251c613d2e73ff677e53ff334e1189f45a7bf93200cfce4dcf5c84f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a8da88a6115438066dbca377dcf8f2b83bdcaddbf7dba14821c20c36fcb6ae0b
MD5 5849ff162d6f4305598f4461d57e8b8a
BLAKE2b-256 d239b017ac3e9cd12e5c2566a444f055f118cd6b4114425c6b758b80c0bc559b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6f838fcf6c3a444349df881a250dbce975044891c65cf456326f0608ed8ad551
MD5 ecf0e2e309d03e5915913fccce55bb5b
BLAKE2b-256 7d088effb77f8c8828e0099e38587c82bdb7c32b01f20f8a24e33c612319b4c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 77b8ede842ec4fd3327ebfd6e6f1a29fb5ec950c40d5d0d6bd3ec9428a4d47ea
MD5 8a96755dc9e36ac48794686a8f763fd2
BLAKE2b-256 816224d2dd1d9a370bdef5f460faa043cea2a11cceb057e97bff27c47dfd269d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 31fb4d81d4201ac8c85aeb5cf78f02bac8e15e98fd8432eb8ae63eb14335acbe
MD5 00b96409769eb1d10dea200df0544eb1
BLAKE2b-256 3357bdd17ea635bdbe23267ed805fe6c1c3a03bf96b99738f1609539a3bcd6e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dfe403973ab51928d1bf683ec05d869d6c204f92f1b3a790d4290f035d54da2
MD5 c1124cba34807780c508f8e6fc398872
BLAKE2b-256 64c8a5ee730d980220fb935d81e6f654c428f79228165b19c721f2639b7b1918

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 615801102449648a68876266b92b0f5798fe923b203aaa6280c9e74c7633e6e8
MD5 ae75a23052b7911d7fcefc77f7d7eeea
BLAKE2b-256 b8cea2f0595e50c88199a18dcb728e02d69713b0d188946940b0dd787b9959c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8703415a3f59f823184af0fda60a421cab40f358fad75a72d22daa9d04de575a
MD5 c8224982cdae2b40dfd06a32abe396c5
BLAKE2b-256 42220611e4bdd501397148b9ad095dd03514d4409c850a2c92505a7563f07a68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a11c56e104f1953077527abb93f9beedd3f63cdbd05b5bd62508bbbd7924e91d
MD5 edec6491ff74eb1ff0549a5be87b203e
BLAKE2b-256 bdbba2bbbc904177277a012488c6c20582171bdd3967069320c15bfd653240c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 158be785c81ed01c81937167f9637b3f7009f8afbb386b380df86cddb8e1e179
MD5 cbabb8ac3f41a071515a5207ca1fbd21
BLAKE2b-256 6a52f1c4c0f3781ecade6d922ff74c5b534f6616dca11d24eba631e5dc280a0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79f41f625e868c11c05af6b357b8aa74bd4f1d83e4b474e36b391afe6ad59a3b
MD5 67185334fada6092690826c211dd98a3
BLAKE2b-256 6f6cf68caae391dcbfff284baad8a9ac9b00dcf8e9c3d3ff8c94d29bdf3df3ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 01d192348085754400c091e38d0a7d4b899b74a7a234b04723de199c3c97e744
MD5 d569d48f8f5a0435c34035fec1ba1bde
BLAKE2b-256 4698b12eba8295c172f5a3ac723ed8a423930d281ac8b49aa8378a7367e63e5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc95191224aa703b6b3fa79511f5f80a45249ed38e9cc7c760dd4f6ca15fe494
MD5 e88d1e4743859f7fe37267c1f289bc4a
BLAKE2b-256 8a1bed5b598d7b2ad5b0244558cf42a52500f1de92e05ea8d50f87b31f406900

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16e2bff9c67465473acc9962e33024db519e8f35cd76bf8a6af95b0014edcd90
MD5 ed55c0d23884f8adb250abddea9490bd
BLAKE2b-256 903ee3a7579b11491992d2ac9a77462896834acec05336ad5f9b27601221628a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ad18eb50fe135537b65ea461a1b659f237d098bd7ca634aa8e0e2998162388f4
MD5 fe80590ebb08f6813c34a5ffc7960979
BLAKE2b-256 e4cceaa8c427d2c86b95ca3b26fd6d2bd9cbd4772902ed376ed2bacff7e1277f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9bc25ddb06f5087dfb7926d9fd345ec2ddff24a1cee595fd6a1134e15b18dbb5
MD5 b65e76f7764860b5fe506f8a88208e0c
BLAKE2b-256 37b624ebd13e594ecef2de3ba1b822030d0045a9ee275d21b51b4ef68e7c31a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 039ac775c3f7a2ea4189183322e64b62377c1e4fef69ea0d370e9b965dffafb2
MD5 5b4dacc098a03b0b5149db96eabf6dde
BLAKE2b-256 63ca11dd15fe7a8f01d44140cab1389e1cabace39996c8766ae3a1a46c682806

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b2ca35f3713494d61577f9e24b958b4b2b0c65a6046e4f91b49072801ff784b6
MD5 2ae17643c6a8b9128aa89ed6dc682f9a
BLAKE2b-256 856c725025b89f6a3737519cbb27ef7091c817763712db16f59c00a53a6abc4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 519c0afced015476eee527105551c5da1cdb77b0b3b26237d61c9ae3e6a45b9a
MD5 963efafb48349a54b3b64e117a601ced
BLAKE2b-256 48ec1164fa910f1d11744fd647ade932512740e86f770f9cceb9721564415a04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cb68841f803b6d5eee2b3751b7977dae08c8cd32d31a3f01825c1293da6677b
MD5 9302b1b5e5469754ee4b1b9ad9508841
BLAKE2b-256 990f934dd90cca14cbf340c02ba4007a5c2feb02d9c288921c5104fe0cc196f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 75dbdefb5dc6c2cc9cd9da41032e77cae697bc469c3c7f8d78f200727d52187f
MD5 f2690b6079c159a528c7548b96f6db19
BLAKE2b-256 65ace51e87e26c7830baee3c45ff949c419294e37a35244d5527b2664655eb35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7c7da85d3373caf9e102a45e0a199a1990955d953aec23cb1db41ca52567bd71
MD5 f19233d0ecc13dd513487f929c851252
BLAKE2b-256 88654380e1b60a6f6d41ac4184735bbe1b7b2df06aa973c7ad3633560ce85f05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db2c958d42f787dd11d384c844d025186845083df980e5407003beb8df1d2497
MD5 e37800ccabecd73bf61902a1f09adef8
BLAKE2b-256 323f2b49e0355f9fc8465257a8aa560cdb13b93939c201e5c180e3ea4ac975bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4de5189b7f092c35ec881ca7f0b4dddf975b88f06de9c38d5a7a3d47fbaf2f79
MD5 f4bfa85abf48d4437f6541009e1d5896
BLAKE2b-256 340791b71d8bb97553edab7aa3e79b4807016332a8ddf913c7215ad26ec548c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 964d88a0be73ef3f78cd00efe532ad1ffb7b2e6bddc8fcf7eb4019b0d7ad1228
MD5 ce39156857e40891acc560de228d7dd3
BLAKE2b-256 6d8f270e1940b807e83566c92ca1fe6041ffc1931f62e8d61808e1e0d0f05367

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c9feb09e8824f3bebb5125231119fd3dd0b13e85aa33694799ebad29be8202f2
MD5 b1d997f194cf8f6b3b919be53aeedd68
BLAKE2b-256 03506aaf7f097540d1518712dbf5bd3406aa5d3d25e5f52f772dcfd2f37281cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10d4bd02af85bc4b4e07c9156f1175dbc64dbf9dcfb52cae61f953739c52b685
MD5 39995d7da0d867b78abced2178c6fe36
BLAKE2b-256 8e389916bf2a4d182787b0e7359aebb8fc22741255905e261c44fb39d02494ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11830f8bfaa80c3bb09a5428acb25da8a3ae4747f66c41205eb87a4cc66623c7
MD5 25e5486e0dbb985d500b7e516aa0de1a
BLAKE2b-256 66d65e86812328167d66304e667aa43505a25591de3243f6012a2f40f7d2acf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 98fa7de3bbfa7916b2475674f9787b59de9b3af33c755f672fb8fb021d60e574
MD5 c588bac74752e2ca0b33f9a3cd9f1742
BLAKE2b-256 2c25359c69d1c51848c0b60c1f85c7cee60421b155f6f35e27d0b3f4380a2d64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 37f24364349c225a260b04a73c95141a26b464bc8ee27c3dfbca0aa10f8f3769
MD5 dbeab77c785043006b8ef0ff933cac04
BLAKE2b-256 ade06d2b06184d6a13941fed2871485540fb2e028371eaf75747a36ae41ce322

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fd34f50902b40d345ce168c11d5207f723305c1302093a7e99c0cedc006587d3
MD5 3b1636ea168d4af2237f3819a4d459d8
BLAKE2b-256 fda964a7a1d02aa8ff44e2b1108fefb394e3639713ee938cac108b8d44dcff78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 312dd7b4433dcaf6f9b59676d72e181efc9bad7aaa7d5670d9eda4c9f4c1a804
MD5 990acfb6d4037481c6243f3434effe66
BLAKE2b-256 2ba6a9b092c5b3d8ef3676445302bd5bec27403b3e25e4c9cfff9ac911195693

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fefce838ce6b8dcf50ba22a7b32599989504650e8a94fcd01828489dd6554444
MD5 9790cdc25a0e3ba8b60aae8b3bd1b972
BLAKE2b-256 100fdbe6d334d006f00146fb48a7a34d845805cf7e9d0a5bad8cbf205dd92da7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa2df04b8fbc49b64f944306b6e5cc3d222164a472e9802b0eaceba7ef9bb48f
MD5 739f44e2c6a90fb3c607fd763aeaede8
BLAKE2b-256 5fccc84461b7017d6ea20085429c127f80469a544f76b3e4cff00582f5c85da1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96feec17770e7a18d0fc5964af5b813b41b6778e62ba535a26dc6c6f2bf25053
MD5 6da7d1f9f33a2d2b7e9a60214d539d1d
BLAKE2b-256 4a60050a2f7539e954403e516ebb2c1b104090064088452a54c71ae3fc0d4071

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9451cbc0bb2daef513a6f05028e36cb638a45c656810dd2575527c5197102fa6
MD5 097d2a953a283bbd53024b99c010d9b3
BLAKE2b-256 38334a1926f3052f1102fccaa19da482f5d1e5b20a500feaee84fbfc83935516

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77ad76ff94dc9101d0570f314cdbbdde04a0e17356abab9fc95f5263ff8ccc07
MD5 50f8c5a6cf3f9bdd11ef191018557f79
BLAKE2b-256 6c73dbaf3ab88cbf40146c484de0b7b7a18bd9b37329cfa0befeb0d98ae86420

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8bf5ac56829d4a5626835e4c561257a30516df6756d7b7ffa9a48d5d4d59db95
MD5 f05a79b126a314fc04ec853bdd6a6ee2
BLAKE2b-256 23a49247c51229663a5176bf06d9c9d9724956eec92e885e28ecce4726187e67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fabbaeded1c9c337db570b46b3a6850038829dac962e39c4504254cc8bf65fd0
MD5 b761b8fab5fa3dc610c38a4dd24f6aac
BLAKE2b-256 98dca0f7a61c92695a2ed51b1c8506c29640799c93472096ba89e229ab02df0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 161e5638ddfacfd3009e18ec0087aca31e24f9089895050ee4792fb5a3466f77
MD5 b76a2ac46f1c43c3790562bf6b9f327d
BLAKE2b-256 943d68d36344680e082b763495def4a75612046c1d2ea46bddfa5af331a3828b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18b1fa2880890fb41bb1a8c2b1acec753231179b5a67ae0a9498d41bc41e6921
MD5 df9c4c5c9e0da8aabbd09f958b873ff5
BLAKE2b-256 913db175386991a7f75d15ef08ef2a9bf362e0fc93dd743bc36cf2f1ba0cec05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f658c6ac7ed98319ba8ff7a3e358e7e1781cad454bded455a10d8748cce663ac
MD5 98a1fd0ef49a0caed3f44ab314b5926f
BLAKE2b-256 795ec41b58d8ff78b64d44539f78a204160a316f34176cfc91c0230923a3ec23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a253fc21ea3a1217e453dd514239bf25f81de2f820831bcb39e99f927a7f1899
MD5 0d16c2146bd07cb11aab562b8e0ec2f8
BLAKE2b-256 385dc28e448cab4fb8bd001ce72609e3b7cb8a9ab71bb93138f87ff548ee3b08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 14e229d1d324c00ec8f124719e784cb7571a39909c192e36108a351c9b82d94a
MD5 c12582d254092535c3ef606fcc67d8f2
BLAKE2b-256 51afde25a5ea829509133c2822508a09343cf6ada95e9190df3ba432a649885c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8d3cd9504286c89658f58b7f119802ef055ca908d36ed58e66af00a2cb32c128
MD5 7f2fc6004ccb277c9879f3ddd1d9be5c
BLAKE2b-256 3bc379b476a83ab6ed2cbe1bdbb948839f1ea28e9b3d1ed6cfe936787a6c2c3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e02a17d4dea78784cbca6d8ad805de38fa74618ed3444f23989b1917d505de60
MD5 2e215e07d5fbd5f2fa4f147819911ed1
BLAKE2b-256 93ebfba65d0008dc92ae6ea98984178d89e8737e552ea9cc403f0db8abde3895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2f5cafb835524c7a7f02d11a6f4558e3352f48c5111da6e6d7a4d17635609278
MD5 5adcc8cda12e91bd88435534ef451055
BLAKE2b-256 ecc3c7e6a577abcccac224e57000ec1250cb6a2be391fde8ff16df5c24ec7e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f94c2b4d55f70b59acd7c9d8097eb410ef9db4208cff822500b70b3427062068
MD5 e21e568b233f0fb4814b308698c63a3c
BLAKE2b-256 a0bdd63a45e5116f10bfb70b1e2905ab19972ce37c01a18df93b3f9f52ba2d59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ee661104d7702fd4c75a3c35093a3c1ba00c57d06d5f512a8584ab7cc33ee9e2
MD5 2921de93ecfd92eace4d991796144b8b
BLAKE2b-256 7c09b916c595b126171b06bfe696b56130ba54999aeab0b42a08351face70310

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4180c19907ec4a5286378747c8c6916a0fc791449d802336d4e7486bba7f6e32
MD5 bc9724b06a1450066f03a209f642f57b
BLAKE2b-256 c9808b623995a8c1492b3f1dc31b273e8eb0376f81a92bd7a1b136d6dc5ac36c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8aca14b17855520a6968be0a950019dab168c347cfe6193a088bf4773bd4957d
MD5 5a3367a6573b6966666fa3a457ef5ca0
BLAKE2b-256 64c705bd41be843d50a24eb84d697f5d377170c23c80cf929b5132284f0a8ce6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 855c0520bcd0a27321f16fa31ff5ba2bae27b40d3a61cdf4c45d0d73e58a6472
MD5 f81322b29b5d01986b0f8063cdfdfe27
BLAKE2b-256 b86a26e1f287262ce4f19ecea55cab0238c8300ad856e24d24055813d90a032f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3edfce21dbde5e9dd38c2b09a002bfad4e8192b839c71a59519634614924b7a
MD5 3cf25050a3937de13c1c7068ec5e45e6
BLAKE2b-256 e2589a47f65a87ab973c7536566a388a06556321da086d08319e260161fedc8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c2cc267d0638f90aad3daab0c15d711c15803497680067ac9eb6a9eb12098bbf
MD5 9e866945a75863fed104768d0ca5d669
BLAKE2b-256 4d79fbe900072db870fe4c251c083b17a4cafa2faf3b491600f030f4708d1f3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9340d17ef390c39d06093e2985044d029f3fb1dcab538944e6775db0a6b6d30f
MD5 b6f1024577cb5c1bbeffcf53c57bd1b6
BLAKE2b-256 7b3035eb9404bf646ca4b2deed459ef8116bc0ac322ab8b24c413beb318011e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c01c1e8a409c9ed63351a822c20155b63c2528e910ded0d25c57157791561ef
MD5 d30fd2e508b45fb8eb8b0ecfe862e34e
BLAKE2b-256 4b779f255ff8239e449d762c5d4ac6e30538a37b8f5299d9402a6260b047e42c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c8efccbe67df43b0b0981832f9e5816e97fec878c2c65965dcbd9ce7a723e56
MD5 da0a8e06ab5494c9472a0035f76f1da7
BLAKE2b-256 952efba2fba810940cce8beca81b2d4b1a1feba442319c3b3a1d822eb1b4f8a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a7a0250d421ccfc97724a5b46c9ab19d95219101b81df4606b9b4a9fc5fec53f
MD5 6dd3d1bcc1ae73d88ab3c02fe6927fab
BLAKE2b-256 7e729bc7a19a66307df3b417b9e3896760862516f1821d01fc16d503900616a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1322d560b6f77bf6640bf1c22d0087170826dc5eb9f031eba30c33d21c6edc7d
MD5 fb2eea97c96a9e04983726bed42fb1ea
BLAKE2b-256 4cc7296f9af9d541c763e1b4bfc5f13ec15f67f688043303c69b17c5e92c6f56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 25705027fd45798a82d8748802c39aee5300eac7df70a8d044b6bf5a7992b495
MD5 a1f9ada013083697c3bbe6fcd035f8eb
BLAKE2b-256 9d28fe001343bbf7f52b40042a44d77cff3169d898be145a40e4275f0c0eca24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5520e7b96a3d11d23e8eec57d86cacd2d0506ce9aafb0e8389311121effeda5f
MD5 9229390d3886c7ffac281e9963ed385b
BLAKE2b-256 918ad950a0a50932678c4ec800af7b7f17524230aa96478a0c565169bf03f850

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1725c5f23fd6fb440f89ad1d52e5e1d0ae8e23e2441dc3cbd0b623b454184a76
MD5 afcbdf5b0de4932af92f04a41616de75
BLAKE2b-256 b0e74f1827d7a2c196352fc14257a8318a7c49bd88194043adffd5f2906caf0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1576cf5e72ba1a5892fea1dad9b4d27cb1834e01d409b600b2eab401383d7f22
MD5 aad518dbee08cf344c4f4a0f1eb6f212
BLAKE2b-256 de235876c07659303bd8c9ac507d0fa981032e3995b523ff67832d0f93733b29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 389c1dba049fe6355f8aba7016b65e85c6900d492cf6604b5c0fa3d6376d2d8d
MD5 e6e5455e83c88628ffde12834ab0fdc3
BLAKE2b-256 e49f7c789f4b384195d7d0c85528f40252776428182c65343197ea9857985372

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9eac971871262625c1b06572e2034c7fbc2d67c376e86f4f0dfd46137a7cc1f1
MD5 d8eaf0427ba102a0d299c97aaf388f72
BLAKE2b-256 4373ae4f5d4828a0b06d83b8120821b420d0eddb47bb9bc4929c2524e5ac7f96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f307bc608af014ae0659ac4f55ae8e3ca7e324359cc4136d2da7e5a0b91e9daa
MD5 4035ae7d5e16fc8f6d78c54dae841816
BLAKE2b-256 e6bf714e575e434cc2c897fcbee2bb501a911d785fba1339813bfb0f60426f0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12346f013764a74397ec9fe1931329e28ee4b79ebe0a1c8d1c8f4daaca8e5e2e
MD5 73b8291b955a52d540ca2059d657f242
BLAKE2b-256 d239c600dcc9aea016fbd62e43ba1ddae4df5ea8fd6ddacfc08c2ee92e852441

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c666ccb4cef134cb0622420473d97e4ddfc3f9cffb0b2369f72e859cb8cec364
MD5 08746f9fabcfaf9a47fb99c5675d9006
BLAKE2b-256 57ea5e42a3a9d45b8d8db5cd3f9419e9fa47cb5d9bb8daf1e24a27d166c83adb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bf7e3e8c05652c07201b04c35ba7a6edc6112c61f6de1a1a76945446dec9275
MD5 f94b6340d50f9c7750ad6e05e33e99ef
BLAKE2b-256 fa545423ccf2b62a3bc638084fa80d820f3b44d58924343cac0bd68410aba445

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88f90e10545346987c719de5b9471392232cfb43d4eff65474f39afcc0629155
MD5 3ea45900d68db3cd7e5cd8394ec1e27e
BLAKE2b-256 e59098edaacb395147d025e140f0c10faaf607ca9b7d1bf5c6cd67a297d3c7d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 405dfea4aa5cd22ed8404fe279f42332ec3d0e25d23695ce55a1582da06e6371
MD5 ea2fce361b55ba5bf60d28b85a559e11
BLAKE2b-256 08d706694333466b5da370d80f3d86e8a1ee5cf4ab819c28c29814d735b4392c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for py_ballisticcalc_exts-2.2.9-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c17b846be512809440e023aedc9eedb225aa29982fd5e43a851aaf8bc931c754
MD5 77282b2cacc924df852dd4be6aedcfde
BLAKE2b-256 08cfbc8d360a29d2b2410197064eeec6145b8c82743adf215918f447fe88d8cc

See more details on using hashes here.

Provenance

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