Skip to main content

No project description provided

Project description

Library to avoid overlap of graphical objects.

TLDR;

pip install nooverlap

from nooverlap import push_text_free
push_text_free(fig, ax)

image

And fast enough to run in real-time:

https://github.com/user-attachments/assets/b0fc651f-8964-4481-a8b3-dd749a5bd3fe

Steps:

  • define "Pusher"
  • add boxes
  • push
  • get new box positions

Algorithm:

  • loop over all boxes combinations (n^2)
  • if boxes overlap: push then away from eachother by the overlapping distance in the direction of overlap
  • but maximize the horizontal and vertical push distances to the user-provided factor times the average widht or height
  • repeat until there is no overlap anymore.

User setttings:

  • maximum push distance in vertical direction per iteration as fraction of the box size
  • maximum push distance in horizontal direction per iteration as fraction of the box size Set one of the two to zero to get only horizontal or vertical shift.

Example use for matplotlib:

import matplotlib.pyplot as plt
import random

from nooverlap import push_text_free

random_words = """Bravely bold Sir Robin rode forth from Camelot. He was not afraid to die, O brave Sir Robin. He was not at all afraid to be killed in nasty ways, Brave, brave, brave, brave Sir Robin!
He was not in the least bit scared to be mashed into a pulp, Or to have his eyes gouged out and his elbows broken, To have his kneecaps split and his body burned away And his limbs all hacked and mangled, brave Sir Robin!
His head smashed in and his heart cut out And his liver removed and his bowels unplugged And his nostrils raped and his bottom burned off And his pen""".split(
    ' ')

def random_text():
    n = len(random_words)
    i = random.randint(0, n - 1)
    return random_words[i]

# Create a figure and axes
fig, ax = plt.subplots()

# Add 100 random text elements
texts = []
for _ in range(100):
    x = random.random()
    y = random.random()
    text = random_text()
    ax.text(x, y, text, ha='center', va='center')

ax.set_xlabel('X')
ax.set_ylabel('Y')

push_text_free(fig, ax)

plt.show()

Project details


Download files

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

Source Distribution

nooverlap-0.2.1.tar.gz (7.5 kB view details)

Uploaded Source

Built Distributions

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

nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (439.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (465.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (536.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (444.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (307.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (267.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (285.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (439.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (465.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (536.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (444.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (307.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (267.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (285.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (439.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (465.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (536.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (444.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (307.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (267.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (473.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl (508.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl (550.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl (441.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (399.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (266.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp314-cp314-win_amd64.whl (126.5 kB view details)

Uploaded CPython 3.14Windows x86-64

nooverlap-0.2.1-cp314-cp314-win32.whl (121.1 kB view details)

Uploaded CPython 3.14Windows x86

nooverlap-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (474.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp314-cp314-musllinux_1_2_i686.whl (508.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl (550.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl (441.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (270.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (288.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (400.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (275.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (266.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (289.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (234.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl (436.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl (463.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl (535.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl (442.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (304.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (272.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (264.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp313-cp313-win_amd64.whl (129.4 kB view details)

Uploaded CPython 3.13Windows x86-64

nooverlap-0.2.1-cp313-cp313-win32.whl (124.0 kB view details)

Uploaded CPython 3.13Windows x86

nooverlap-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (436.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp313-cp313-musllinux_1_2_i686.whl (463.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl (535.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (442.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (304.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (283.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (232.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

nooverlap-0.2.1-cp312-cp312-win_amd64.whl (130.3 kB view details)

Uploaded CPython 3.12Windows x86-64

nooverlap-0.2.1-cp312-cp312-win32.whl (124.3 kB view details)

Uploaded CPython 3.12Windows x86

nooverlap-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (437.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp312-cp312-musllinux_1_2_i686.whl (464.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl (536.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (443.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (305.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (284.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (232.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

nooverlap-0.2.1-cp311-cp311-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.11Windows x86-64

nooverlap-0.2.1-cp311-cp311-win32.whl (124.2 kB view details)

Uploaded CPython 3.11Windows x86

nooverlap-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (438.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp311-cp311-musllinux_1_2_i686.whl (465.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl (536.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (443.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (306.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (284.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (235.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

nooverlap-0.2.1-cp310-cp310-win_amd64.whl (130.0 kB view details)

Uploaded CPython 3.10Windows x86-64

nooverlap-0.2.1-cp310-cp310-win32.whl (124.0 kB view details)

Uploaded CPython 3.10Windows x86

nooverlap-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (438.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp310-cp310-musllinux_1_2_i686.whl (464.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl (536.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (443.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (307.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (284.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp39-cp39-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.9Windows x86-64

nooverlap-0.2.1-cp39-cp39-win32.whl (124.2 kB view details)

Uploaded CPython 3.9Windows x86

nooverlap-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (438.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp39-cp39-musllinux_1_2_i686.whl (465.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl (536.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl (444.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (306.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (266.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (284.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

nooverlap-0.2.1-cp38-cp38-win_amd64.whl (130.2 kB view details)

Uploaded CPython 3.8Windows x86-64

nooverlap-0.2.1-cp38-cp38-win32.whl (124.0 kB view details)

Uploaded CPython 3.8Windows x86

nooverlap-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl (438.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

nooverlap-0.2.1-cp38-cp38-musllinux_1_2_i686.whl (464.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

nooverlap-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl (536.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

nooverlap-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl (444.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

nooverlap-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

nooverlap-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (307.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

nooverlap-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

nooverlap-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

nooverlap-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (266.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

nooverlap-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (284.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file nooverlap-0.2.1.tar.gz.

File metadata

  • Download URL: nooverlap-0.2.1.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1.tar.gz
Algorithm Hash digest
SHA256 0978c13c661ab2038fc32b2e136fb490a3840424a2366647204769fc1538c757
MD5 35291ac78afaf10834b57a7afb328f29
BLAKE2b-256 3cb0036c2429dfb533a2f7f155315c35c9e4707470ee81274c437ba5fe5d4126

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c377adcd3411253c35e26fc35afd0bf90739c9c12b9f40a646716fd087894e7
MD5 d6c7c41114ec51562542a3db76629896
BLAKE2b-256 f4a7593a106ed36c36dc52b52e7a11617926e55b407e6de6e87b110852ae9f0b

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ab1b34ad6b7655718cb632cb154c59976610082daf6d733c577a9b0ea9e1019
MD5 cadae1f36829a727097e12296855091d
BLAKE2b-256 5bc42311fc1383ab0fd9cb88861195c42ac75e3be55cef2d47e7bf3b5b3d8a46

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee2cb905f1bb36e8fd434047aab58fd9f3d5206d657e6c67e306004b88f0eee2
MD5 96318566369c9118ee43c8b4dd72b4f4
BLAKE2b-256 ec7de0f95976cdb172344d2a037a56d2c3cc0e1433de66c7cf88b7843aa62581

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d995d0023fc6387fc35456e8d7d7c71d2c19341526160fd46b874d5bec0471d
MD5 371e2aff6744f8588866e4d13c2ef3c2
BLAKE2b-256 80f3aade4fb12320a7f718f2d5252142085374c1e5fd884f3c7375f8fd0592bb

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2038916f95dbcee5f8f03621d452787f7a24a3a2edd95165fd6065f9cc1dd8d0
MD5 33f143f602eb2a9d73abfe71a3a0505b
BLAKE2b-256 943891d2c3b3c2de554583b2afb3cdb951700ccf980e38727fe262b26be1b4bd

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 698b407702b82e46d8b274ea1d26ae9d9cb2bfb83aa1dcc6160f24200e2a5a27
MD5 61b6f736bf662fd5e523d8d42d10b83b
BLAKE2b-256 e90876dcade00c4806d076d018f40d9223cb6bf20aa3bd1e39c4070ee2216dd2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53d5d57a3921e8e5402ff4cd1eea35d6d7540f542b9faf56eb338b86a5d8a66c
MD5 e68cf848f5c8a37ed067e1691b2793d5
BLAKE2b-256 160f580a3d71dbdd94c3f5074e8fa6aab07f10f378a1579e80879bd0a5107af6

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8f1a5dd0c97a4bd127258368c6ae7e964a9a8ec186d10542a371214ae4d62135
MD5 c7152bb396b50ad5344c6e78236f6319
BLAKE2b-256 d874bd2a167fe991dd271dd456e5b470e4588496244d33fa6ffa5ca06f57cdf1

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b20e98e6595e26e6a3b1d50824dd01a893e7968d5ba002753b80f292a5455ef
MD5 4fd2d5636eaa5d22504b00592933a281
BLAKE2b-256 9d3b74671fcdd994bd547dcd3dbc636984ff3fa7340f0251ee416b7b9dc0b2c8

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0114c353bc3dfb0246cf025d6b5f18a90688325a3f28f0ddfe2f4d8e77c55aaa
MD5 30aa0722a978889c004a89af85e67e2f
BLAKE2b-256 6d790d20e236cfcce3660dafc0f46a19ba6cd77705164a4140c4efc52d9197d3

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d3dc2b8f346f9a78920adf46f8b2ab40ca9be9143126daeac836dce3264d289
MD5 993886e026d44ae5371fd55db73016db
BLAKE2b-256 cebb9d2300904ff8c407d3a180b6e13ffa84a9a25f043494ed33db1add8f074e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59b8137a9621d6d000468a0ec119bca4202922a7f5376e1ec3a425ad7c181b1f
MD5 8c4147f90c15741548868753bba57303
BLAKE2b-256 d939a94d30884ea5904c4797714020f9f6bd4b9823d1fde0b9a9713e53db4f27

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3a51f40d34adf86a8b12e30e78b370757b530652c8409cfaf274ad8570f5abb1
MD5 5e2fe2e32661e0251db3b641b376cb5b
BLAKE2b-256 3471086b58bec19f72ba2f1858fde5173ab8bf25a07c95bc333403d4c0adfa50

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76acb809315f286ff26e4e3d7b4bfdbe48fa09d301faa7d7bceb70ba57be1271
MD5 c0a793023756a894fd24fdd809010d28
BLAKE2b-256 6ead246d692b384a18000d16622df6e764507ae4473210cf675276f7b21e4e1f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10012e01aace9b4401761eb4de080c6cfd1fbe6b39c22f8490f3eb8c670bfe11
MD5 1187348a4b45caa1772645e69e48ce4d
BLAKE2b-256 473fc6604b44c74e209e15ab4b9fb61a50f6b93d09a087df21a77046334dbc76

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f060b1e22be93bb12f34be04bfd94ee0188b7d8d824d15de6dca6c12e1a843be
MD5 9f7c5e8adb1b8afb329285f891ad04af
BLAKE2b-256 c7630ed659d84cc3a30f1611f1ddba5cb44e7e4d9b8e0326dc4374e5b18a99e2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3baf2cf38755f636f83fb565a66bf8f88a059d27d2d2184dce995e6b2460020
MD5 22df9d1d324adbcdad80f5d3089e5952
BLAKE2b-256 5d3014d0aa31d4cca255046666341207e5a7108ffd30f554bfd925d7849163ea

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1b08039aeb2f33343a2d7e3cc884b34b6fbcb273883d0dd481d6135a09b41c6
MD5 c384924a128e492f05f4a8b2c3cdd41b
BLAKE2b-256 d11d609c8afd329dbc71de74a8982ea1349b28591e3022397e3dc17d95565563

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3f63821aadece42c162fab7bd9a043a93986a02ea6b9989e9ff52573363c0fd
MD5 62d0d0bf5af7002007b6779aa4c42b10
BLAKE2b-256 ce9e68e471f8c8cbdf8ca1fcd22d02cb8459b4970796366db8c8c26db805d4e8

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 155e4f846ab482891f3f74a7645ad0c999f150bb67c8a5d2418ee59e6d2ccec5
MD5 e5492ac71c15fb9223ca98d88c142de5
BLAKE2b-256 5e66b647a24679c9374aacdb281472cccc8efd40b9d99516ec82c900f9bf1e90

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55a8d272704e14fb8d43181d38f88e004f45fadf3d6aae30b048aae8b226f1ab
MD5 15a81334c10545e3c117dde7e045c660
BLAKE2b-256 b6bc4733feb84d40e7d7370de1ce800cdab8e7d495a379f3c77a0719c6607be5

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a62a3e282f2d07529120915f943ecc9df835e9b6d82c2d344eca1a10f8a61cfa
MD5 daa1943246192054061863b26511f30b
BLAKE2b-256 aeb9480ac4c12ad98f25135082eee4375a2d5004c415a2b101fa85e03c165ef7

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1f83cceb1e43e6e27d8dcaf322e3f330620b183a0e979e0843f68d8fffe5b7c3
MD5 6afad0108841bb5d419abd1a5f9d3bd4
BLAKE2b-256 75653939ed1c5d016f259ae23b6adaa6f1ace3f9f639e7a6bb059a6926372226

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 540a829c2c197bf91ba547a57d253f72da808d04c6387c8892bc4f6c79dace37
MD5 af28f7ded656ae4a9056e315f6670fab
BLAKE2b-256 442be1ef2484c83a49a4b93bb657da48fb23287bcbdea8aec160990ff46d692a

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 670abac5808721702f889c8b6d41531925fe844db1b587ddcd357a6a482d3273
MD5 cf11b5544baac08aa1e71ef6d277f4bb
BLAKE2b-256 a3e688d37cd719a6c4655b6c3dd42cf1430b91289dcb4ce3c067042686c8fbac

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b7334e53e72100a15426eee3b134e4095b2ffb6fae88ff66d744fed6f28fad6
MD5 1a365e97fe84f1d92c75eee9f55247a0
BLAKE2b-256 104d516f1261aee89084f98bc1e8815d09e170c98e32d0ec359266b3c92651d6

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 320a4ee6a7e1c2363476123f1260b2c941c8cf53515da483c2837487951e4ab8
MD5 e0d95a8b0c09a45d101c7e95070f5232
BLAKE2b-256 5ef84ddf87c817c63c7221322df17d9c490b2f96d9abd1f6c8ccad8c7b0766c2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 359de68cc1aa03d40b5f67c774ccad67eaf7d25bf70dfd5ac3f3add710ea5107
MD5 12add41c3773bf748fac5fb23b01c9c9
BLAKE2b-256 5e8d6dbf821453ed3b75082ae8f35101175c65dbf64de95eaf526334ee7baf68

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98ce6e2df4725ae9b882730023125a9a0daee31ffbb60640b3a99828b409298e
MD5 7a40b387b049a24591e50e15125399b5
BLAKE2b-256 e9f503ebf2b6fe9748aaeae724a43307bd2af46ba016ca5f919cf3fdb3a7196b

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a6cc211c65f70e002e010505f7dee06e4e63df66b40a6cd719975ff4f82ad12
MD5 3db9e3c81a59d6de7c04d6c2dd3ea326
BLAKE2b-256 edd60a8e98bb696773f308b85a0e9d042ca77aad68c61ccd3685fd3b61658558

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f065d5cbd52a033a309c9634b46f2107e03ae4a44ef606f307b33c73797a1f41
MD5 4eec5b8bace091b0fc0241a63cc5f73e
BLAKE2b-256 7fccb53d3d1edad07d4eb8a768a586ad4b645b258f036e8a4387b6cc6fe89e56

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4aa3c83147e19a5ceda631ae4ee1704d38ed1ac8c59bfe7d4ba85dc006741ced
MD5 b8f6d2ae6628380c2d688ea37da6da7b
BLAKE2b-256 623cf3c0a200ff6990e8e9e5ff95b11cc801f9dbeffa52f9ab7956442f19b4e2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d15561fdd5d8fa27c90a70d6bec651d3aadcc17695453d20ad601179f64eef54
MD5 1f71a6aa8420965461d023f66abb1e4a
BLAKE2b-256 612dcdfef94330efa2b9c2185fc4e8c4f4590cb609c59f12211630d53085435f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10bf53472562b93c0cc01a74ad2c77764ce607884e49b536baaaedafa1c12da4
MD5 cafb35bed5f7d38ae36fabb60e319255
BLAKE2b-256 90be96557f8622ad5af15550c6efa4ce58bd8ab91601c1543cfb2dcc57d7a02b

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e28768c14d61a4ce9f05104f26b5b0d1b096bdd5dd0d629738bfe40ce4144e0
MD5 e84427fa776390d7c0f8d4968d6c1f1c
BLAKE2b-256 03430d59d1c5ac4bbc6d65c5852e050d651afa6f90dc244f9fa1596fddabad2e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de3f2031db40af8f3e454902129d8d4c520b0a518cb1b5205d0c0d3cd8447069
MD5 7e8024529be67d4829b65e630fab738d
BLAKE2b-256 b3183dca2892d2221bbd659bc4ee98f0ffb50f61511a4234920366c90a3cbfeb

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 825ae26d93d5f666a5e67a6a1c659bf5881d5ed5ed9a9f00a21b0a7fb09b8c16
MD5 b18b1dea8aa43d11621c4a3811092559
BLAKE2b-256 1d06587d5469ece5b2714e7fbc40524aebd929f857b481a36030292c073e9996

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 121.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.4

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9fe5b8142e3f38edd18561d4baf6cf6bf720910477719871f3795e044bc57b7c
MD5 2a08497b7a8e9ea5f4472512d72e3f86
BLAKE2b-256 836a894762ab8c2470bace3061f859fa8588d88a1ca78f44d77f45595cad28fb

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8c349d828f7560ca72cdbbaaec2e9de4968c6da381e56903c47bbfe0d6d8b95
MD5 96b95e8e65921f7fac2dbfaf5f6605e2
BLAKE2b-256 7ef1f64b0fdadacf33cff47833271857c36f75a3ee7169c644357b6c5d9b821f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 669a002ed23e1314db26dc788315a8317839c7c276e93eccc1619695d172eeea
MD5 acff928a9c70a1b81b25d689363b7f30
BLAKE2b-256 267a960ef450a62742328457edc947e09ed546bf8de7bea228b218a00bb8e755

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c371eb0de83bd3a08e85a6f86075bf8fb9dbb42c600a3a802150c14ae6b95e4e
MD5 0759f406a7b10e357a2176db7a486b77
BLAKE2b-256 7fd104ef1973e4326b4e578f2f563b96007d44426e8a2874d8179ac8f80c4d3f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26904facc31b7476d3e2c598da393bf7c982cd36ee2abdd5fb635b33116b7cb8
MD5 8c2ddbf810d56a2c608e2ff5b468cc29
BLAKE2b-256 59de79460f8b0bfdc8b8ea3fc31ba42bbc841fb729495a2cdba88ac0423ae29a

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d3c84214bd068a50402d6747a3ca213f9dfe1c82e5cb8927b916f4680ac9ec6
MD5 aecfc64b93521b3f6a6c3734d2abbf65
BLAKE2b-256 bdc602942811cdfb921dc019faa5a6f1aff0a9905d95609878029affbf7bfae7

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e7abb687779022a8b5a5e60baa6439dca07043e2bd74721e6b77c347d498844
MD5 2a02342ffd7a86606073e7494ffc4579
BLAKE2b-256 537523085bc7353a85934d395b9b2c52d81efd2927518ed5626f201b33d4dfe3

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70351dd5a94dfc17a84797561f6ceadbe9b09cc19e8bfc12c4fec986446095f6
MD5 5315b0dca4a701752baed42adb2de024
BLAKE2b-256 e1dd36aab2be71d145262fd86e3151837844847d4aca2fe3bfc8675284d8dc15

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a755528b92a45674af6816c0991442d2312b213d7a82b75a1c67cba87b9ccec0
MD5 dee1568e0a98208cae7ee2d2448b95be
BLAKE2b-256 cca79d0e6757c176a7296ce592c39501e0744bf219cfbf4f377027dcac022536

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da6764c56e1fecec071fd59dc8ea9878e9aa7cc5fa1befc9e94d8dcdb7de7f60
MD5 cbb81384247fc748fb2f89c78be44a6a
BLAKE2b-256 0326516d5b18ee69a949d1fb9c8ecfdaf085c088a334afd37ecc0b4b32aae734

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fde53b99fc0f72b1d89734b3235b52369e08f66c8379963ccf1cb75ac63e5bfa
MD5 925e356340bb54039c3c2776ebfa03dd
BLAKE2b-256 b6c2c34bc1ce790887b3625abb5cca5bbc88378f469b9ae4716940b7051e1a2f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07ee1f3fc55d2a8b7f21c56366a3ee0d98c1eee5d5026ec1098058838a5643e6
MD5 29a8f8c4cd541b74f22ae6e08c81af53
BLAKE2b-256 33bd70202a5193de49e852d773c44d5110214c4436ddb79d2d2f4cfdbe5232b4

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7e39e3030a516346ab34985250b3f5b197dad79bb4eadbe5aadd9e94e5f85e5
MD5 2987196371d2bf3ad78d923ee9f081d2
BLAKE2b-256 3ee2174aea4cecbe0f8c97ccc59d46b7380e22598e2a4086b9ae66ea4f927026

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 972964fc46e9424857d57940a5796374cad8b97351b7384eb11b0bc8e6720f5c
MD5 9f5c39967c0a227ae17e1d30cf0c297a
BLAKE2b-256 68ad5776fc28ac706b8fb6fcc7bf66efa2510183876ecffeb30280b08e9edb22

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 546daa78da9f4a54bed94e4e417df364344702bfb847818b71c8407803b73c8e
MD5 7c5514978cc209e023853235d8c1b27f
BLAKE2b-256 2b28e4b43cfc2cac633e9ede45ebdd440c880334411f57764baad1ae3a633976

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b14832830b3bb67e9ce38b0806f352d34028cabebf72eab012dd80ce2ec3b455
MD5 9e1371729f2c15943232d810bfb05127
BLAKE2b-256 d7f35b124a96661bdc835a3cad201eed2f8cd559f86957f102612934e63b0cd7

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a3471d3043eb8f5f1b1ef5f3c37be0ccb037a78bccb2048f973c912050181d0
MD5 33c7dd5edb46bfd06d6ab0d7b8c573f2
BLAKE2b-256 33d3593e1b89b650bd37b697a70a2062bcede2a007951883f767898def024aed

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f971084242960b7f8217db7d4143be677e0466fd2e25dad0982183b2f8df40f8
MD5 69e4cc8c9b981e4011642600612e1377
BLAKE2b-256 84d4ccb490d97a260fc51a9cec72967354957c29c20a7cd2f9d060c85bbd90b5

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9fd30ecbcd06ad253459381b414b1deef180040a8300b043442f5af22cb41ae
MD5 c43ffe07c840397369cee2f76e9645b7
BLAKE2b-256 1ae0fd09d7caca2888c56f04721be32c1d49345aa631647c50b21883f19df1de

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98caa177e3fdbaa80cafd9db7cd6b7d3c6ebc000b33cded8f3f67d6622dccb00
MD5 52518632c29480d40bc5fe9123ed350e
BLAKE2b-256 41dece1363e53e8c6691a99dd19063179aa535fe73fef800547f3869534a3443

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c59e6a898efe10802a401008551895e68a87dd07f6ebd7c80b4a5834142362e1
MD5 7fb59a7210fa2f753f22a1d4359fce01
BLAKE2b-256 7dc8d6af81ce1cdf28015bd5ba3fb13ba566b95f4eef92f96989ca4c5ff40706

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 124.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1dbbbfb36015b2d043b7d2b51eb83e1cc71c61bd724ff8f999d00d0e1db302c4
MD5 86c40f1111418593c04eafdfdd5e983f
BLAKE2b-256 58221170141468eef896eed910a53143ea4da46c5d76db10141e01918632503c

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1ef7e087c86dc934887c56810e917912fc6a3c4f6fb670dfe8923bd363e9dcf
MD5 675b9ab2509bc06799d032f0c5e42ec0
BLAKE2b-256 760433fe0fa3ec746d3ffb30b235a73c9262fab3d496091d39a775f3724c8f01

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d1d1cbb9ce01f09a526bbb4fa2b23e611485cd3de5c58fcc20519084f3fb1078
MD5 df52131c2437fc0bf3859b32d4f77b9e
BLAKE2b-256 a5e554b893a40d3df42ea3438bce814d02232911c1fd9503f97b8ebe8d1a3e9e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6acb3641c4bf2f0f10107800c00e56df25591abce5cf885356f96fc67b2b2e82
MD5 f7cd9cdd854dcae2e4561161963af2a9
BLAKE2b-256 38864381bc4b1e4ed1d972e5e2d64c8b619e9abdd5d072a08dbe89d16bd4eecf

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 159e1f17635d8b3c2287cd210dc4a5101541765487c14fd96560da4690e8fceb
MD5 48e4e8881c8b58a7269188754dd7159a
BLAKE2b-256 b43def3a78b5950eff9a4292248c0cea1845053b3fb636cf652dc4437172b151

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a57b13075a09491209e8f62bb8cffabcb6db06795fed79b2d6c32c25aabdafd
MD5 0a40685e284bf0a744d34e13fea82368
BLAKE2b-256 7a53fe182bf343acc4e0dbdd515bb57b44764a691cb4514a26084a3f3f45d5e2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f51af7f2062699c7a3b6675b2b7849d6245a85e4bc77dc6c320fda5c987f14ae
MD5 86041a18065e23233b142192fb983ed8
BLAKE2b-256 c3f8283920678a8010b93361922f327789685abce810b3d1cb732f93dab4e3fa

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f2d511043f1612379524bcefad283a3618117d28e8f88db244800ac8e44f421
MD5 fab6f4c5ef85a5daf466ce9228827d2e
BLAKE2b-256 1312189eeed1521047afd3bb767db9bae9c10311d7e704d270eeb67fd3823688

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b6b8fd4d946ff7b5160b9bde3efcd0ee0e3fb0857e1ca8ef0d023921aeb9ce7
MD5 bb5bfdeb97fd071042a0bf20f7621dd8
BLAKE2b-256 aff603ddaf760128aa166db40db8c75a84f093d8b13d016f7845dc00a4feb9df

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26962a67b5e2c561c8f45ab8a6369873ca7da65e8939df504aff51ce57b4caff
MD5 390af223c37ba06270c3fd1c4d9f2c9d
BLAKE2b-256 0d85c1be2e4639f6d3d0a665a1a0bbab5228036174528cf8f36a114ce425bb0e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c6bf2cfdf98f2579c5658ec6628de218e6f29b8b4b04d7a49cfdab36f6bda179
MD5 4db1a9ad9f08abf798ee638651a309be
BLAKE2b-256 19172f98a60e392719070bfc1367cc16e61a3fe7660ae33ccac869148dca2044

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d277cf212001945c9196030b29dcfb58cd9e7ba5e339fc0df7cf127a1ff163ad
MD5 c2f4aeaec543f742aa9e407084fbbf85
BLAKE2b-256 83d7360f432654ea2eee6f464fe6a04d24ba02d0c68eb300cc5eaaafd6eda220

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 986fb0f4731e5bdff28509ae71852069daf69f97ad68d536d64c0583c8c17dab
MD5 6780e1c1961cb2a824ddf83ebc3fd057
BLAKE2b-256 2d54b8dcc1fac177e9498bb9822e2add71c9d18404cf7edaf9b2281f4414dc9e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 124.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 23efcc70727c4707a1cf5b75f61c60f40416ff217932fcc2f6552ca53b809320
MD5 a4c35ed307c8cb18e302c659cea272c6
BLAKE2b-256 83eceac9d30d5debc9ff37199bd404767a1fa09cc29e5e5e97537415065477b0

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1229f1b7fc2375f270d3d133741dd948832d5b7952839f382184f218a93981f8
MD5 f2358f67ee0e192f6fd3f8fd2889567b
BLAKE2b-256 22b3658f18ce76b87a811ee8dbfc1699547bf07101cfb9861ea65545fdd1ac0d

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b5f49fdd078f3bd83028444149ace390216f2f50df6c84b7a3fdc03c14df20d
MD5 1082aea0a77afb1dfc28f56e42a6c88c
BLAKE2b-256 bb2e2fe69d5e99ef5f5e21a845a18bf799d1add2c1aa0c60a712e76a24f152b0

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2640f9bde1ea46cd37183b20b738161d9b062466203f9985ac891ce51f0d12c
MD5 96536f35ef119e899bc5b0f4859fe27e
BLAKE2b-256 cd4ffc2997b42b799a13d4c6f339eecd8fa766661974e9878d9745388a8f3daf

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8794a32c2d2251dcb090357071fe3f8e1ca06a5b69842480af97fd0fa08a5d1f
MD5 101601e9264daf2d2a5319f6cea1fa9a
BLAKE2b-256 1076f5751f8ce6d41047f9ca2e94d06d4cb86fed46e9a132433e9182c8a8d235

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4901f68f4e6ff23902d1efe93a9c17677282344c175d8a2ee651a88cd62d5109
MD5 7526546c542942d5d081a9f6ea1ef6cb
BLAKE2b-256 acabe30f3d766a5399a9a3d0305e06754853fc604711770a986f07db0f37d40e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf8a91506a684d4cb68e677fb893cb450912880dc33d17a1889beaae10334a19
MD5 053d8acd72d0b22cb5867c4eb23b96f0
BLAKE2b-256 093fedabb2f1e77e2c5f768943c244fc084b52eb4ada5223a2944e5f4f0ed962

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d8cc712e6b2b1a495040a6a2062a5c2eb70bf9e6a0170159d8aaf22fe2b4ca3
MD5 a6970f03a0d795e7b2d88ff2b85342ae
BLAKE2b-256 696c09fa416422a560620e4f9f49fb638e27f75dbad8c50909b0d9d192c9f601

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1694a8103ab8b8dbea7009768833621b1c63c415242e2224b63e2f0d93f3d7eb
MD5 1e9a9ce1cbe8ce1c67f493631780d35d
BLAKE2b-256 3972eb4502950157c0283f98f46528d0702a19bad7a5da8c8b0b0a791e597058

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9185c49d286a5da02f5ec8302eee7884811eaaa2268c988fcc41862251b0a2cf
MD5 f0a1ad264e96f6544872f12a0c077953
BLAKE2b-256 263c54e0dcf412fd2bbc22d2b02c93a025d88c111fcb7d70366c742850310052

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a1fb2cffb373f5e1911a81645f05f6a211d112eda0da77c60ed83add782a3f9c
MD5 acbf80900ff49b5dee49a3bb616b45b3
BLAKE2b-256 c52c5794b80645dc179b2d39c1118802bb38d0802c698ec0d7a9c69316fe1c3d

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97152fc650fdddcb41ed389d2ccb052f45882bf8a87aea6a44042907a759d964
MD5 11d7d1362959895a19864116f94dd9b4
BLAKE2b-256 3c0b197adbdaef782e159486618158bab157d1303da69e0c8b0f7af1aad5e094

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b61189eb62d8a9ad8cd2d2b28b667546b2d4d57f83df614e4b83f5ca00ebacbc
MD5 3c7cbc3ffd998a31036be2ba5a578133
BLAKE2b-256 432ada468c34ef3fc12e90b53341846594066f3098e43e830b9f6df270380dea

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 124.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d288385032f96ea5d3c2595432826d927c9beb3a088a79d02f5f0a3fcc0ce48e
MD5 2e3de5abfa235b5ea229314c7230711a
BLAKE2b-256 0030836089d8dad1bdd38e25722398eee9ad1ecbc38c7a0fb07e8b3b4fd12906

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76a6f5252dbc9e8d18c24f938c7081bd18222e4d2a0df785a9d3b14a64333ce0
MD5 0651cf3c43adfed4c6889eda6546d3bb
BLAKE2b-256 5d6ebbb65e85559a3c55784ab5f77c5bf61a479977b3c939c7c4410f75bbd0ee

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 73752e25db30c8a1fc32bdbe5cda8177ee76fd3ff1d1df76ed90d8bf92a79855
MD5 d8177b7355f7775fa0f0dd56dd3149ff
BLAKE2b-256 f21a3bdecd54882a052f56926187a2dd718283864c133d43008c3b9cc8c50609

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 311ff451316ba8817a709e022c14335d16bb7a6ade2ea6c323c28e18d28df4e7
MD5 5a2c774e5cc8f2d7259c759648a63d82
BLAKE2b-256 fe96578e21ada220cb4098c900c5a897ba13b03e78a6d72b81d023d2f9a64c17

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 223b7e3f03762ba027425cb3cb7a9d4b0113760a3a7b17082c8e02c9298f6e4f
MD5 21524495d33cee81bddf5cbcc5383fab
BLAKE2b-256 3fc5107862b6692fc5cf28a4c256af705390ad5f78492a395a6a78288af66ae4

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c42c3bbb0c02f31988c07d37a7126b15dbc3f04aeb48e5f709b6afe5bed5f6d6
MD5 124db463d471506ade2125c5af3eba03
BLAKE2b-256 80da7bf624f2957dfea9443ecd78257002e8c2f6f4115d86cb372483fd79f2bb

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a0b020333326197d504ad3786c2461bac3e4b81d22b6b6b70307acd55c15d5f
MD5 6eac75556b6bcdbffb940ff682203722
BLAKE2b-256 afd93fa57babda1f49feaf3afe6e0d349cd5ee746136de6fe630fbd5b3341575

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee37a8d19b33f09801ebb6143321d21d5c9a94dc0202121beb9c5ca22dfbcfac
MD5 4f49c4be481714c6310299a545bf2037
BLAKE2b-256 292a84886fcb0739182fd0e8e05c6078d0de4c7b8e44134575f25611874d2880

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 699184bf50c630efc3193bba2eb6c3e8b472aa5d21c7d14c6d814663bf843719
MD5 8ca43f89c04d31a10f3d7648c1a8d76b
BLAKE2b-256 7c37a3479ccbbb3f08dc9e2181e45572e18cd512cb9a9b53580587a0d39e8a7c

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d6f8ea4062e8dd2f28749750be5f1430225a96af540f8a544928900baff7a26
MD5 8476414fbaed40779d277e442d630302
BLAKE2b-256 5b90812d17fe4c4a40c00ccc7cabb516a03ff187af0d477ece8da0f0f71702dc

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 126ae50884d2f08267b5e977e5c1060805c443aa647175c92e4e806af6268616
MD5 70241eeb8ceff0235163673bb21b01cc
BLAKE2b-256 4cf2fa56de3dd0bb77337c5707ad0271513654210ea669736ddaad6db3201b7e

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e046afb2490ab416a9b62d87833efa6eb23afbaf8563d2ebfec0e0dff8dca66a
MD5 f5214ebd543b1de24cb33e2b80d22531
BLAKE2b-256 7e3aeed97da706c14eff722521da1ab85f45ae98e8625e6754e8cc7571ce7d14

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e6589c653a2c6c3f870420bc8fe85c5f85dd9d8b16d78c2fac1a1050809d00af
MD5 bf5a0f877d446d2dd0b0a54b90a37f9c
BLAKE2b-256 a2732b14e60706d27af0f7c0230b238f87b1bb3b79d65896ba383fc0bfdec085

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 124.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 60a58e6625238a3ece85bc339962688d90444b8842dd7b08a79b23619a14fc6c
MD5 774f753c7f07c4f03ab3183d291a8a4b
BLAKE2b-256 44fbbdb28069938331a2bdd4790bcee1d2fb87013fdd45453ee1ba770845bb38

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaa308b5c19ba3ebf3022bf17dadc7eca24af75d12e35b64a0663cd376103571
MD5 e320c3742d64927b67d5222e79d7463a
BLAKE2b-256 d7f26fa06523958e49862fda2a6416194be6e1a416ca79be5a7e0cc1956fa06d

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ace35f96f7ce35e8b76c961f2ad17b2e150f9961c96e88c80c42026ac8edf75
MD5 cc70e8aaeeeffe742261559ab23ea69f
BLAKE2b-256 98dd1fba76e1a80c3dd5fb5e74f2a78f5a0876bad9b16cb5c84f292ad3a74fbd

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 67765e3df8447ae36eb88d42d7957ebfbbb2feef34e7017da4330c012469a553
MD5 dfbd180c3b21b0e963ec4da371993cdc
BLAKE2b-256 bb20b2295d7441d2ee0e1e4e5583b938bb8daf5a4981af20d2494e2310fad4ad

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 072cd5c60af7444ea8a4746dcb1d0d9195ecf7db3075dd035ee4cca444a8d150
MD5 eb51c80e52fdd1610339ac547ad5be0f
BLAKE2b-256 913217ab64719338686b7f4d15e571156984ff4bd25a820fd088c11e7a1ef9f2

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa1abe74080eff98575e6f9f8b1f106c6a37c36e400b56db5b76cd174aaa832f
MD5 8a2019cd061b328cabb25e8c5f512549
BLAKE2b-256 eb5f84f07893dae5c13b40ccb44b83fb6698807bf6eaa1c325b2bea3004d0858

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c7db6d2a048a00a56bad4c5375a00cbbd2f84545c4d5403ab1b9e215508b2e2b
MD5 b22610f2a6c700f2f8405919ee303615
BLAKE2b-256 ace7353f9eb98c889e2b94daf30702dfab01bb0bdcf38924932b02edb4a2c732

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5749a521879772cf7fb3121d3aed0da9b673e193e4a60a3c108bcbe3b3ff46f
MD5 db43c678bcf1bb6638ed475261fb93d9
BLAKE2b-256 af7dee0ba8d4b8f9d106f98d307b312e45f72e278379c3f3d2be967390df01ed

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b374bf0240622e93261052516d77730917b7b57888e42e7a81035c6bc335c4ab
MD5 6123c27c17844146f11b7697e1879e9b
BLAKE2b-256 2784beaadce79f4009317a581c2f7eb89e7fd5a783e6c97360da8acc9de640df

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52ba0202fa54a099de6b0ad3000bff97ee81ea11342ad72c5aa61abb846f0bd8
MD5 a7d7d0602104195e745b896f7211c33e
BLAKE2b-256 566898b08f0354cb71308d1a2d71f5acaaaeead88e7dd9e69e8012f8ffa3c37a

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13400c58bc2f25c0149efcf42e1129592d8c59cb94c438a9e5b720268230d82c
MD5 d335169d7db8754e16310ad767010804
BLAKE2b-256 0e388a8c2b786b883fb538b368526ba61c327f224193bd24d8020553eb81e2dc

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 130.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 101d58cbe698c736446eb6a0a0a82e3ebfd28d574f7b6ba1c40a356e500e4184
MD5 99d9fb75f0e482df60c4d61d2d3d8fac
BLAKE2b-256 2fa063ee03ecb30bc6ecf7245ecd6fda3b12020fd08db0eca17212fe3a5cc677

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 124.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 33a9b888160d06d07e4352945c6581d463300c118cffb73cd781ef261a417ede
MD5 eecd5c8461b744b62816ea717e69f723
BLAKE2b-256 27f71d6ae286a484a61018859ef79dc328a6d1bbe4a4291fe32db24950ff24c7

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48c24909f76d5e0424fa251b5413d6eb4bb2825efbdf935b32e518433f0f0b20
MD5 4261d79bf131f3a4d4978aa95177dd5e
BLAKE2b-256 830c323bc2a6de08132e64ea0c9e6cdc84a361b474ddae2ba27d19f82e50f4e1

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ea66e12ee265e21f3bb9303431119820d94d49fbaed857c1469c9e520c56a96
MD5 1e1b7fc2f1e28965d671c6b3e216e506
BLAKE2b-256 81f0d8be4c60617786a2198ea240beb7b3f07f78becbac5762617c700b6c3245

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7a35eb0fdfd59dbb4b652769a0503cd0aee31f381d6b53ea86b7482543469d39
MD5 da689dfc700cde09614530855fa4973f
BLAKE2b-256 ea7c0776aa74ef47680f1fa02e79377507c669d23ca26e72d40d61337c63eb75

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b58b15ea394726aa921578617bfc935d03173f7da3c0ece6eb7f55e8af620440
MD5 d9714f3ad5f3c28df3530433f6eb55bc
BLAKE2b-256 ea76c2e67797cabe789f89939cb00015a02006b58f9c196f7c4881821a262796

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f241d7772738785bc24a9ff7121b4bc6437e40bae789a2ca2d2ceb1c8f6647b4
MD5 e0b08c7a17b6dc88938e2dc07c0ec4e4
BLAKE2b-256 78c527156733a0dbbe37917d9f5bf952550d3377bc4640fc3f9e9697fb41dc85

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8342573071d8a5b75521d39c6f38b76e1fe4bd09720ad5a663d1c7cfa5cd9f9
MD5 f2bc84b6b6186dfd053c77a156fa38ad
BLAKE2b-256 eddb8f05e4b8759df58345975c0afceff6c2347e47c225432ccc73542ef1b6f9

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6c62cb91665e838dd1e05c7a5dc5eaad4381c313457b2ed8b2cc58f54320344
MD5 547dd9d45d9f4912ae3b605ea3894a40
BLAKE2b-256 de5b120070d1a6832b961583a8be1acc6dc730fa44589b3166866fcf3e0bcaaa

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a8a5a38ae904f7bc785eac6799f28d6db983572a8f6c4520c47e63f6e67be3f
MD5 f14628ad8684a44b934080e0710f0c48
BLAKE2b-256 55cf05d029810d58fec403c4d8351a6467bcdb7df17b6e9551abfd5f0b02eca3

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bce06e4cfcc71c10abccd284fa2825d021c566f720fce1fcbd1eb82037122181
MD5 07bf48e9486afff97786a68b72ded8e8
BLAKE2b-256 c0492f124440517c3c58c3736e66bfff71d07bd2fa7e414555b13f0791428188

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 24449bfc545ebf2ea96698ee53b726420d9c3fbd67760ff62c0789b69d3b3400
MD5 f997c8aa43156afec718c5ced89b1de3
BLAKE2b-256 c8468d19b895084144fa65a6e2ba5e74f619294ffd974d23562f327bda2badbc

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 130.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d7a4645e3cf0fd8c4a62b78e7b63754e125c09c898d11e55c42ac596d82862ee
MD5 79265928c2e2d4bc37ffe5c0cdca4f75
BLAKE2b-256 f92c7aa7c867cd4b28569f269aac786c5ee240d27eb5483a8137313d18342553

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: nooverlap-0.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 124.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0c92c6e70fda26b2d25f7efa367e86f2aa13880b10dd268f3c2f50946e3493a3
MD5 5a31b75cefb8025928082418e2c3461a
BLAKE2b-256 2d21fa3dddc497c3ca223c57b285d2ee9c9c1b977525881b0a1ba34abeccc3a1

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9a1eb5fad3641f3180344a17b2da53c6ce90c68b14f66d49e218f4843302086
MD5 04a3b4bd01bdc5b4b16b1c03cbb71bc9
BLAKE2b-256 c5f8815a03ba414ea904f9bb3dfecd20c704e31b3327fd3dba916f6f900791b7

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a539a155df4814407d2814a36209693479708a145e27b8103e8a6a3059308840
MD5 8a747848f66bf78eba83797406cd7c33
BLAKE2b-256 0649dff47a53d2633ddf2ec191e116f57cb45f0b386e66776a639c13ad3867ba

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 29a705f134affbb418c51e2247690ab8775a57ad3fa482f8537a01bca974d09a
MD5 2a6808c9c0503c1c0cb403db444c0f43
BLAKE2b-256 d496a7e2521b5687eef03f2c3e72ac99ef1254f4aac5897697629491dbef8733

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31949fb7258655f0d405c539d648f8fd325213dd9eb5a7b98bf87cffb9197c49
MD5 15f453fdafd93d6fc25f14f5df9ad076
BLAKE2b-256 eaab62423885a4ca23203dab6234bef4a96ec005f2a988c50c79b66dfbfc6f86

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03593c5e07639b864584e562de6688def6737bf8b5cfb07e1e07f78109617c29
MD5 8a88e46d6f466245e76b82868da40126
BLAKE2b-256 baad721d1f4002f5bc72ec8e16c4479d2d22fcb86b6477ebc2788713c059f107

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e12adc8cae9c4aedd1b12a4ba50df78d3cd7871993cfbe1eb09cb9abf37cd06
MD5 cb2e26defe099ca4e4e2dc073881a258
BLAKE2b-256 fa11395d9db5301cabacfe64a099ed62fa0c5a15d4e057879bb81b779b1f820f

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e588530c2a8360c292fb51ac5f881dc2f0513f65490a820f1489af7d8c2e7f7e
MD5 07a3c34dd5517e79b2022f6ee19af3fb
BLAKE2b-256 310d6b5c6d86fee9b6e7223691b555a7d5dd8933f3fb00b9379c8589702fd029

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1796b6fd1e478e05977586139342e3ebbf9e80f4e1ffbbaf9c4b1d4d6799d817
MD5 941005e39ce1fabec87f97da6e639397
BLAKE2b-256 ce04d6d66821c92b159f9d7a98a561561a73614e976d904f52931f07c4eb77d9

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb56cba7a9b0d1aa11f742ecc1f119b5b70e4f6de8d6586f84851bcd7d583266
MD5 ed7174c56201d5cdae1d74a8b6793a5f
BLAKE2b-256 33e946d64f16c7d5c0497890829bac76abf2f4df88a07764dbe1c636cdef7621

See more details on using hashes here.

File details

Details for the file nooverlap-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for nooverlap-0.2.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f2626287a94792110aa6fa7b17dfec38a9892115be04666876391d814323739
MD5 d382509147da0067aff5d7998c53bc5e
BLAKE2b-256 1c0ff2c5a28e7742cf7b5895e9f809d058aed1b2765785905096a493791cda53

See more details on using hashes here.

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