Skip to main content

Omit utility functions from tracebacks.

Project description

hide_from_traceback

A simple library for preventing utility functions from appearing in tracebacks. Requires CPython 3.9+. Bundles set_exc_info to avoid reliance on _testcapi, which is not included in all Python distributions and is needed for Python 3.9 and 3.10.

Compatibility with other Python implementations should be easy to add for Python 3.11+ since it should mostly consist of skipping building the C extension for those versions.

Installation

pip install hide_from_traceback

Usage

from hide_from_traceback import hide_from_traceback

@hide_from_traceback
def assert_something_complex(value: object) -> None:
    if not something_about_object(value):
        raise Exception("Failed ")

def test_foo():
    data = { ... }
    assert_something_complex(data)

Disabling

Set the environment variable NO_HIDE_FROM_TRACEBACK to disable this module's functionality completely, making @hide_from_traceback a no-op or disable the traceback-editing functionality at runtime:

from hide_from_traceback import set_hide_from_traceback_enabled

set_hide_from_traceback_enabled(False)

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

hide_from_traceback-1.0.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distributions

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

hide_from_traceback-1.0.1-cp313-cp313-win_amd64.whl (13.5 kB view details)

Uploaded CPython 3.13Windows x86-64

hide_from_traceback-1.0.1-cp313-cp313-win32.whl (13.1 kB view details)

Uploaded CPython 3.13Windows x86

hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (18.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_i686.whl (18.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hide_from_traceback-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (10.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hide_from_traceback-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl (10.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

hide_from_traceback-1.0.1-cp312-cp312-win_amd64.whl (13.5 kB view details)

Uploaded CPython 3.12Windows x86-64

hide_from_traceback-1.0.1-cp312-cp312-win32.whl (13.1 kB view details)

Uploaded CPython 3.12Windows x86

hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (18.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_i686.whl (18.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hide_from_traceback-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (10.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hide_from_traceback-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl (10.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

hide_from_traceback-1.0.1-cp311-cp311-win_amd64.whl (13.5 kB view details)

Uploaded CPython 3.11Windows x86-64

hide_from_traceback-1.0.1-cp311-cp311-win32.whl (13.1 kB view details)

Uploaded CPython 3.11Windows x86

hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hide_from_traceback-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (10.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hide_from_traceback-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (10.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

hide_from_traceback-1.0.1-cp310-cp310-win_amd64.whl (13.5 kB view details)

Uploaded CPython 3.10Windows x86-64

hide_from_traceback-1.0.1-cp310-cp310-win32.whl (13.1 kB view details)

Uploaded CPython 3.10Windows x86

hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hide_from_traceback-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (10.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hide_from_traceback-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (10.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

hide_from_traceback-1.0.1-cp39-cp39-win_amd64.whl (13.5 kB view details)

Uploaded CPython 3.9Windows x86-64

hide_from_traceback-1.0.1-cp39-cp39-win32.whl (13.1 kB view details)

Uploaded CPython 3.9Windows x86

hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_i686.whl (17.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hide_from_traceback-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (10.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

hide_from_traceback-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl (10.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file hide_from_traceback-1.0.1.tar.gz.

File metadata

  • Download URL: hide_from_traceback-1.0.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hide_from_traceback-1.0.1.tar.gz
Algorithm Hash digest
SHA256 025ae0b7b57c8748b8199df999468b5006777180e25ef057e0911446f5c7975e
MD5 bec165d70fedf1d1a0c0fbcf918f022c
BLAKE2b-256 78091412020185f6aa9f17ca6d98b2b23fc38b43ab02ece7adef6f998ee4c169

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1.tar.gz:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9285c73bae4c4ef94219e37ed35a2a39d53d7651d1e527c07130439b8bf3fb0b
MD5 309f733f521ff9ff1a71a1d50f8b2bf8
BLAKE2b-256 5b2d5086075247cb33aa1b743114c6f9d0a64e01c34976952ca26152c44ae2f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e98ce11c0aa6202cde1038cee6fefecc7dbe3ec7b350fbeb3492f5784e7a572c
MD5 3eb88504a981011a5c955f2f2423a8c0
BLAKE2b-256 be5e5cac8dd7cc7627d8de47fa20a03e4ef82b050f2ae007d3290df01ce4a468

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-win32.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b8437be63b44aa6f38fa4217159112eab7be4e3b0928f1b24a64f89d55cb4bf
MD5 11c57768cc17dd667858519bfb72d17a
BLAKE2b-256 c2daad7a972df064e1dab38a5ad880e97728b1e2ae9fbde50c67e8f88c169305

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 955073a13089c03a25a5f22dedfe0baee1e7d4b04b83486708a7558fd46c7d2c
MD5 0d98f4535f56dccf3b6f1ff7ebbdcf19
BLAKE2b-256 a1457fd1d55c2408aa669fe78bd89a3243ac45b726bf5aff4085706af60a9afa

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e56407754a08120cbdd731217f4ba01563e90c4e32b704684ebfe0f3fd88d3f4
MD5 7c86ce7685e4d3dd5e9d429e6b037fd6
BLAKE2b-256 e2f7d103742542a654873aa3bb01e3d524713ad77c03d8ba575bb65ab52e912b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 37c9fd263376aebba738c5729393e5926ea16ef9bc9fdcb8a1652d780695a5e6
MD5 9d216da6060f3aca70e058dce3642fee
BLAKE2b-256 4acfe1272c58590e1e2d7494d24b5af213952d062ccf69cce3fa28801560b954

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b66c40c5684c7c799e3c79dfb7acbea904de1141e87bc4c70e18bc772596361c
MD5 ddce59072427175f134ec0e2f7b1d406
BLAKE2b-256 a41533b5bde5bc9832a0d0785c4b11d94d641121efab911391e9efb0e8e29002

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 048b3b92510bee2634eb92fcfcd416f956714aaa596fe8413a31fb3420725bcc
MD5 191ce2653960d25f6d29f709fdbdbd1b
BLAKE2b-256 175f56754253dbbc0271da4ee15f3ad9406e4226cd86dfe1929bd2e5e9b578b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e633f785c9b5805ce2ffd8c1b8e33de9726c8bc59da5de376b976d31225a5253
MD5 a60e2d12d25d76b14712a7d1320344be
BLAKE2b-256 be2b76748e88403eb3df3a748996f79928dd2857b199e770dabb2181fbeead63

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3423af47e0d5bd06a7854c6d8953a93bf890b28f8db688de2a1bf07cf205c591
MD5 20c05a996fcde276a922c0b1149bfb6f
BLAKE2b-256 0ab7e643ff5318dd732a5adfcfd2ede1100a685ae27c681ed73ec8057761db4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-win32.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 486b5e77b2b1a2a32b8ee7ff448b5debfc9f3731c7033b220d79715528aa76f1
MD5 8c5bfd8ca66e424252c044982dbcac23
BLAKE2b-256 5a21765d6027bdbbb86764adfe12a30c5c186ac928891f48c743b97f689c3322

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 577aa9ca70957765ae41e4bb847fbccb878693c26bc9100dd17ee36241498e0b
MD5 f66029c31bbde953f0e7d6089fcabdc1
BLAKE2b-256 3a123e978bb9270385c63af02a8b0650408c0b390507e192061ace1c18b18ea9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80bae2892ff90f6d7d8e3f3920c8906bb796ee073029f49aa2ce781e020ab340
MD5 e53e9fb165f12b1302782476f3922bff
BLAKE2b-256 9858690f3bc96f6147ded57f241bce50e08c3acbc6274f1d3f19630f8d453e8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 370daee5995b05c78b8e6cfbabcf0b41db8a3ed60e4718b88b868c2bcb6e0767
MD5 964fc9bbd2bd071368122ee19cb96da8
BLAKE2b-256 83297a9a667418916268c6d3d8ec6d8a936a5a5b213d44cbe06c206295e92de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f454e6c947fbd2357c78e0449b3b0dd1e50c7effa43f9da56fe7013e054a8799
MD5 19620535c69b65ce437152e38e9e8aa8
BLAKE2b-256 5a5684899381147cd8cf09301d9506c8e3f962d0a0ccb1885f0eb73e892e4f39

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 909aeb1dbf0dab5ad72a874f42c09806d15b547021c1ad6a5c2d4b8a42a704fd
MD5 9f83423295fa551153a312702127f23d
BLAKE2b-256 80e0ad0eae7cce4e34b88b2000c729ba2e77fc1391d8a305ba7cdccc09a243fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 265fafd2edca727518c5bd7c4e438202382d8442c79b09e7afd41544729c7f7f
MD5 f9c2388179d844b008b521085f616e16
BLAKE2b-256 1efb6b20921bbe28b993cd65651a98fbed786b877a3b66d75dd06afe1f1bddc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9b5056f7310a4753e97cac9af9faca88064437eed79c65a87938654f46302921
MD5 62eab4030eb7f6a36fcd9730a6b662ef
BLAKE2b-256 20962855573e5338574fa112236d5ceddb7d345d3d2acfc557efe8ae6e275071

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-win32.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ab8860c31c08429fc4c03379f534bc072f906c719c46f256294eb466d47d1a7
MD5 2cb9f408862261ba88d01eb0d4f7df18
BLAKE2b-256 ba72d54930938abf41030973a32603eee3b1f8f98e0da79632e49df19dd606b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 73a02f8c22a8d382eaf2320719fac0a6818509af1f23619c461461e2cd6ccae2
MD5 ab8e8d94eac9858f2a9ac5497703fa0d
BLAKE2b-256 fbbb1851e9cb37454138ce5201903f66a922e96470c886fad12a13f4bb9198b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b898ac2c2ecae2aff2772ede80a5638f92e43133cafcff38bb9fe27ed964c72e
MD5 09dff08fd5942d256a9b83aec4b5b10a
BLAKE2b-256 38d2a59f17f02ffb0ef43a470410fda410bba1b394053335682436b65ffc0261

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4fcec68de0cba90905667a56aed3e683cbccbc8e4f2ebb0952a21f3faf08c3b
MD5 cd24edd14d521c51a46f2195f8c3dbb0
BLAKE2b-256 37cd78ec9a3d96c8f70f893f4e6ab5af80bd7141fcc4acb2a2449593325a41ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01b58a0cbf9bb110324a34a271b93468c281bed13d50313f1844e44f88d7e2b7
MD5 f6eb30193e57c3cc4c1a056b2cbce077
BLAKE2b-256 212001b22b60100abbba2cc9a960b7b697555c522616f963b00f991bcba3dcce

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 966311eb96ed4cad081bbfcc3cc5cfbd36d5ce43c10a15bf738d4d770eb58d5c
MD5 0a9e8b8bfcb51deb9a68b52917c8db9a
BLAKE2b-256 9c7852948c5cf4aa2dc93e729bffdb2f826cc120ac5ab7cbe785c124e204cdb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af811f3900994cdcd95a3c5f52ccb7d56844900f3d50860b9eed0655db95c2ad
MD5 c67c1aa81d5219aec7cfa6c793735aac
BLAKE2b-256 abe630e2eb7c0a5025e1721a038be807fca437f5607d3eb4690f9ad3fb4cb581

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0333ec553ee3380aed5a5497a61b1619dc45f71444533a96b5cf1776b929e8d8
MD5 92e50b89948bd2ff074efcee0de36f09
BLAKE2b-256 25f25e7ce3e68a18d562d54a8394850bc6fcdcd2202fdacbef3be4bf4b75ff7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-win32.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0039d9cd59dcab9aa76988192015db8a4244b85d253c1b64a4ab24f69d6a9e5d
MD5 422683981522bb34ef03a66447767266
BLAKE2b-256 1c2782a58be8e32559262e80cc2ca6d7ab9d1646e4d4da5b09d927a5e17ae055

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f21cb5f98f2b19fe2c62ab7f72efb72b08c17a2553c0a586c508d96234be7d6d
MD5 852dadf2c62ad11b5910ea78a64a9f30
BLAKE2b-256 5fd04bb4b675819020df39f823f85167cddbb0f1309bb4d121dda507144c0988

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4202977a3519d832e9c9d97f9968b9241beac8afa4ea785a26bec9a5d5c9775b
MD5 48a6f4a9fb6febfd9b1df18fa6ba334e
BLAKE2b-256 03096b406e35bc3922058f71a6630a9f12031e206d3d4c8c089067836fe2a4b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ebdfcfe17b5ae57d3916c34bc7ba669abebfb944c68d7dad0e70a13d284ad71
MD5 8ac864510ff58a6141214578f68e50cc
BLAKE2b-256 6ee5b52b21cef6acd88832b0534f9e72ce891ddd2b95a40e1e778cff7df78f72

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b86339c0b4877b0c7be923bf57c552c6ae337ce0e4bfe0d19871f23abd1f313b
MD5 1231a5999715ec07cbf57f239ca83b38
BLAKE2b-256 acba0d66d1c241185dcfc16171ccb560f1719edca6d38a1e2e16377397737fd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28b5f8948cff2b2669a296d19abf68631903d0130c620bdfc14679c07741d2ee
MD5 30752d61a3a830e3625cd9566e33a299
BLAKE2b-256 fea06e960237772dba7bbbcd1241aa944616bb0c4b9b286010b128910a59d7f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5ed387d9277b6d2abdbe09115a8eede7a64cab11304bc5c9210ae47ff6d97f22
MD5 03ab2b40c4bbd67f91d8d52a979eca36
BLAKE2b-256 15089254f4769b3b14fa1eb6ce1f25d3701cb545956685d0423f831894a3958e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c1eefd6b9d7eca3c5a0f9c040376b715e159498d603f3e635b5906cb4724991a
MD5 aed7e0c58d8d656accf7738001bb1672
BLAKE2b-256 33ea04214e20d95d5f1db9bd29ccfc001cfefd66e080323b5bed1f767b231539

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-win32.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfa4098accb866b74c8afd24aea09b88d54a8b638f1b55e30f6bfd3a77fa4c1d
MD5 3bd9be4978630c6ebc435cb493592115
BLAKE2b-256 230824b3438aedfe67eb8123c37d527369524744540a789b55fb08fdb1d4b76f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df2a7d1cb577c04cfac2a67d65cdd98b890f982c8d02d0856c3fe51c0e42bfc9
MD5 e82d3a5a386be51f96f9e6bf117a3862
BLAKE2b-256 60c672385b8c3347d7528bc09cf962bb7cd313f3234e67d1040bf589a845d541

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 060992e8cc434b0d08d9b9b3c96ae267c2c2af8085fd6540e9d1ca93abf7cdbe
MD5 ed898e998373a0ee83b85ea934019dd9
BLAKE2b-256 a1962998800739944decd9b35da431283577d386a2e048158b8cb11dfbf5f4ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3d47f223418477aae0179c2ec77067ce01909671fdc53f078d83ff24371f021
MD5 bacfca81b5a2515f2e41d47c487ff481
BLAKE2b-256 0c65eef0181c25fdf8f27d1807c51d5d19b92c5038f3aec8cc354c7f7c4d11e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bfc78544c34dc9fb76760dc0f3f0a10cc8f13024dffcf0c9f1d1bf172a35af4
MD5 d5e1a982ad2c87758a9724ade4a876c5
BLAKE2b-256 da19b272938e541dc85ed7f164279890473e1ad3578ea44ca2222dc67334076a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hide_from_traceback-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for hide_from_traceback-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75392c68fad2d78747b5950a279bb4c64f524add27eeb9cdc0422cdbd75bc980
MD5 ae092af5b3363feb9af46df33a1b25df
BLAKE2b-256 6378e548d3ab8fb9250c655df53feda4c06a701d59187fdaeb530322829eadee

See more details on using hashes here.

Provenance

The following attestation bundles were made for hide_from_traceback-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on emosenkis/hide_from_traceback

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page