Skip to main content

No project description provided

Project description

TinyTiny 3D Engine

A minimalistic 2D/3D engine implemented in Rust and bound to Python, designed to render 3D objects using ASCII art.

Features

  • Rendering Primitives: Supports points, lines, and triangles in both 2D and 3D contexts.
  • ASCII Output: Renders 3D scenes in a charming ASCII art style.
  • Color Shading Support: Renders with RGB colors and shading levels.
  • Materials: Supports 14 materials, including:
    • Texture Mapping: Supports textures up to 256x256 pixels.
    • Double Raster: Allows the use of 2 colors per ASCII character (background and foreground).
    • Perlin Noise: Basic Perlin noise mapped texture.

Setting Up the Development Version

To set up a development version of this engine:

  1. Clone this repository:

    git clone <repo_url>
    
  2. If you have Poetry, run:

    poetry install --with dev --no-root
    

    This will set up the dependencies.

  3. If you don't have Poetry, follow these steps:

    python -m venv .venv
    source .venv/bin/activate
    python -m pip install poetry
    # Now you have Poetry in the virtual environment
    poetry install
    
  4. Compile the Rust version locally:

    maturin develop
    
  5. Run the Rust unit tests:

    cargo test
    
  6. Run the Python unit tests:

    poetry run pytest
    
  7. Check the demo:

    poetry run python demos/3d/some_models.py
    

Tips for Python Path in VSCode

Due to the mix of Python and Rust in this project, the Python code is located in the python folder. More information can be found here.

In launch.json for VSCode:

"env": {"PYTHONPATH": "${workspaceFolder}/python"}

In settings.json:

{
    "python.analysis.extraPaths": [
        "python"
    ]
}

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

tt3de-0.1.0.tar.gz (475.3 kB view details)

Uploaded Source

Built Distributions

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

tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (557.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (576.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (654.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (576.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (459.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (398.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (402.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (558.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (577.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (654.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (577.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (460.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (432.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (399.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (403.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (558.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (576.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (654.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (577.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (460.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (432.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (399.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (560.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl (579.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl (656.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (580.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (463.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (435.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (393.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (401.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp312-none-win_amd64.whl (239.7 kB view details)

Uploaded CPython 3.12Windows x86-64

tt3de-0.1.0-cp312-none-win32.whl (224.2 kB view details)

Uploaded CPython 3.12Windows x86

tt3de-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (558.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (576.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

tt3de-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (652.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (576.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (446.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (428.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (389.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (397.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (401.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

tt3de-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (337.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tt3de-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (342.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

tt3de-0.1.0-cp311-none-win_amd64.whl (238.0 kB view details)

Uploaded CPython 3.11Windows x86-64

tt3de-0.1.0-cp311-none-win32.whl (223.9 kB view details)

Uploaded CPython 3.11Windows x86

tt3de-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (557.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (574.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

tt3de-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (652.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (576.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (454.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (428.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (397.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (401.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

tt3de-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (336.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tt3de-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (341.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

tt3de-0.1.0-cp310-none-win_amd64.whl (238.0 kB view details)

Uploaded CPython 3.10Windows x86-64

tt3de-0.1.0-cp310-none-win32.whl (224.2 kB view details)

Uploaded CPython 3.10Windows x86

tt3de-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (556.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (574.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

tt3de-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (652.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (576.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (454.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (428.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (389.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (397.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (401.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

tt3de-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (336.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tt3de-0.1.0-cp39-none-win_amd64.whl (238.5 kB view details)

Uploaded CPython 3.9Windows x86-64

tt3de-0.1.0-cp39-none-win32.whl (224.7 kB view details)

Uploaded CPython 3.9Windows x86

tt3de-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (557.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (576.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

tt3de-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (653.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (577.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (455.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (397.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (403.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

tt3de-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (336.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

tt3de-0.1.0-cp38-none-win_amd64.whl (237.0 kB view details)

Uploaded CPython 3.8Windows x86-64

tt3de-0.1.0-cp38-none-win32.whl (223.4 kB view details)

Uploaded CPython 3.8Windows x86

tt3de-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (557.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (575.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

tt3de-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (651.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (576.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (456.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (428.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (396.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (402.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

tt3de-0.1.0-cp37-none-win_amd64.whl (237.4 kB view details)

Uploaded CPython 3.7Windows x86-64

tt3de-0.1.0-cp37-none-win32.whl (222.7 kB view details)

Uploaded CPython 3.7Windows x86

tt3de-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl (557.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

tt3de-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl (575.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

tt3de-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl (653.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

tt3de-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl (576.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

tt3de-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

tt3de-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (455.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

tt3de-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (429.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

tt3de-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (390.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

tt3de-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (396.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

tt3de-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (402.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

File details

Details for the file tt3de-0.1.0.tar.gz.

File metadata

  • Download URL: tt3de-0.1.0.tar.gz
  • Upload date:
  • Size: 475.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f2ae4b31186c60c1fc0b51fb693df3bae4ddda0d94c2ad28108f47baff07e78e
MD5 440d2dc0e74af5f841ece6ceb5fb2b15
BLAKE2b-256 1ab8ea4012f229367b3fa72e091a04bde42cb5890cde6a7544c565547887c85e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac0b13c531d6d58dad956e9505db5b538ad51c0af8847d72fced017755b34d98
MD5 bb0d7058df3c7da2a81ab31ac9478872
BLAKE2b-256 bfd7263dad50fb09a57236f5954ea739f8bf0b9352ac045223f6f278ae2eaff1

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa7d50c1d9eabb9316fa6962289e5fef9778aaa435952f9cb65c36f399b74e0f
MD5 1ef62f265c94e282aced48827ed7b29e
BLAKE2b-256 fe5a4cf14ae68e8c207dfa9c80859b1552daa9610a9ddaa2f7f1f74eff62b20a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d76de6cc7901aaae71ee5af65b578c4e59fb36d4d19b3d676cbec0b6f6d5e80
MD5 4571c929c8cbb5e1f3b47f528f280f60
BLAKE2b-256 2d1327e8ebae13ee2a908b1d2bc05c87e068a4d0a4a4f1647651c5f081bdaca1

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 199261b4c902faa74cbbdba475fa5d2d5e24f2aecb60aba094562102921efddf
MD5 f61f92a38e22e03f4eb6f476fe6fa697
BLAKE2b-256 ca16d4ee71b73be7009ea18354ad0009e87a0b1bdf420ed9d833fa0b0e2d77aa

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b48684312aa76fda27c5914d6fcf5ecdd3f7e17c0cee12d65210293edca807b
MD5 f14840aa0eb2dc30023d71235e989a04
BLAKE2b-256 1c0a88a9f29115c961b0a604b367c29b0725d06a6e7d5d45c09ac4b35fbd136c

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d27decc630ff802ce00fb018d683bbc3c9a12d89a0853aaa4520fec70877fa6f
MD5 96b982774a1e172c98ca2a3deb096068
BLAKE2b-256 9b502098d7e0181298bef54b8ff4245ad72e287567d0cbf34f541846e93a847c

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13894cad6d940f25d433d5c3da7672eb08d5bf7351b3661775927cfc4abc26e4
MD5 5cd7f088b742218fb1e6d1e21a887288
BLAKE2b-256 32924de76cb1bafc3afe15146197380eb1bc825fedbee2b3a981ab69c402672e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 885409f7fa749e990ff6fb0b1c0d32e13f6f827a70e5eb2344bae7c9ef63a10b
MD5 874de713403d42cd13eb9c5930d87b01
BLAKE2b-256 6ea9f9cfc8725bac7e36deb8273b5ed733a1cfa4a5e2f78e335d58f7c29378f5

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb6a624a8611d1e03a15424f0e5c534d634885885d6fa8778470543e6087e0ad
MD5 19251f67ad6ceedf3192665bcb7d17a7
BLAKE2b-256 2e573a9670074e6d43d27e6d4eb7e3576286bce5adeaa620946abac09b9d591a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97b903485976d0a078363d353aa650da88aa14297b91b8643789280c97985192
MD5 96c625452354a636b5b04f1354f2f105
BLAKE2b-256 9d290cf0a6725398a389a56a6d96854a882947e4aadf216e24b515d505ab9674

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ff31719f759d92ed994fa8a651a1f069410cdeafabbee8aef16f6b038d67888
MD5 61b708dffa7f48603d583687f2537ce9
BLAKE2b-256 2a0bc365276ee999a54b6e557255685324da8fdc2fed2b39477b231bc7f442ab

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51d3c756269352633ced5834a349299afe213e57b4ed145c4b8020990a2dd200
MD5 0448698062328f6b459ffdd805e255ab
BLAKE2b-256 3d8e3370470ebac84f5b5125b57ee86b79abf0232d88e37e71c8448a305467f9

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d61d363f7c207963da4ea0c16e483b31af155447a6ebdef588806dd978f94723
MD5 52d138ae26cfc9bff7359d425646889e
BLAKE2b-256 82ee63b687d7832f3781a086db0f686891a81e067f0db2ea1f349d72e834aa89

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c22f700af315333d16f80cf6c7cf8f151e49dd4e7b1d14dbf57cd7a30dc62c5
MD5 438cad54177d476b1ee4947539eff99e
BLAKE2b-256 c8cda20879ee55600e7744c92a42fb8df69ac09fe4fa20168931e50b22e6da29

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74c298d80c1a0ee6fc8a4ac0b196aa9c9acf1f46113391f9c12978b696a3f474
MD5 c88c8e17a10b2ea5c3d64827a676ed7e
BLAKE2b-256 b15e1e8e9ca53eca8619e312ba79ec23e08637a5b666a16bbb2b5e5dd6f1ee86

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79977c59f43d3dac71ec8cd3cd293ca5894d386ece268804b0a294693f75cfc0
MD5 5140e6943206f5627c44f61013aa865b
BLAKE2b-256 a8b0dd285d32bc2ae7a64c3e3120c470b7dd9b0d1cd81b85476e10eca60b33ed

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9442dfa714f90ea415ffa9ad97af61cbba19f001099d3002e04f59d8bcb4a282
MD5 80479449e49d8516030b149a719e63ec
BLAKE2b-256 2c8d0e4d44139e60f82c781611e3f9f2719c9fd46a2eb193ecefd2e83f4dff9b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 504aa329a6cdd71abc9462a8a0d8774b5dd6c78cfb9ffc0575bb1365b1e48a31
MD5 697fd8425a3a53829fa10fa4ae81c04e
BLAKE2b-256 eb66b33b61c31781f5e56513fe583778c5ed7713bd80a55658e6ad26a537fa30

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7afe097574f22cf89f625583afe88e198619c3517e1c101a33f2dbece7aa8502
MD5 f634668798f0fd3791ecafd7ae5cd651
BLAKE2b-256 2dab47f28f08c9b5e549a44ecec22c07567f236cf2f589aec22244695ba5354b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3bba16ac96fd8a67dbe4130c70819b8a537d1a67819f8b5f9762a88cb6ffb374
MD5 213a9d930de39ce37d258590d2009558
BLAKE2b-256 591186aac4c13e805d72670c3a4154ef19d796ff247e79edbd0a2df979d27b48

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1c72d2859ec2072c8f4c11709b53a3ced11c7015f5a45dbf91e91373282a1a6
MD5 bf04e85539dff954358401d64bd52748
BLAKE2b-256 6c81f7b9ab078cf1a6e3e4052215463a029da025ee655b9f18f077b436d2cc2d

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 17dd0e52eae253bfa37cfbde25eaa9c70248e1d1037371170ac6e895c63aa68a
MD5 dc1e3e053cc193aae6a24a6e71a74f47
BLAKE2b-256 8158d7bf7226ce25298365f6d481cd7a7829f48265b4aa57218fece3e53a3e80

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ec7da167a34737385f7acbc4734d8ce989a7ade506ad022dd56f34d57a3851f
MD5 843b62cad7e62a8ab1ec2b31a890180a
BLAKE2b-256 646e8daf87389176a0b0155665a86e42e266ab747ff99a13530a17ab8f33869a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ce0989eeb663557237f8bf350ba352b74405f0bc2c3ece201071edfb1fd23a6
MD5 e0f3b8eda8d918fad511b7be069a234d
BLAKE2b-256 a1add5c9780fe7e2f27545710b44eec2a066c1d3e7b0ebecb51a668d8fede240

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aa0355f0b31dfd8fda5b1d7e95e9911ad8ee36bf6cbd1e16cedd921a873ec927
MD5 ce33c35b62a1f88043d101b3dba4b2a0
BLAKE2b-256 8cdbca35fe156a09317dbe9300001794024087af7cd50df76c0a8be47a26d180

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b3c33fb651ad6c0de947b7e8f9ffb07ee9783acb3238520e00aacad7461952b1
MD5 e41b12ff52f35875025cb4b4e16e795b
BLAKE2b-256 a35f299afd7ad162d1a62fbc8a05e149252db30c3dc19ec104725e30bd0afc3b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4b36205019e918ae20e89719922ee406817229faf2ee6f69dd7451a9cdb1b121
MD5 ed6579f3ba6ef89cd2c80b70d54b7b2a
BLAKE2b-256 a26ace1a7ff4c7183067887bdc6db8bce608e0311bc9c01d22008aaefd2522fd

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fddfa45c97f1ec0e2bfb2416d5c1f62f28861c93f53d2b15636a8e20701ed654
MD5 f01dd32cafb1ade375e2c8fc8654d0b9
BLAKE2b-256 5e659b04e15cfe948a7fb9fd9c36d24d5a293ddb0c3d3fec07291bc5f74385df

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe07656cd0ce58d0e8e0d259112c9082963b61bdd689ce6a729a646756812dfa
MD5 aefbbf132d927d8351497764dc64b374
BLAKE2b-256 f116d8b315dc270927fe3442d24803c52a633d07b5fe68f672d917449570538d

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91925700f1af86f6b527795b0d756ea45d595dc6f5f7b14da111262886afcc3b
MD5 d30a514ce50958808da846feda56e6e9
BLAKE2b-256 5b0e3d57cf0f97afc1f75ef7ec22d47d2f5bf6732f52469eefde241540598151

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2630bd6e15bd536ff60ab57e24e4d7dbdc05edcaa8d0f3a7ed28182445d041fd
MD5 bbf64703c3e4a35ac236c7fe1fbc76c4
BLAKE2b-256 723fa1e90f22d24f059d507e262f8c6315ef861fb94df9da7af4602ef717b90a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3446db796fb5f1ca4ab7433e0349274ccc2abefa74af15d9241f51a7c1988f00
MD5 6a61c8154ea429d6c870320b74774300
BLAKE2b-256 ab9aa122d28354cc579fdb6a157a38d856583bd7da7202292ef4878135aad319

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1aab3ce2c7856305dfc854a0da7599d8d42ce99aa83245711407cffb4305ea5
MD5 b476b67befbcd72cff4e9b82e5835848
BLAKE2b-256 1e05a5b3a9c801a6ccc39e79568b19e373ec47731d3f74960340465ea9e37a5f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b933bfe0d030df550cddf140cc5fb3f8076beff2d40934d15b87112d182f2dd8
MD5 26ec7e6a391ee38d593258d27cf262f4
BLAKE2b-256 a1e4a38d057e28e10164d7d2a6580d2c2290e8242c2ed85e3a609ed598820c03

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc291c67309444da12d7c1b63150fb0da2b05fc08009d01edff303db4a6a558b
MD5 9cd7503632f40c78e090f0651d70df66
BLAKE2b-256 6777523de303555f2a7db0079516340618d7287900fe0edb6663cfa1d03be7fb

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c9c05beee650ec9df3fa56792d44b5e9b8575ddcfe2292b6f6caa738b117d7d
MD5 1c4c6ccb50d0112b46df7b9edd51428d
BLAKE2b-256 c23ec374b46cb0bb1309a3080cfc8dfcc7b4623d79398805f8eb6c6b578d6b29

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 239.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a06ef72a3521f8366a05db1a72d2a8720eda5d0f6888e22c739223fd20e08c04
MD5 1c3c5557276b8c622c393af0d250a3a7
BLAKE2b-256 f3b6d3d534395d1adb7403355fa817cb9491792d3c17a0d2524ff5b5f712b677

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp312-none-win32.whl
  • Upload date:
  • Size: 224.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7bfec99309cb8d0b9408e47da94e6fc95bf111d7fccaccdeeb904256ab6d9d63
MD5 1e38664c94bba86f82d1aea26e7a99b9
BLAKE2b-256 bcfd2d24de2c2080534b1e8371e4010a935b6ea477a2d3dc937b288a890e8cf6

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06d4eb98b0625a135ed61ff4e0e0941cbace92746d1b36a3bc7f32c02a6b66fa
MD5 4ddc50020ec0a20c764e9c9eaab90b32
BLAKE2b-256 ab543c7b542bf142c648ea2f1e7795b87f05a0984c28914d177d176a2332cf3b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 411447e3052007563e8fe2074ef13888ad4f9c4c522994491f5a9c04631b8c38
MD5 9615b4afb3b0ed512e0c109b36487dd7
BLAKE2b-256 8ba83897f877abe6fda6029f8f00097cac8f210459f2de72cae81cd4ed7c47b4

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c60f12a5a5098e9d21ddfb22024f4b1a916f6a8d57f63eded15b4cb205ce697c
MD5 b1334f2f2eac841af03dbcff687bcc9c
BLAKE2b-256 4c02687a0337df72ff99f4bae5b7e5e248976c2478dedde47eea4fa803eb2e0f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b120204eeabd4e26a3164fe9cac56a68e75c7d426385dfb7972b11ec366d2b6
MD5 baa8030071f742355871b6cddc288db4
BLAKE2b-256 8a8a285675cec9cbc2f701f1b2e8c199f772b432ac48820aa64ca81c81b2a4cc

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24fa0aa0a43ba3b8b95fe3466bd0f2abb334e2a1933dce3e48b90d05a3a6b5bc
MD5 6c39a8ac71e6b5c210164ab665ac4c9d
BLAKE2b-256 37e90e4e380397bcf19f8089bc94af981132d5920b5d7a598d18e56235766a20

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69296d4f1ece83419b7be0d91f0f2092d2617529802c1f67de12d7d5c12e71c6
MD5 8f714dd55a5af1f9e15f7063f1c2af54
BLAKE2b-256 491eb3feb706ae033a3602e37dbbe3d80c2e8fe7fc410343b5757d213ecd2456

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06e3f4dcad5244e91d30e3af6fa1867a96993da46bc681b4754d4aef33eecb76
MD5 1a8fae94dcd95e37c6bd05b16e2c735d
BLAKE2b-256 06a50cbd3805b8e0893c6ce1b3a9cadc6d6ac21b06095cbc1d40de2fc81e7343

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d55e323759bb314edd9c6db7a041d929c98bada22d5eada667dc5abfac545b8d
MD5 ce07e0a88127c787b786745c6c8f7ae8
BLAKE2b-256 bdda61cc847bdad8fd6cc45ffbe41fe962214967bdcc86336427e06d1f21abee

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e150928224fe2b8588acd63749155db6d642081c9f518087c72cce7743feae3
MD5 7467d3c0155cd24d98c3bd1bcd9d7ae5
BLAKE2b-256 2acf6c2a76c54fe1629e78c8eeb311ec9f3a41b2b83696c4087bd6092b2b258f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1cc92007d89302be9955e66d76c878e7357b086e724ee676c5d0de8722f51a89
MD5 d5b71ed54cab04d1d1a080f7f9de6a41
BLAKE2b-256 8e994a77f31aef4c3b4f5b49b25a840ae261844702485fe8b213091c1db735dd

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cdc354a229cd04ec400f28380e7c2fdd675a848792b0b279ff0502e03b9b8b70
MD5 7063f1ef6754126256f4941bff8631d7
BLAKE2b-256 14b024de9f8caa9c66c118d1be2065e08428804f7ad7fd677ccf9114fd163be8

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f906dacc00b9ccb0e0201243d0bc5b9d51573cdda8d7685050a6db7e04302d52
MD5 13d60a97b16c665334ab0a6caefd10c0
BLAKE2b-256 2b69aeaee8ed2f4430dbeae1c47d2cc36c2950627f22db4179f70d81e6eaab81

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 238.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d5171cd4fd3d3e1b708ed1e47600701f33a0c55dbc274b59685eda068ee63b16
MD5 de0c4755294f19164c3ad47fb131391a
BLAKE2b-256 fea0a6a1ad6fe4bf4c4e98a95f92460dd721d85b29da6cfbc73c67a1bf6d42ad

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp311-none-win32.whl
  • Upload date:
  • Size: 223.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 ccea15f14e865be841b581f73640a90e13151f83ea71b740530d3cad263d4024
MD5 cb9d71816dd11b5edd2393e5bf3bbe4b
BLAKE2b-256 3628ea64e4bbb3bda86833aa01f8f7e643e14915deeabf95748c0509e66dd505

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d8c9b0a7ee30ad01828396248192dfbc1a84574254c722cec964e8ac7cb14a3
MD5 e75d3a5479518935d0cda235654f8e8c
BLAKE2b-256 b6a3b345d7f4169a34f453dd2b4b77263c343a64b33ad5beb11e8196acd58f67

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15c0f132d0c3647839b4c355c38fe88c910221c50a31307e304debb2f9ed5378
MD5 84c74c52b7f4154168a122f73b4fe7e7
BLAKE2b-256 6623ddceb0ea2a32a20f21803b3f9097c9ea4d8009997944a42ea9349fedd738

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2e28b2fce6aef793940dfe42f27ead35b13737c1ea43b5716ba5b598fed5c1e
MD5 1712f4265008cd043110d692741944fc
BLAKE2b-256 e81a8b54f99837626213ef425771e7657cc1da431f6f519f5c0a993955805978

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dd49ceff753256dc14c06c50f9b1b2ce9b040644325b73b381f73c4f67b7d7f
MD5 f41a3bdd179ad74dc4712d2be5a40def
BLAKE2b-256 6c203fa085ad395f1849e355fef003484476cbd934b74436bb1f984645f92f6a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35040605070697786b00bd241304c8a41877875ba481d3e0ebc576a05a0d8822
MD5 2d0a10903b63014ca61fe031137c4caf
BLAKE2b-256 eb655a7c78874aa093ae61b7644d39caf8c8741ff68ea0c080f60487df46a1ae

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 034e2dd357d014371bc549a81cdcf72746f522fd2222650228f12e9e099173fe
MD5 55ae6e4d7457999e9be40b076753e7da
BLAKE2b-256 860b7522b27ce4a97037d1d5e643c6c153f102df35924946818554d3c9fe1a17

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80aa4b64c7b096ff0608bb5410adb442c608b5cc470e9d72b85eb8a888eb0044
MD5 0a327c53ca0cea97a6d25a4bf849aab1
BLAKE2b-256 d23edae9512f7677c1e715c7f103b08e4b146a5da43ef3844fd7a2887e2753e8

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5563c07b8d59021c9bf364d7c4ce044ad46e38b1126d8f500d2035301c305b0
MD5 f82aab421c8c3459957e7d3ca99a9036
BLAKE2b-256 a59b3794a59b394dc87d451f7654f92bec64c162ff8369f36cc2e45d93b836f5

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc5e60d0404847f94cf01e1163007997bb6b3bf30523aef1edad5e9492c120f1
MD5 168cae179f7b770821db39d97b859484
BLAKE2b-256 b9f7a8249ced5583c57371d1cbfe5b8eedcf0d4ccf57dc2ebc7cc5585a4d100e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a02e0cbaa1605e9325f290d86ffb515200924ada228ceff325d4ae9c2a62b2db
MD5 5a6c2336aa59cea1ac6600fc0ce14b8d
BLAKE2b-256 154a32c0dbb3191d49324047046f42f44c0ed1d3b9858381e4041232550e3093

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9d273ddaed961fb1e28a0d013e5ea076f32365e4e13ed73aee411ccc6f0bd82
MD5 ce967f72b7ffc6264a03dd7473ec2ed9
BLAKE2b-256 ffda2485a7b7791e7de0e8ac87a47ab7565d94512451ec803d399985bfb2c70a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a3814f092d24a617afccfacb00f95c9b7201741b6242fbf0fa6d37d5daf165a
MD5 b7ccd8a1e86228600ca36f0f35b621e4
BLAKE2b-256 54011057f5fdb2af4022b25f739f479ebfebb2b5e1294fdfd7fcc8d6aa79caea

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 238.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 55ec09de779d0edfd2a7d77f95b78c722979b632b519a9ff8ccb12d5a9e9d492
MD5 f6157f8d7f17e567b8cae0ab7a78021f
BLAKE2b-256 0124c06eaf20686c6fe396f40ee01e6e1ca65dafd728751f9ad640e5f4aca870

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp310-none-win32.whl
  • Upload date:
  • Size: 224.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 f4738cf915aaf10b2c9359dc6dc11f08bab446c1bd300f92db91b0045177b9d0
MD5 ae7a7573675c447f6b1cfa301ab8e04d
BLAKE2b-256 28fdd379f3b20bfbc85c99bd7d9341250a683178b04c9f4abeb3a9000e61410c

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 552190c1e484c9073214c6fba03904aaf3307034fcd4ccb64154333d225f27f6
MD5 85512dd1fa547d99656ef64d2732be4d
BLAKE2b-256 1877f0936ffbb9c1393acd79cb8cd4fe3a51fd9cf785a8631d36c1fd92a704d2

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c0a8537a55002886407b14ff8c15883dd862c0952be6947f2573abd677a4629
MD5 c155ba310c6864f8ca57ce47d9a4e506
BLAKE2b-256 f7450eacd621f50f3d3fd77800a72ee68cd435fb3d91c5a1e6ff5319f778ab2e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7bc8c304c31672e5edc4e6a5bccc23b22eb1c499466204f3c2abb2852d80a9b6
MD5 25ffa1dfabe022e18ae0a014ab05cb4c
BLAKE2b-256 fd77b277b38ac38af02bce9d0d2578108212a585fd63db5bd3963e3d107cb90c

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd006c311830ecbf6cc1bde3da4b5247ad012ae2717631a231575c59ac72379b
MD5 bac11d809224bd605b79fdd683fd48cf
BLAKE2b-256 e26dc5bb7e5ba018f96b3d350cf8bab00345f581329424055c8f1980b492c511

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96b700bd1136a67f131d67dc32ff3b131acd703cd7f7d0b8b65a69f8973786c8
MD5 d81550dfb2f1d377596827bf8e2c888a
BLAKE2b-256 30c2065a205f4bd57d1c7ac9c36166da9680b6b01cc3b08c9e4c9f1684f1d6de

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 969353743d0284f341bfda309267711f1149d1ba14cadc4b1131fdc254c692fe
MD5 fbd8c416aacf0f5528ef8e26eda825c0
BLAKE2b-256 e18c9abf560d3dfb3d77cb4aeb749d42b0ad44fae56101188f3b0934e37121fd

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9278b2b62eaf9efe0f6f2d53eb73e0f180c9b4cf22d2c097e07cbe4a91b55d7d
MD5 ccbac8db6e0475290d7944d217cd7529
BLAKE2b-256 709fec8345e429160b07cafb200d887d9b64f30f127064e203a98a5b93ffb8ef

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 996410518ba8178f941465c99d4d50e5746fcd53d66668d11a9ef1241497396e
MD5 aea55460c024b985cb34d32591bb0fdd
BLAKE2b-256 9957c5f37c7376d54a5c91b8a54a55d23567fce5237d47e30adb92ae5644ffc2

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ee43830cacf32a1bc61872e593d35120349c6747db070ab22a19ac2c7f6010a
MD5 618af6a5ffe4e284295d36ca23e313d6
BLAKE2b-256 cc9b4e61718f11856a67afeb11003b0cee0cbd857a76266fc340755be831d3b7

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c688c20f4964f2226f1a71038dfcb47388438cd515c17236eadd8788d6ff259
MD5 91cfcfa6a6460db38d1e6a7d90c59a13
BLAKE2b-256 2495d39384e454caa8c8235599220f5bf9e9f6b5178d6b5cc7f50d32e8db553e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fac65a31efe476a9c09547fdd554ed1b91b9384ccf752d1c14b4408bc3506fba
MD5 2f2b60e6f6ed942fe1cde05270f8e0ae
BLAKE2b-256 7ad224368c4892e039a446fdc23dd99e39dc33a75b31cb8542374664a0023480

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 238.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 472a66d9c0ad04be6a271b8ad6f5a271026c245e7ad2ae14c62f8c32a3f4677d
MD5 c26fdd23526cc970fb555913f79fb0dd
BLAKE2b-256 7c500d67d3c5b16a63be35228c43924aebf84e319f2ffbc5380f520b43c3100f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp39-none-win32.whl
  • Upload date:
  • Size: 224.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 3f46c7919eae998689b5f363077c134a47b6844c211af5f0619d1be0325542c3
MD5 2870d5953f502c5ad61dea215d7051cf
BLAKE2b-256 cd2c63143377f9b222ac22521fd6db2f27eb774bdf5418b83858702ae69dbc7b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd626966f96bb101e058bcafa28e1b04976c13d1b53d8b9b8e209634dd737619
MD5 34cf226771442802ad613aa70b13660f
BLAKE2b-256 8d92b613ad6659af996fa285c107da2727a1e68add7dde597f1f08e80b845bcc

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2341fe39bb369fc726efbded793068f0284c1a9f864e428adfac1a6dd896ac8f
MD5 f993185ae70a384158579db3ac7770b8
BLAKE2b-256 70387b0712d91bb005018a3f8e4e1a7cff140341760c9c62c784505b2c3e2e09

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 48fb963f73af7b0b9b623dad03e9fed5ff8a52f4b0bc5b27b50c2351594992d4
MD5 72324dc9f52aedb0058773af2aa6929c
BLAKE2b-256 07e56e58bbce55d6286eb9b4d089e43263cb3e66eb837897e1a1782b89d4ff00

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 359b2bb0c15a52d9712b43d2d6c65bb510a54e97623c6ad2ba5051fa91209ca2
MD5 2f1cce4b82f33f73372343aad19416d1
BLAKE2b-256 7ae0b7a8267d74102bac26fd148e11aa2e39d52740a0ec2aa640a8d1650fb7ee

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f0082fb7110624aa969d57714f8155a3e952eabaf0e577d7925e974966eb5ba
MD5 e7e8979be2a3adb5fadb8e4e92ad37ac
BLAKE2b-256 b988ee3316a734f32a25f7fc47330307083a130ef1b5e67bf098947763489e4e

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3beabd23152c9f15b64df0bc9ea8c55a7ddb47f21adabc31aa252438e401ba9
MD5 7591223769b8ab426c706d865a814270
BLAKE2b-256 345fd0e7ddde2520fd80e048bbab5f086edcb8ccf9c2030efbc40ceabdf7ed0f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7db4fc72b1439f243a5e15112733d38504c1c81a4ab1f24b1de71724fd58a0c8
MD5 8f0bcd3043bd596a54291852a0ad65a7
BLAKE2b-256 a76f431f0a82358db230e0bfbbdb95176fb59c312c9cc18431f429a5661e2e1b

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc96444ac41e4624103c6ab0b74113f23f64b16480392f7aac7e1de6f509eb0e
MD5 ae9f18ff7124ab3144740aee20215343
BLAKE2b-256 bd75639f676b8238709f63a44e2344ea53c3474499c32e2d028e685bbc5077d8

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0a55513b0274bbf8a052208c75456b2cdce5dee6bd96b78b25689d1e496b3bb
MD5 00b9063590f996540ec214540dd009fa
BLAKE2b-256 4203184733fb13382b190848d34e05b2501653a3d57f2df044c90cdbafbc051c

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c8114b88d5eca58ba19e5b9070b5453472d161d8baab3c109add7c26d05b69e2
MD5 89f3d455a3001b4e1f327f0901801c1d
BLAKE2b-256 59d614f142e9faae8b7e385589e4615ce17a80184d9bf7b16fc9043fe5d2c447

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64766c40c0c99de78b7fcde5762e4796a180a1fe8a516b022929a4b6efab6e6f
MD5 9a3f3212719fc7c82a2433f363376e38
BLAKE2b-256 762303ffeda5d870953f720f262d83777ac1ee5d63c0b2738a1c3651918fd135

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 237.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 25c0e69fe1527a70d009f482fd7326670928a6129ea844cfd203322561947fe8
MD5 baa6f15263c7c67dba3081765f1ead76
BLAKE2b-256 a3c18abbfeb445c3dbcfaa14bc47a22ac7e28233c7bc42bbd7b2712ec8c47404

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp38-none-win32.whl
  • Upload date:
  • Size: 223.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 10212fb450a138f233a0fbdcddf0e5bcc7e0f0f0f36ac5c5f0a96a0c046cdbc5
MD5 ef6dda73fbf0ebccfeb86dcd3d578efb
BLAKE2b-256 e3da17dc5a6b242c89ec8cc839fbb6fea2075ed0b319b6b3d6243f40899b1589

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 733e0508825ad7b29b4b5cbea87b3ce8d92349d42822e2de53cb21f7eccae323
MD5 a1d548e0cc121ababa527c370b8a0721
BLAKE2b-256 1293f048c8f1d5207825191466d68b658d71eccf2b9114025e008879bdde6ebe

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 275b6b494f606bab0bc8fde921d38d1a2cd64cccb2038bc6811bcdfc5636ffee
MD5 f4918af43b7d7c6fb01b54a2d23b95b2
BLAKE2b-256 b725c6b0c924a6d458a2f9ff5fb7da80d4d0d7d8831b21c596bf7d1319d0660a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ccbec747d34002c33b64dac4f4cebcdb803f4ab2fab60303b83ce0b0d4989ff5
MD5 a52c5dd725faca37ad5f76a9a98841b4
BLAKE2b-256 31a48ac804580e18f49c8649db0cf3eb909058539893d77a5ed7dac4ca2bdd30

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f16210ea17d42730f8436993e30b640f0f34f64706f7fca0b5354d63585fa1cb
MD5 9da34aa79ad1206bf4de04d14d1a6645
BLAKE2b-256 e37fd8abc304137efff7dd1b14ac32cdceaea5fb59cb854aec277fd9721ba336

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59f259013ff3d6604c469a8c1662308362611f2b6b73e823250d8c8386e3af22
MD5 6c06f7dc412a1e0e6a9473c19591cd89
BLAKE2b-256 9de9950a4df3414a5735947bad577960c9937902fc38c227488f3c941d2d1253

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19579e44d7297b656eb1c7179058eb00219b4ebdf2fc73cb919a85797a94af73
MD5 7082b636b1db166439caf78564a96c00
BLAKE2b-256 4b1ec13c22f81fcc8a68ffc500df9e04e875d11b0651ca2ed3875da4845882bb

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 508abd546c3410501a5292d3f6ac25ae8d5228b0438cfa03477d0346ef9476b8
MD5 d6b3f4edb6e96aefc794cec1a63870f1
BLAKE2b-256 2a00488fc9c1ae25c21368c2952d57d3b4d316b6070e95538bc492b3e44ee27d

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83955b186ffc57d50d7a1b56eccc56ee486196a82cfb54b1e32a49e8bd9c8597
MD5 62dd690b1736b00eb335b04a48837865
BLAKE2b-256 322b792577d6a424823a1d4923b11b9d3cdd015ecb29efdd44b5ed85c7e6cca8

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 187f4fccfa903e748590e6a0797d2dfd542b45137820ca0e1615a585f1206c5c
MD5 9dd5139580685a2c46940ae49f1f1466
BLAKE2b-256 0bb581e387cfd89316f064a00e4e13e62f05258687970813d241cd1e0185c786

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 54101ece32d823414cdd2f8ca0ec3672c1ae7f67bcd995dd7055d9eedaeef19e
MD5 ed3e435c0d0d3f124360eee32f318977
BLAKE2b-256 6bf082a0b4c1595932bb5bb8a4df477159522e80d5fc84258cea712d510a5e3a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 237.4 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 414ceb81eb318c29dd6ea5ee69e8483e7bd0acd0628685c1e15aa8c670c91afd
MD5 3935cd04aa15c72ea1cbd7abaa388f75
BLAKE2b-256 3809eb547ebf7716ed5768d4f12914296768834e178190b020bc5705043c0f1f

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-none-win32.whl.

File metadata

  • Download URL: tt3de-0.1.0-cp37-none-win32.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tt3de-0.1.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 edec519d54abaa848481b719c2c6a29e55408ee600591a272a13b884b1a174ec
MD5 714e2d8768da80edc8835af3861772eb
BLAKE2b-256 76f40ade71fb661084f4c7fa0dc16d81a5f81bfc430def9a2e442e257565aa4d

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f441cb983b210a7737e1ab90c1931480ebfb81a7d0404768017d6bdfc14dcbfa
MD5 63e93f42b66ec894692ce15162ea33a3
BLAKE2b-256 45a9bc1d45b9b2965f298fcfea5d580bb1f5d9fcaa335c2bd92f8f29f7db78db

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b04f36f6b4d1683add9a9ee80670d363ddcdf0fcd15b4f5cbc7ddb032e8fefc
MD5 2e710a815d84bc7c113eaa1b7b6847a2
BLAKE2b-256 12a2e3bbb18aa636af1ef2cba21a7327c2deed032e763c578c0d67d826d20e12

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6eeeaa3c8073decf68f3cca428dedd64a2044bc2aac6769e7883643836b14b5e
MD5 0c2790c84df68b7fa7d3be0e31667a1b
BLAKE2b-256 605d835249ac6436e66d08c2b2c9238bb31018d105b99315b06fdde8bccfcbe9

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1b0c192aa2022cf0517f7513d949ce134507845c9f2db29f5936aca0e453ea2
MD5 de71d0ed3e85e97314117c131cc73f27
BLAKE2b-256 24a4ed270bbb0bfe7c676abecc10da53d399e244242fc8a7e45a2f7189087ae6

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2ba96a8a1003cfe71e815e8544a34dba39fcebf92ad1b54a5e19112550033e6
MD5 6d80e3085295f21a10b967265a161fe8
BLAKE2b-256 1ea7a9f4e8a69c3c2d00334dccbd41acfe0422f5a2676ff9d653bdcab6a1fe79

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0fb7feffa45732b2ba9cc6019e90da98857f6490bba9784079106a4bfbc4d793
MD5 b956f31ae2d499de3f6f2e39c9994185
BLAKE2b-256 5bc50a11763d83178bf7f2f847da618c507f33d4534ac2a0ccdd2c869c4ecfb6

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25be1319ea238de1819791cdb3f4b356f8995b99856f37ed1020fcde875cec82
MD5 66c4dfc5af654e7fa370996b580363c0
BLAKE2b-256 8f7dd18af217c12849156364108d034371cf226275fb7aa18483ff19e406665a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 204074e7bbfbb45c1ce4fe5668a3e58575583889b2667aeda1ebe7edb19b4c3b
MD5 2aa12ed41f954224e4ac31029a10421a
BLAKE2b-256 c6991ad69709bd00e41830ba8aac68e97cf09dd2c0be63a433e8301dc70f8d2a

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c3985ff910777b0dc758222daa6d6369611fba02682d2610b9146cf45219536
MD5 68df03ad65b9a66c766899d4fb8e255b
BLAKE2b-256 a3d544db63cfa8a4005a1b1015e25afdd5474a09731020ea7ed27751ab2368dd

See more details on using hashes here.

File details

Details for the file tt3de-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tt3de-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2e3a640b7fb67572665ab556bb667bbc633710bc55f7537961d41a471e60fac9
MD5 ae58eb8674545e96869136140742ea5a
BLAKE2b-256 02eea2ed5fb88bd6c886772749525cb19986fb3406e930419f63f192965d9291

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