convinterp
High-order convolution interpolation on uniform grids in any number of dimensions, with derivatives, for Python. The core is written in Rust; the kernels are exact polynomials.
convinterp is a port of the Julia package ConvolutionInterpolations.jl, by the same author, and is tested against it.
Status: alpha. Interpolation and derivatives on uniform grids work in any dimension. Integrals and scattered data are coming.
Installation
pip install convinterp
Example
import numpy as np
from convinterp import convolution_interpolation
# 1D: data on a uniform grid
x = np.linspace(0.0, 2 * np.pi, 50) # 50 uniformly spaced knots
itp = convolution_interpolation(x, np.sin(x)) # the interpolant of sin(x)
print(itp(1.0)) # ≈ sin(1) = 0.841471
# derivatives: one order for the whole interpolant
d_itp = convolution_interpolation(x, np.sin(x), derivative=1)
print(d_itp(1.0)) # ≈ cos(1) = 0.540302
# 2D: one knot array per axis, and data whose axis d runs along knots[d]
y = np.linspace(0.0, 1.0, 30) # knots of the second axis
data = np.sin(x)[:, None] * np.exp(y)[None, :] # sin(x)·exp(y) on the 50 × 30 grid
itp2 = convolution_interpolation((x, y), data) # the 2D interpolant
print(itp2(1.0, 0.5)) # ≈ sin(1)·exp(0.5) = 1.387351
# a mixed derivative, with an order per axis: ∂²/∂x∂y
dxy = convolution_interpolation((x, y), data, derivative=(1, 1))
print(dxy(1.0, 0.5)) # ≈ cos(1)·exp(0.5) = 0.890808
# arrays of points broadcast like NumPy arrays: here a 3 × 4 table of values
xs = np.array([[0.5], [1.0], [1.5]]) # a column of x coordinates
ys = np.array([[0.1, 0.2, 0.3, 0.4]]) # a row of y coordinates
print(itp2(xs, ys).shape) # (3, 4)
Kernels
kernel="auto" (the default) chooses by the number of dimensions: "b7" in 1D and 2D, "b5" in
3D, and narrower kernels beyond. You can choose any of:
| kernel | order of accuracy | highest derivative |
|---|---|---|
"a0" |
nearest neighbour | none |
"a1" |
linear | none |
"a3", "a4", "a5", "a7" |
cubic and higher | 1 |
"b5", "b7", "b9", "b11", "b13" |
high order | 3 to 7 |
Boundary conditions
The data are extended beyond each boundary by extrapolation: bc="detect" (the default) uses
polynomial extrapolation where the data near the boundary allow it and linear otherwise. You can
also choose "poly", "linear" or "quadratic", separately for each side and each axis.
Declaration of AI Assistance
The Rust core and much of the Python code of convinterp were written with substantial assistance from Claude (Anthropic). The mathematical methods, the kernels and the reference implementation come from the author's Julia package ConvolutionInterpolations.jl, and the port is validated against it: the test suite compares convinterp with the Julia package across kernels, boundary conditions, derivative orders and dimensions, with the boundary coefficients agreeing bit for bit. The author has reviewed and is responsible for all code.
License
MIT
Release files for convinterp 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| convinterp-0.1.0.tar.gz | 55.2 kB | Details |
Built distributions (wheels)
Total release size: 20.8 MB
Release files / convinterp-0.1.0.tar.gz
| Download URL | convinterp-0.1.0.tar.gz |
|---|---|
| Size | 55.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba3139283579b211c668ee35c3a053d696533b658a5c7c5e4a9173441799cb9f
|
|
BLAKE2b-256 checksum How to use checksums |
903811f5c326ba02056eae1cb08006911f2ef4fc7438d05dbf169bef34573779
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 577.7 kB |
| Tags | Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
35273727b89335c1d2ca75e631616576387a45b52032ff68f8232e9a73955ec2
|
|
BLAKE2b-256 checksum How to use checksums |
e7fd0c3fd839047e5dfff971afd86e7ccfc4fa5eb2a51835a0bbcf0e5c4f9ae1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 533.1 kB |
| Tags | Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
4674a82544bcb97885090a34295cee4d61374ec5756132cb16c413f69c5928ad
|
|
BLAKE2b-256 checksum How to use checksums |
e8ed8d4b9911defc62ffcb92fcc836df11547145e46c965c5a9bf9010f4f7006
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 364.8 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
adf9ea9a0a812ad604598b6232843303098c5c6981bf627a31903ce71dbf0830
|
|
BLAKE2b-256 checksum How to use checksums |
3962dc3b02ca5a12b7e98dce38ad484f6f5de5b8de11f92fd991bd13d1140a03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 355.6 kB |
| Tags | Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
ba5ba856b82bd515658beed69fd2d249c6fdc99204342db32d769c7e8b9319d4
|
|
BLAKE2b-256 checksum How to use checksums |
ebfdcb57dbb201fca385ec9a83ab61b2601064b4fbc8fb7d886babaf0ee38f81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.2 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
0a67a6a463ff9e2c8762563b5b9fe56c1746a35d06944442710cd44182e390c5
|
|
BLAKE2b-256 checksum How to use checksums |
5938a953939f3a9e5b4d68d937756db800856531115079e1c60c6cc89ff5b766
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.8 kB |
| Tags | CPython 3.15 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
b04054a43623614ed8a96960891ebaf5fef53f0cac934b19cf05857f2a25f70a
|
|
BLAKE2b-256 checksum How to use checksums |
a10eee30cb4938ba000742070cf61cb39fa9351a8da40beb3096b99168cdc894
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 576.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
e2b702d2d76a420274f25bd0d085f51668b584d89bf57b794993b18655797495
|
|
BLAKE2b-256 checksum How to use checksums |
afefcab4e295509810da6eacc1579535930ed0e2ca7ae4a326939974c799908c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 528.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
e196f9838222a37adfb1afe5ca93c4559388677c1a4711485a2955e82b856ce3
|
|
BLAKE2b-256 checksum How to use checksums |
c9187253009ab3c8e63cd292142888cbc1f208f25bcfd7933f6d5b223e964531
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
863bd48c2a6ee40be72a92b5f9150e5aa7edf8b26b9c453f2933e2c59fc7cafa
|
|
BLAKE2b-256 checksum How to use checksums |
aff79a70e3beb2774a96b3750c722f55eb753fdb8c9575c5c68b6d9f121d113e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 350.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
167fe2c8dab3c4d7e8f619a7c66037eda41b611ab8c09d8f2aaf18967d52a53e
|
|
BLAKE2b-256 checksum How to use checksums |
2ab888fec859e2efc94f20970976da2622b9fd59e3f02f1d2b0efbb3582aab95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-win_arm64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 230.7 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
780250bf64b616479e08d8220f3314d937371f015acf1d4881b9dabff8014716
|
|
BLAKE2b-256 checksum How to use checksums |
91b55bbea831041fad6ab577033bc09f6b6dc1c1dc63c05432f6f974de12d96a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-win_amd64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 252.1 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b19a3114408b6e0c50f57d0ae9b54ea3fca9b82cd753ad35cc248fda60ac8e09
|
|
BLAKE2b-256 checksum How to use checksums |
c133997455d4292d831456e4eedd967644ff9ed38be52ad2c52ce0ad06913876
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 576.7 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
1a27e3be5ad45a7ff35ac96eced0658bc837418a9de8b4b2cf7445eb81f17b3c
|
|
BLAKE2b-256 checksum How to use checksums |
dcae37844527ddb8eba98e5a5851b6f4b9b12336a6fa81d3e030b30a4b956e96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 529.9 kB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
f04e45ef9869d449e3ecf752a2f6d765fbe1b0bc704c28bb327adbe457644bbb
|
|
BLAKE2b-256 checksum How to use checksums |
bf4b5ebeeaf06ce0b17856297db746ab7edb75975853b5affa917ce4d97fd132
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.8 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
e3649d125a6d17d2ceb50c7ba95b8f29701b09599c9cba66865a4d93d971d836
|
|
BLAKE2b-256 checksum How to use checksums |
c5b4172368c7c5d45fcdb148ea581cff69b212a26bcb65072776a0c387cfb9de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 352.2 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
ee182de52a514ca501ca427a4d4f233278ab80e4b2f3406f074a22eeec964516
|
|
BLAKE2b-256 checksum How to use checksums |
9fa15af1df98a2f748e28eb633af712dfa48ee198fe410d9c1f999c1dd434a44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 329.3 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
6160db43df3ad6f9f75c532b13b04d060bf0bb667a51df01360db5ea1e80c484
|
|
BLAKE2b-256 checksum How to use checksums |
cd87821e387ea3549aa353f411f420f666232a9979aa37f45958c86e3bfa2f0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
| Download URL | convinterp-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl |
|---|---|
| Size | 349.5 kB |
| Tags | CPython 3.14 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
2374f25f143ab899e67b342f317cb6ddca801712825da4f660d5267bd1a9dd18
|
|
BLAKE2b-256 checksum How to use checksums |
ca206943448113bccb7d3935de02301ccd3b8069bc34b195ff644dbe50474f32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-win_arm64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 231.1 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
0d5eab514e2e4e601452ad5624395f9336b0afa8e9b95e066642dbd12752a86f
|
|
BLAKE2b-256 checksum How to use checksums |
47bfe6190a19d6dbc89565614227d3ae9583b5ee26d0f304cf992a0a1e380cf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-win_amd64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 252.6 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
39cfb1f27e94dc71f52166aad84aff0fb6b8d10dbd5252888c0356cd3f48e601
|
|
BLAKE2b-256 checksum How to use checksums |
31bdd3bc02d260a43b9d1c5cbccc1ac9091be342a33bef5f4a756cb24fa27582
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 576.5 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
3204719d58dbb277fcbd8f8a40da439c96d4247deb1dcad2b0617e88006bf733
|
|
BLAKE2b-256 checksum How to use checksums |
643c12755b1de31619162b46b1318ad05e06878c8e93b1291c9c6a515c02594c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 530.0 kB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
efeb50a28f6a913a0df0697c7287ac9acbc3ae6f25c7c1dff4cd50cb3a5d2327
|
|
BLAKE2b-256 checksum How to use checksums |
5022ca22826ff22ecf827f0c64fe19a692bf60125a0626fdd1915b18e5fa49df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.8 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
7922c574aecd8a002581f456b3061a105d6bb6b7ee29e4340f0831f24645cd4f
|
|
BLAKE2b-256 checksum How to use checksums |
755abb0e1e0e73732a62651bd3f60b2d98e06c9ad136d204b88967a40134c4e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 352.2 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
a735dc505440749aea8591735b2acc16d1c3b35c3c595ff9e3a6b4d12a4d80ba
|
|
BLAKE2b-256 checksum How to use checksums |
81fe6e57c25e29ede20f1d4967ec78bd1577bdcef343ffb68ef6884972996a06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 329.6 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
916f9c3d4b22293d4289c785bbbcb4d4c0621836b5181840b7e71f11ffd00125
|
|
BLAKE2b-256 checksum How to use checksums |
2ac1b8b597d77216f714eee18129543914f6e7ddfdbf7d9b3383677946eefe69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
| Download URL | convinterp-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl |
|---|---|
| Size | 349.6 kB |
| Tags | CPython 3.13 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
3180e3547933fc89c83184fe851073d4e4847709ac414203f3a08827b6b85d50
|
|
BLAKE2b-256 checksum How to use checksums |
dc642624a3a5668639119c2d28d3c45098b2e92c3fafc3e274434592a80cdf84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-win_arm64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 231.0 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
fb9faa5d8df217adfb4ff4636dbf0d9a9b04589c5d6fbedd539a2b74cd94c950
|
|
BLAKE2b-256 checksum How to use checksums |
998ddee35110db634bbfde5ac29f214b29309d657df49489567e0ed639dfa1fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-win_amd64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 252.4 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
85eb4955c809fdc848f6a323f13411ac110d34986d4c3259f5106c79bb05d332
|
|
BLAKE2b-256 checksum How to use checksums |
78d817567bd1a3bc60b7e4f4e33cd28e76179796ae511595f880d17dfebcecaf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 576.2 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
8601a4393ee076020e803acd959e913b8e0929c0c67866c21ca10c3007510a4c
|
|
BLAKE2b-256 checksum How to use checksums |
4ec467a26bb53ce583faf96f8f06ca47c3f5a0b84df4484377faeb268f3e6fb3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 529.8 kB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
af5173063c70a35774da4ff5df9fcc83c1512978e5180206d4e84c6cdbb23588
|
|
BLAKE2b-256 checksum How to use checksums |
d9d817fa7c3015929ef1b5092068e6de022c19b65e0ecff1c896f31d64cf4bf7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 363.5 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
358e52ce06d835542ad4bda1938338816a277b466e9b9189fb36fdd47157dc6a
|
|
BLAKE2b-256 checksum How to use checksums |
50946220f2abfbfddcd1e5bfc46799763b647f1527e05a17921615750792d8ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 352.3 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
56b434652e2369418f278eae21df6b8f60954593fea86542997e8141021457d8
|
|
BLAKE2b-256 checksum How to use checksums |
15d972634e813f44d036d30501c214b317104a14f95b69c08d54b9c986958809
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 329.3 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
87522e6b942c3e0d850d38631b69ddfd127d4960bc84c5b6f356b679289f499e
|
|
BLAKE2b-256 checksum How to use checksums |
74e30f270b57ed6a029c2dc05dcba20803024e6a0131c22742508a86e477e910
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
| Download URL | convinterp-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl |
|---|---|
| Size | 349.4 kB |
| Tags | CPython 3.12 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
141dcd816ab26d844e2a0503345c2c5dd1ada8500c7394f8543de7a82d00af8c
|
|
BLAKE2b-256 checksum How to use checksums |
d701c6bb2b63952d7e75e3d1eaaa37217044b2cef6b92ec9dd29ab7d198b9fa9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-win_amd64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 254.2 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
05448b9ab017c0f5326543e497a036e9314d04c0ddeee32d849c8c55e106c52c
|
|
BLAKE2b-256 checksum How to use checksums |
366611ccf7f08b875e97d04a664bdcb2bae6c15751fdae02c57dece396bb5e4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 576.7 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
3f1487aa35a39b0eae661d48976563f38fbcca95941c8d174512cfd72ca99793
|
|
BLAKE2b-256 checksum How to use checksums |
91b0767f1fa2bcaa8e6a01f2f30877eb8ef34c8b0a6be0f98ba8c75315bdf3db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 532.4 kB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
23185f6e9880eb887134d20fbbf8596e557a51437bda920bf5224d1d36cbaab2
|
|
BLAKE2b-256 checksum How to use checksums |
fda9e7757507366b76d7e782ea0de42cf1a2de3bd98f6c9a3313c552b99cafc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 364.2 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
d63e33e66a32837ddde3e8b538a70bb7ecce21ef4aeeb65773f3143ad4ab486b
|
|
BLAKE2b-256 checksum How to use checksums |
a23281ad22fd4993b1463dda4e3ff17566b5b1580754e508de5fb15d99c30825
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 354.8 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
114a5896126eab3c628160c7f9cfcc937bd17e30ec07bdc645ac4ed993942e62
|
|
BLAKE2b-256 checksum How to use checksums |
523db5fcc63a066b6418bd2fff454731496244d88a38ae19619af26871a28552
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 330.8 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
559d3209bb72ade6afb8dec1efe0301b60d9c0b67e46936e065d5b8c338c2967
|
|
BLAKE2b-256 checksum How to use checksums |
2cafe8a57d670394426781d612e3f95488c154c1cf7192afe24a22479fdbb138
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
| Download URL | convinterp-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl |
|---|---|
| Size | 351.0 kB |
| Tags | CPython 3.11 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
de957e1f6afbb29af880872a4fd839915be0141e7f309cd638ef7970c1c5a562
|
|
BLAKE2b-256 checksum How to use checksums |
6cc0c05e665d65893f94903379f3b15f39ee3eeded31672f8ea98db0d4beb67f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp310-cp310-win_amd64.whl
| Download URL | convinterp-0.1.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 254.4 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b425380e0ec0bdd3e2d2d6a399e5ca7bfdbcd0d316b3aa4ab1e6d7338e892b51
|
|
BLAKE2b-256 checksum How to use checksums |
393ea14aea74628af548a3165a14a25ba2cff6fc281c20b01627dbae43713c9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 577.2 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
e608efae1315af089d05485cfac24245be56a59377fa28e572d088b297370e26
|
|
BLAKE2b-256 checksum How to use checksums |
886577d0fb9b35819dd45fdd7e18a5c0f43278f2f9d70c0b15fa2f938bd395f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 532.7 kB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
54a655e6d2d14826301ad4488dc26c5d0569fccfa461afe5fe9ba4cc4ea4b050
|
|
BLAKE2b-256 checksum How to use checksums |
86e52bdbb94d46707d252dfecf12c10787967bf01a37d817b3c6da76af39601c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 364.5 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
b5166dfb89c2ca280dfc4502cab092ed6c3b6a6b873bc63478cbd704cd155184
|
|
BLAKE2b-256 checksum How to use checksums |
a50efc0559f90d8f0ba68aa8430b1331292b659cc74969adfb2ca62e8ad170ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 355.2 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
ef02f9c2ae475f266b72f31437c5e05b5623b2c1c2504016df47473156a96f64
|
|
BLAKE2b-256 checksum How to use checksums |
b0b7ee6f6009b0a5a6285d9e88a6bebb0e56950c0a5bef28c203739202449a44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 580.3 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
6355cd2706a15b883780efe7b23adea0a06b3d77ff208bb9b1b485f8cc491fbb
|
|
BLAKE2b-256 checksum How to use checksums |
d0d68282d5261ba781346602f1abb57605176c3e6fb5b44048a4e35b631d0307
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 536.1 kB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
c8fb5b794b34c5a2d0eb8c2c57c7bb62c397bbca98003c26235c59dcd3696882
|
|
BLAKE2b-256 checksum How to use checksums |
28c4e027e9e02491e2453508722eb94d5e6f5b83947cfdab86df3e719f255db7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 367.7 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
8e706fb49c31fb901e8593ef2756080bb4b1a379f6a45d80afdd898c5df18fb0
|
|
BLAKE2b-256 checksum How to use checksums |
ac1981848c1c8bea8706483c9187c06b27f13aecbfe067f8778f36a0725a6938
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 358.1 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
34a36a4b754f0877d983f84d27522ca91bddcfa30df5640807f92c805bc2b911
|
|
BLAKE2b-256 checksum How to use checksums |
ecdcaab7ec2ac9a238d2cb377217de7c3acf0a259eb0aa8ddb1251cb91d3c3bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 333.7 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
d7e99192a6edd9ad811da4176eda504431e491008ac845f9d88b38d5671f2e55
|
|
BLAKE2b-256 checksum How to use checksums |
3db4bf5fce0eff821c6b3dbfa760d997a34335e3d1cbd3cc2a3ce36ada5e20df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / convinterp-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl
| Download URL | convinterp-0.1.0-cp39-cp39-macosx_10_12_x86_64.whl |
|---|---|
| Size | 353.6 kB |
| Tags | CPython 3.9 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
919616a571b6b2a9631e2ba0a095f5eba5aa7a5899a2c5f5dd49fb00847514e7
|
|
BLAKE2b-256 checksum How to use checksums |
e35be10b139649ff5d773fef0c97d373e14abed0ede606dafe5c1a0f9f9919d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|