Skip to main content

filters arbitrary paremeters before sending them off to be called

Reason this release was yanked:

Segfault with reduce.__wrapper__ C Version

Project description

reductable-params

PyPI version PyPI - Downloads License: MIT IDIM NO AI

A low level Function packer & sender inspired by pluggy that is designed for mass sending as well as ignoring unneeded parameters before sending to a function allowing for large chainable callbacks to be possible in any configuration order.

from reductable_params import reduce


def test(a: int, b: str | None = None):
    pass

def child(a: int):
    print(f"GOT {a}")

def what_is_b(b: str | None):
    print(f"B Is {b}")

def main():
    func = reduce(test)
    # defaults can be installed before possibly sending 
    # these to a child function.
    data = func.install(1) # {"a": 1, b: None}
    
    child_func = reduce(child)

    # Calling child_func will send itself off. 
    # You can customize the data after installing it too.
    # allowing for tons of creatives uses.
    child_func(data) # B Parameter is ignored here.
    # "GOT 1"

    child_2 = reduce(what_is_b)
    child_2(data)
    # B Is None


if __name__ == "__main__":
    main()

Benchmarks

I decided to run benchmarks incase mainly to prove that this could be better than using inspect.signature alone and better for use on a mass scale when running the install() function. Note that smaller is better and that the timer is measured in seconds running bench.py which I have in this repo incase you want to see for yourself.

I'll add a comparison with pluggy in the future as soon as I get around to doing so.

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

reductable_params-1.0.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distributions

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

reductable_params-1.0.0-cp314-cp314t-win_arm64.whl (17.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

reductable_params-1.0.0-cp314-cp314t-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

reductable_params-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (47.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

reductable_params-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl (16.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

reductable_params-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl (15.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

reductable_params-1.0.0-cp314-cp314-win_arm64.whl (17.2 kB view details)

Uploaded CPython 3.14Windows ARM64

reductable_params-1.0.0-cp314-cp314-win_amd64.whl (18.7 kB view details)

Uploaded CPython 3.14Windows x86-64

reductable_params-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (39.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (39.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

reductable_params-1.0.0-cp314-cp314-macosx_11_0_arm64.whl (16.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

reductable_params-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl (15.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

reductable_params-1.0.0-cp313-cp313-win_arm64.whl (18.1 kB view details)

Uploaded CPython 3.13Windows ARM64

reductable_params-1.0.0-cp313-cp313-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.13Windows x86-64

reductable_params-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (40.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (41.5 kB view details)

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

reductable_params-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (16.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

reductable_params-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

reductable_params-1.0.0-cp312-cp312-win_arm64.whl (18.1 kB view details)

Uploaded CPython 3.12Windows ARM64

reductable_params-1.0.0-cp312-cp312-win_amd64.whl (19.5 kB view details)

Uploaded CPython 3.12Windows x86-64

reductable_params-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (40.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (41.3 kB view details)

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

reductable_params-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (16.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

reductable_params-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

reductable_params-1.0.0-cp311-cp311-win_arm64.whl (18.0 kB view details)

Uploaded CPython 3.11Windows ARM64

reductable_params-1.0.0-cp311-cp311-win_amd64.whl (19.1 kB view details)

Uploaded CPython 3.11Windows x86-64

reductable_params-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (37.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.9 kB view details)

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

reductable_params-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (16.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

reductable_params-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

reductable_params-1.0.0-cp310-cp310-win_arm64.whl (18.2 kB view details)

Uploaded CPython 3.10Windows ARM64

reductable_params-1.0.0-cp310-cp310-win_amd64.whl (19.4 kB view details)

Uploaded CPython 3.10Windows x86-64

reductable_params-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (39.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

reductable_params-1.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (39.7 kB view details)

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

reductable_params-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (16.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

reductable_params-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (16.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file reductable_params-1.0.0.tar.gz.

File metadata

  • Download URL: reductable_params-1.0.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for reductable_params-1.0.0.tar.gz
Algorithm Hash digest
SHA256 de766bdb6d740c2458911fde5ebc61d6f848982ccd0f60d7f5d9ebbeb91e03a6
MD5 46eea26bd6bd8ab41f09b5168fb50595
BLAKE2b-256 89e56133a87c21f5db813e6b9cd2c44b5f2fa3b80be8d00d3764508e8a446b44

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0.tar.gz:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 29201d835c24d501f522bb77e5b6f7e76629d3fedbc47b3c7f7cedda7881c204
MD5 aa84008cd3cea70107cfd43a3b56229f
BLAKE2b-256 696eaf53cdc97c821c7c02228919c019fceb7a1af41eed168680c24aa699d899

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1d7ed2c7244ff5201ed2c4b7394d9019c55257a410c652c1d47f69d38d238e33
MD5 d7a786adff6d2100d885f29dbfb964f5
BLAKE2b-256 8f507b6d92be3d7df3400f0acdc17a54d75cf8afaa601242f7ed6cde57c639f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cf0b27c93f53cf0cdebc340897ec0a01709a043931c6a08a05d61e2266ff096
MD5 141155aa4034c2e1b3fc7c75948850dd
BLAKE2b-256 544b70619a2da612fb490fc735ceba5a10ad09253cc840cb3fc9460cf167a072

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6d3b39d0fa160a9547170de2a6b5397babbca26b1f96b6fb8d4ddde92340e3d7
MD5 48056ca068807022a03448cb51727f35
BLAKE2b-256 5d91c9bdad4082893c730a84d124b8cba059d6105ec5240adcfa87f86af04971

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97890310e532173cfec6870991a16fd39f43fbdaf8be5985dfb7447db0d61128
MD5 79638a50e43e0941a3577d0d013e6dac
BLAKE2b-256 d7f8465252a16ca7da91acf52dcf0fb196e1915c4af845948e6dfbde3c36a218

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 482f95b4441f830a75683ad0b43d6cc6ebfaa3001e72b7e83a045d6e69bbd558
MD5 323b0304bb6d10e9d348ef9c1ee0f59d
BLAKE2b-256 7efbba4d971ed425282893777f882ff10736bb04c98ad4e4e580989b5b73390c

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 84f34dffac1a510035f5f5c6863fd03450090c03025f59d538238c42d42d72ce
MD5 e4dc733b1611bd6a2b634db64c6db219
BLAKE2b-256 dd448febe2371ec0141b1c3ebc73056eb9aedeb2f09082eb404e3975a17a2d40

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0cb9eee91603d56c2749b9eebbf1628b1b3992eaafd697064cf7d149c7c04cd6
MD5 4b472fb2765132100834911526329a95
BLAKE2b-256 bebf7a6ed54bbc97b31ec927886f7cd5f54540abdb2055b0a135f4e6df47f1bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcb31ef394b092379dd43c06f4a021ce94305af65fa46a73b1c0725a50aaf75f
MD5 e1d65b24e524e8a8d0a24021532de5dc
BLAKE2b-256 db9d1e1e5a8b08dadd6980f0a0567c6a0ca68277fda777681d9b2bef83c158b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 03cbccf3b3729e3f9860e0b6911213738eaf3856a68fd6e4beba5d95e90354a8
MD5 64fec294658c205c48db18e6ac007593
BLAKE2b-256 ca1e85a897ea46317776a8d13e1b19c2e0eaa01187ae8924f090496548d2b033

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7782023de2aa8f2bd1aad62cf92d244a2183ed2962c6afb814bfa0b1b23363e
MD5 3fa3249fcd18fe6f3c3e5e38a5f7ac50
BLAKE2b-256 169aea17be4d2df87fdbd8b1df12f9add619de67b81fc56c22bb112913375c9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ae28435b1dd343043b9d7fcecd9fdc95aa52428d5bc66ce8b19b44bec838c5c4
MD5 1e17e28f35123e679ad268412f7c73fe
BLAKE2b-256 4fbdc95e8cb88b7a6c34f09da1be2fe82d297cf58d3012cc287d14b1b86a58ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3cdb90742ea3367bb14f1d0a4dc4fe1ec19b4896236370ae21e0dd011ea72369
MD5 aa33507bbaf54c7f26b892175e68bf11
BLAKE2b-256 836fc862082abc2a5aa39c7911fc1346c75feb9e0ef4556b31812521297b2d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1becb39de9e8cf875fb98443dad86e6a5ba233682cbfcfbb64cc5d2a4129aaa7
MD5 63f193d707feae05f4c2cb7795a671b4
BLAKE2b-256 79218b79120a005cfa8ffee7379418bbc353e4a7acde6a81ff3053f57c633d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a05a47cb8429a7ffe9e6238130a370cc3248d3c4207827dcfa493347431c9d1
MD5 3b47e998cedf8aad9ccf37bec37498df
BLAKE2b-256 81c1fb4f208cf993da66997bdc9a9c08226e8ec9802ff772a9da38d946413f3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9f642677257936e62c8e2fd27f43b81150465aa20b2bd02a8341b1caa69a89a9
MD5 575d2ea43ea50cb042d8530955928d4f
BLAKE2b-256 684507e4393f4d37340b95b7dec79e803dcb801a3c586c7987305c9fa618bf84

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7a38287c0d48747df6a994ce6d755e15739af960dace4a942e6ff10c2854a55
MD5 97f8e098712189ec3815f2e978c89668
BLAKE2b-256 f28390072984dc44267a76fef200d12d15f86c13607fbba2031d462a6f5022bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4b704df92c083ef10ecb7deb6a183c6c65f8979794eaf670db009ecdd99988a7
MD5 ae21acaa86fb1e8242698819370b4e74
BLAKE2b-256 c4878a722423df0ed21df19787b26931ba48828b2f78783540aeed30cc2f7c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0a0a5c0fe243478a27dee53085fe088517b365fe200a0bce7c3784b56a747d01
MD5 2a406a6842dea5548f14d0c35fef139a
BLAKE2b-256 ac31d62f73b844188ae68d715fedb5d42e0f7b68ea128c878f809a9cee42a5de

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e8e6501716ac3bd68aaabac4e3cf9c3ba0de0922adb00047a7df8e3150258708
MD5 00f5efe9a975d96f083ff9b1c2af0c98
BLAKE2b-256 22b1cd35dae820159600159c82638576a31a038b326b487670cbf863c942c1b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a78e20125872ef0da3ef7905dfe5d2c0dd096e88d6b0add4843e0f5cf130444
MD5 5cbe0058f7a5ad13fe48fb5231a5f4c0
BLAKE2b-256 1a7d76e22ab25746eeff58b4df2c3ecd4013766a43ec106dfb666636757f79cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f4c45d67774d4eaf34ed0ee0d0b8e15188e185dd6ed4c2ded8978af8116f8dc1
MD5 86eb72d3c58c2a88223ff25b1b530e75
BLAKE2b-256 f06eb2a44c6f7665dc40c8456e466138cae36560711519aa1ff13e20120f5b88

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3105ee53cb4b1aca16b86c904885554232797d29901fca553d7abefa1f757fe
MD5 b86b22963385e3b9f79849641b75fdb0
BLAKE2b-256 a5026eaffd84d21192584d47f46841899af6f65169a2b3451ae10dcd3e957660

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e4ab5dd9f0d9d8aac090de4c84f8e1445871b26be985cfede43251ec241bb04d
MD5 0e9218e9a8ab1187ffe8e899a394fbe5
BLAKE2b-256 99d85b6846ca3e10bd69626f6985c8c5dbe057d4dfed57a8d6f7fd8cd025805a

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cc473b6a1b0df2f3579a9347ddba694244707a471312b20357420307be56b6e2
MD5 2e108fd6f5f4d2382bc545a40d2e68a2
BLAKE2b-256 b738dae43621ea442e76faea8be6490fb96e0e1b81cfccfee2892578ac9ba032

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 39446d4ebf365d58dc6c9b10118babff359f191e9705e513316c6a3a24b40f47
MD5 04c92a9a32f1f78f446563b20fa74efc
BLAKE2b-256 bb6cbb4f0953a500eeca1e7310fbfc5f10340d2ca17b1d149aed9e806386c59b

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6a47b1fa4255322cc4a21a69ce51bfa318da7b3217b039982d1352cc61b39aa
MD5 1b1ac9f177894c8f33e60320b851953a
BLAKE2b-256 398fc81dc3847479174de78f9dde14834054160be46e136277b385267635d63b

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5b8169b16e788a215e1b2c0cf6e57619fbf60e1c19f798e47b99b3f63256a3c5
MD5 30f6c0a6609a3cf67f8fcfa36d60f839
BLAKE2b-256 daec216720042464b8fd0be1c8070d12aabc01b1e7b53c3372a7f6b654641528

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b8ea7569eacaa2da98e0a5bdc0d2842c98cc91b0a6836c3a65ce4f183f4ea1d
MD5 2e3cc1926c21a54e4637b52e136cac7f
BLAKE2b-256 9c34735abff3f3210e5b9af2c435af039a1208266d3f3e182e8ff1560e5f3e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5460b64f04b7f311ae4512b1483c03f54eefb86a71f6db4b8af6f9a7d2655bc
MD5 f19505ac772a9cc500e43bbbb4e33e4f
BLAKE2b-256 b67d82e959f410485ea23e717387fe97a7d4c4ef95f54c71b919f1dc2f2c0b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ae91fe1d09a233197faea0c9c5f211215d1040d032803ba79e2b4a897d4cdef6
MD5 ccc53fb8438fcf8b771ef326a1833271
BLAKE2b-256 27bc8ab4781197a7cbd0ced1a47c0c38a4f911a37402d3d275165c4e70c8fa25

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-win_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5b3105afdad7d1a962554dd27f366cc9e2d3ead0f5ae1a906d2080bee46f898
MD5 f104f6321c8b895f19df76b0c1235955
BLAKE2b-256 742021b4e928a2ee205cafdf8d9c74e1782a93a11177e76eceabcb409ba2e098

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-win_amd64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf5363534571ae79f616de3eeb19bb1d22ad276de01c777942e9d0a6ea3b735b
MD5 c8e2b9e0ddb8433d6062942b5c61ece7
BLAKE2b-256 37d970df647737fa10b83b0b992aa69245ab5bed25e3024be3d6473b577885c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e2cc55a9e13bc89f71929e0e636ae03f0903c24cc3ec4e09886e800fd2d7049d
MD5 7a565223fe902cbf9dde5bca400e91ad
BLAKE2b-256 05b6e9ee6c36d0b57a5ee338055b83336d79e4a99b108404640ad99bfdd31acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f09c3d6153072914cb6840638323725b38c79f39e22cf2b12ca149ed7b51ff33
MD5 ce31656e9887f99940fdbb24b0034b99
BLAKE2b-256 f929999e011534eeecc903a8c739a4194324d08dc23ca2546684a53e0e42ae06

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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

File details

Details for the file reductable_params-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for reductable_params-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 426d40ae53fe2c153b06f8ded3a8cefd775ff28196a950bd76b3b712749183b8
MD5 6fefd3475757057f086e2567bff4fc7b
BLAKE2b-256 a75da054382049e00e07415ea5358b31bcd6749dffcd9a0dff99d3f361ad4c7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for reductable_params-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release-wheels.yml on Vizonex/reductable-params

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