No project description provided
Project description
xinterp
This package enables index to value mapping both in a forward and backward way. inverse retrieval of indices from given values ca be done with different mathching rules (None, nearest, forward-fill, backward-fill). Results are exacts even using big integers values (e.g., nanseconds datetime64).
Installation
pip install xinterp
Usage
import numpy as np
from xinterp import forward, inverse
xp = np.array([0, 10, 20])
fp = np.array([0, 1000, 2000], dtype="datetime64[s]")
x = np.array([0, 5, 10, 15, 20])
result = forward(x, xp, fp)
expected = np.array([0, 500, 1000, 1500, 2000], dtype="datetime64[s]")
assert np.array_equal(result, expected)
x = np.array([1, 499, 1001, 1503, 1997], dtype="datetime64[s]")
result = inverse(x, xp, fp, method="nearest")
expected = np.array([0, 5, 10, 15, 20])
assert np.array_equal(result, expected)
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
Built Distributions
File details
Details for the file xinterp-0.1.2.tar.gz
.
File metadata
- Download URL: xinterp-0.1.2.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d5f634355aa1783da7787b8356e0326b9095f7ad30bfd25227085c3938340c |
|
MD5 | 9c0ff491f1fb585c644bf495b7133e95 |
|
BLAKE2b-256 | dd39ae704244be52f144ece3cb2750273c53047c2a8cf56fcda088de0c8ea026 |
Provenance
File details
Details for the file xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bc4a81d66fa1d28762a3c1f0555805060f1a0483e220a433672f91e679b7701 |
|
MD5 | 6ff694fc44fd4ba1055ad83d94e86a1f |
|
BLAKE2b-256 | 28bbb066d625ab0759c81ef33a2e8b1d8c5dd9e582d7c594e7e5df594b6a46a1 |
Provenance
File details
Details for the file xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289837381794617d0d680aa2601d9b554a7e756bea6c1dfad29802ea92720f30 |
|
MD5 | 2292bfe898ea2b41a5ab3b6abb9fe0cb |
|
BLAKE2b-256 | 4d1a923865d389abddc98ed8449515fd82fadc37edf179f9cb47e85b5ac8c940 |
Provenance
File details
Details for the file xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfe744e8beaea252ba9c712046639bbe1845fc310dd22f938ef79f65ddbb9457 |
|
MD5 | 6486858ed9e0e73c70bd00b418a1540d |
|
BLAKE2b-256 | 04184b69b1d4b48757600e5c4aabd91a2c40095afb2d2ab3f93263312d4fd9e0 |
Provenance
File details
Details for the file xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b99470c78e9d7b72b16b055c2baf009b729e9616e6bad62c567be18745d258a |
|
MD5 | 6f244f1926641ebb8c537e92cfd6c10b |
|
BLAKE2b-256 | 4cbcf1b6435f9eb34d34e5ca654cca4ab5699fec459203125df29d4e7c2c0dcc |
Provenance
File details
Details for the file xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79322e1ac619618fb7c1b17a15425c9102af23023a325c8eb6a12ee540fb5fe1 |
|
MD5 | c0dbe744d0c1b53ccfecabfdab56be84 |
|
BLAKE2b-256 | 916907240605436512ac2e2845207f8796e9216d1f33dc514909ae434ec25b8a |
Provenance
File details
Details for the file xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3b2cbfd2c99e9f461cf51c70ddc28deb22c102afd05e222c1881934913c5fc8 |
|
MD5 | 2fcf4e948115fc4adfa03ae526394584 |
|
BLAKE2b-256 | 02d60f3aeda24060c321872d8e637725621f7faa6bb115112df8a1c49a875978 |
Provenance
File details
Details for the file xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d379230a14803822106d191b72c564f0bd3b6de9e51485575a26999fa2d646d |
|
MD5 | fcc70104b34424600d3631712049cd9b |
|
BLAKE2b-256 | e5af3687fecf73b58d68f8daac65a3b2233746341e4e77784d3364217d4bbaa6 |
Provenance
File details
Details for the file xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8853ae18af1324b07953020ddf84f2dbd3cb1ba12f0b93183191655b190ea3f7 |
|
MD5 | 97c2ed8f0f19c8de8207756a67994169 |
|
BLAKE2b-256 | b84df7dfe5bdf8fbeada3c5154f2697e53b357400d1aa2712c87136e737488be |
Provenance
File details
Details for the file xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2974f6f82de1301a35aa809dea9e28594f1140b803db007a4e0c1b9be872822 |
|
MD5 | a541fd2c2a55c8b684390e993f033872 |
|
BLAKE2b-256 | 2b53f59ca0f509cd5f8b3372108175f92de94d12598f603bbd2456bfdd0eeae1 |
Provenance
File details
Details for the file xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20e2f10cb1d3401db921f4bc6f4bb441f7e3d6d4a64e09b26a55efd7fcc35faa |
|
MD5 | 63bcc7d83715eed494922500b29a642f |
|
BLAKE2b-256 | 207b9bd4ecb51d4bab839552cf68b28a26da4ad4edd0c668d006214a18307ed8 |
Provenance
File details
Details for the file xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc93757471e949f0c970fb70528f73dbf7031714987288362a16c0763ff88a46 |
|
MD5 | f39071d1bf5e7c8b2ff74209ea1c9f82 |
|
BLAKE2b-256 | 3137d909f760edfe684589fb8ee58b721a69cb8fe64f651252a0788f919db77e |
Provenance
File details
Details for the file xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f52505402cce187e8a42bb8a40f5dceaccc28f7b96a2edfedf42a731258abe1 |
|
MD5 | 3af940f215f6477b8e66ec52ba8aefd2 |
|
BLAKE2b-256 | a3223ff83d05fbf16d6b71b2f07288bdd579b273f79d60c366322630e687a848 |
Provenance
File details
Details for the file xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acac344a8a24ab33f81a27564cc40e891e2e45df2f83de8fffc0892b34b9bd66 |
|
MD5 | 606a93eaa7a37af8d2328927bb4bb1db |
|
BLAKE2b-256 | 37c5b3802bdd2a5fe0fe1c949db1f07c91f738b1f456bca36ac1678046d1a9ff |
Provenance
File details
Details for the file xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276dc3288317c345f780da882ee1be737f28ed579e419c0db105a2b30be6bb0f |
|
MD5 | ff5f3b27639c0c5577eea615740b27fa |
|
BLAKE2b-256 | ddf74c81820697f747a0612913fe6ec641bfa7d0253695e0998010111f779e5e |
Provenance
File details
Details for the file xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b41fdddc90108e0ce4f70eef6cae9b705488ba85f1076abc60e2b03667fbd6e |
|
MD5 | a07f9ea5d9fc84fa417c692fb3954a6a |
|
BLAKE2b-256 | a10a6438e4c974fe6fe57acbf15588c9fe0004c9baa11d807e87970dc0009d83 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-none-win_amd64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-none-win_amd64.whl
- Upload date:
- Size: 200.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10f9bdb7678614b883e6dca00ee7045b23d87fbbd43e1ac1efd942ed71a1679b |
|
MD5 | d39d951b9e83efa762b6743f3e6db3f3 |
|
BLAKE2b-256 | adc16093ec09f0d43de1ca73922f5b57a4855e2c1ed4c8bca2114e2136275df7 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82487e63e4fe92b3d1a953ad4d8514441c88a2b9e7bec539241142f9ba1131da |
|
MD5 | 8a91c361188c400d7a671c465041d91d |
|
BLAKE2b-256 | 73e7f3b78d88c2dcd7aa76a282cfd0f77d3c61a0918f9d5d29f3cc814c42cd13 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ad6199963b6e9860fb9a371539442423d511729a38aa2edcd1485564aef6eb |
|
MD5 | 6d6a77a58ef143942d4205ea5af42ed9 |
|
BLAKE2b-256 | 0e323aba62217f4613877625986430c4568c4b347d90fa512bc18937050ac20c |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53240cc5753ab1e0ca4a95c8176b0ef8185694bd8c472c71e5d3e2da070ec771 |
|
MD5 | 4c100243cb1abdd188ea036148ce9dab |
|
BLAKE2b-256 | 1e9c14673c3ce3617c75ccaa34ce1c3a094ce01fe51e778771fcf5330da2d2cd |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 201ba548045f5bd4e6302aa827b69535f2d46b988c7bca1a5e23333b187c9ece |
|
MD5 | 0435a4d35bbfc906ea6b88d45b9e9ec5 |
|
BLAKE2b-256 | 0c1ae8a7db93d03ab9ea05fee3deea8eb7832becdd3af18f50d8c795f97e1931 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e504b471a9f10607e5f55ad3580e39226a8b88d9944fd08a2092a58b62d4c77f |
|
MD5 | 586deab827b4aaa6bc00913ef2bd138c |
|
BLAKE2b-256 | e4ec2885c04539fb705ff29f6ebd1c45c17aff4b709733a27bf9571af9c44481 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 311.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a43bf9592ffb806f190bb81c41e025429fae1c1094ca666e39ab1342eaf00ec |
|
MD5 | 755369046b447e6589b67d109a688e0b |
|
BLAKE2b-256 | 7fe832e7021259931914045168f37095786c907519162b163f87e4670772d210 |
Provenance
File details
Details for the file xinterp-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 317.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05573ddd5e451d9bb40ecfdd10fc1737a5ce55d1f195d413dcc4a745da8dc1de |
|
MD5 | 6072db6c599fab9b343bf7e48df7f3fa |
|
BLAKE2b-256 | 89a136d36848f5e6ebaf0d01a4144aeb76425ece3b51da62fb0be17f3dc8ff99 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-none-win_amd64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-none-win_amd64.whl
- Upload date:
- Size: 203.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e27f0034769b5f27376724fb5897b0711d542f5fd6846b05433502b53654bd32 |
|
MD5 | e8e5dd3c38a75df69dfe8bb686aca904 |
|
BLAKE2b-256 | a12de281481ea8f83c1cffc7e3d31cc1020c12b2e8c86e67698a4990eb992ad4 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c85f54a2c2c96c2f2792bc811f5be9c03b169ed7f44ca4a1d4a8ab6157740daf |
|
MD5 | 8eaf37732b0b94ecdab213928d2ba29f |
|
BLAKE2b-256 | 1777733dac432fb51514725c2d79ea0bc1fe686f5474b59b71c7bbed4531f590 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 797a08dd59c094740ab77610557bb00f0809e527816d7abb0ae5e5b2db8cc2a1 |
|
MD5 | 8f7c4aa9513a36c899171d32ae485806 |
|
BLAKE2b-256 | d693b142cecc0018950c0b03a9dfcc5dbeeb7ec7e3153a4e19828654a232a1d6 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35146076266c655678ea4fe67d57b028119fb186601fe4793f98f5aa485e3231 |
|
MD5 | bfa8dec4e8aeab01f57a728578ddca20 |
|
BLAKE2b-256 | 422fda9f6ec9fe6d865214056ea5fd9ca89911378c25a9dc977af8e6ed52365f |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da16bd1e025673904b4a70012e0ce98331e2d894601f7ba72b1f9cc62f982a65 |
|
MD5 | 1d7a89cf59973838a24530396d1b2246 |
|
BLAKE2b-256 | 735e5a253d2342597a837d4b3ae03e760a09765ea2b5b86d4cb58f441f56c8b2 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb30a0b2c57bd4db15074aa84eba9e724118248b05cb61b287b761838beaac50 |
|
MD5 | 1fa67bb5a5302903b9eff3d496b8b378 |
|
BLAKE2b-256 | 7d7112238b00eb4514556077f250721edb9c06bfa714953c751898e61ba4194f |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 314.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14bb7e413b6d7c101252477352629b996a07cda17f013c31da5c8d077793b58a |
|
MD5 | e80d8ae9c96946be30a41ca8cc1a86ea |
|
BLAKE2b-256 | 31eea5d3003de340eff8ae2c67b64308ac8987095e530db40232b08d859c0799 |
Provenance
File details
Details for the file xinterp-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 319.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3148ae0d0f869ef261add469f080443182f1978e1a8185c212174f9ddaccf866 |
|
MD5 | ce96c52c424c25ef0da83809f0478069 |
|
BLAKE2b-256 | 8d7aa4a0bd277e72dc7ee3ea75f1f43c5146358bc1370671097a90cb96b11485 |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-none-win_amd64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 203.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f91ef322434d11fbf14c250eaa46ced5d8df3cdf6db4018044608df1da28d2d2 |
|
MD5 | ca9f1efab5883df88d85aaf7f8f0111a |
|
BLAKE2b-256 | 0d3853da6976ded01524dcc6bc824f48f134dccf4427187b59527fd5637b89db |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3f8276e511672a7b0e0e07a98c034840899aaba9b584e9104d41c12063d48ef |
|
MD5 | 1f429dd4aff22a9ec4b4fbe668865639 |
|
BLAKE2b-256 | a9e0e98ddedfe51007ca15b16be9d16a509d4cb32489364d4e2f84d953602222 |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b93dbd18fb1d5816e2f73a7ddc255aeee0f1e3dc1d3bfe7178a633ba35d017a3 |
|
MD5 | 07d82335f17edf825c82e9c1232db407 |
|
BLAKE2b-256 | 565cb49ed01c94a65cecf8ff9fa759802986223a4acb0d3e58658fd43759293c |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c538c1c9bc9d4529d8b7a8764a629fccc0a1af1b3f21a6ed4bd12c07a4fb1212 |
|
MD5 | 778daca5b3126fc3ca26cf9fe3c8995b |
|
BLAKE2b-256 | 53f90e6497d8f08dd2bc1c3b68778d76cc8faca48a01f6d1825fbc4819ac5122 |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957a6a0d5d41969470bf698357633810689ec8dbb225f0797247a6e4934ee0ff |
|
MD5 | 089b02cf455d88daa2f9a3f662411f33 |
|
BLAKE2b-256 | 25a962f83b7281a5b120a6317f030e6bf619961be66a0ad26dc13e4a4165761e |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c79635caf82ec3b911d97bbe0120e29dc472bcdc19fb66c7ac8dddf6335f6b85 |
|
MD5 | b3d54a0ecfa23da12a128ad5b33f09a4 |
|
BLAKE2b-256 | b45ec0428aed91862ca3660ba260e2fe2498c673678e9ca5db027848a7ee7567 |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 314.3 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc6dc7bd97827a824d83f663149bd7697eda79ca4b6ff404f68ce89e66894393 |
|
MD5 | 166cce0cb8aca20abf91775a340d1ccf |
|
BLAKE2b-256 | 7bace646dacd01e1385ab59af5a6a6c542afa5c0e4dd4ac97b5065295d948fdb |
Provenance
File details
Details for the file xinterp-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 320.0 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8124cd2bab19d1f281646a20e9332b69510b9c58f62fdaadff3e34a4c2550986 |
|
MD5 | ad426f3e6e6aa4f7757927dce9f4f17a |
|
BLAKE2b-256 | f55c12d5fd541aae91cb14a913b9bd43af45de3dd208790bcccbd5b76aa7f232 |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-none-win_amd64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 203.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d74d39f6b3d1bfde1de1bd08419d2d055cf086e1bef05b7a011e388de689c0e0 |
|
MD5 | cd9fcf4d6fa1a6949c2b97f195b13c35 |
|
BLAKE2b-256 | 331cb4a4f9d947708414546d3bb432c2033701200dbf1e29cd2b71e8f671ada1 |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a78eb54dcd41b2646c9f4d300f75b901f2fdd5a2054bbb72aadf5f3e2873a8 |
|
MD5 | a7bd3cb679def96e28c83e17e908a0f3 |
|
BLAKE2b-256 | da87cf218d4364598058a09ae213750905e308b69909f117aab40102fcbf75e6 |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a391d1cf91198e3f0ee7790954f4fd4050606d876defccdb701e90fbc562f5c1 |
|
MD5 | aaea6a3f0e241aed2ad202219454b3f1 |
|
BLAKE2b-256 | fc62a8a93aed37184385d4fb2c6b550caf7d78b381fea4fff9f2f294c946d533 |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a195f0e093905f1fce4ec7ccfcb2d85fe751869fcd07949a11a6db64b8e4360e |
|
MD5 | 9b7054af7363ceaa4c8e9d96a4a4199f |
|
BLAKE2b-256 | 71dfacbf6bc0189a4fd1c653a3370d77c3160196a4e194db100c6ba28a90aa9d |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f22f5ac0d1c0ac320f88e02eb48b1347d806815550ec4457c7afbebcad157880 |
|
MD5 | 802ff38b539ed6eb5acfb54d0c864d28 |
|
BLAKE2b-256 | e806b06c30861fbfd57e8aec6abf3a5aaa60fabf3f4bd8423ef66459f733699a |
Provenance
File details
Details for the file xinterp-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 496d5815f757ae236f5bfb2982308fdf73101fb1885e79288d8b454cd47ea2a8 |
|
MD5 | 89a1a8b01aced2325ec06c9b07122902 |
|
BLAKE2b-256 | 949f7ebacc02c1d79e7e8b0675c8d0de9a698a2a0aa8fd2fbdeef0a80ca568a3 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 203.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a30e9082d7fc018ecaee386a6e24cead5933220d4a35762e8ceb1c8fe9b19bdf |
|
MD5 | 53edc5253b1734c8414cf43d1f5de19a |
|
BLAKE2b-256 | 8a50f50a541d5d7f0d0bfd7251eb492afb6c3c879de6f6124ca6d69a2bc1a934 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb473bbf9d6dc9a4e09ae36ba258ae38906c98a9d35c9a81083d7cdebcb42217 |
|
MD5 | c578a3a0290a53327deed0c4887abff1 |
|
BLAKE2b-256 | 45d807a478f959ec75dafa7ae9a68c63e363eb63567ba5a38891c10fa79c30e8 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56008f0070a34355e06dbe9db2ef5778bbc3d13b6cb0d3bda465b7b886492b32 |
|
MD5 | 66ce77c09abf487cc60570abb6d0be30 |
|
BLAKE2b-256 | b519bd7766cbb3b460674f350313ca183d28477a45ecb97f4529fdf7b7f0fef2 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 635b12c244e4490c260cad9aacf5a5cb34aaa2058adef98218d147c618df1b5b |
|
MD5 | fb2d51cda7f5c1f4f8b05bdefcdd0ffa |
|
BLAKE2b-256 | 46319fb616064ee61b6e1a49fb50fd1bde9a9d18e2d011bcf8021eeff1a9e280 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c33499d28c8eab064d6fd1f37873e1c44b3a68fdf012e8f0b871ebd71e2704cd |
|
MD5 | 0735d992944c9ae9c474fae9e8b65ade |
|
BLAKE2b-256 | ea1f0b99970c92fa4863ea9f087cbb43c7f97b5018eb83b4ea6bcc9c19df99d0 |
Provenance
File details
Details for the file xinterp-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: xinterp-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9291f7c7388c2cfbecc38c0a3e11bf90b6db12e75b78836045de4f1777a3f85 |
|
MD5 | 2ca1d654972c3afa6ccd2ef1c3b8d8c6 |
|
BLAKE2b-256 | 362ded957c4a7a714261d99bd7630b48596c984cff94ebb97e1b9a9cd5df3fa3 |