Skip to main content

Add your description here

Project description

typeconvert

Convert various unsigned integers to non-native Python or Numpy types.

function types

For each conversion, there are two kinds of functions to import:

  • typeconvert.func: scalar functions
  • typeconvert.ufunc: numpy universal functions (ufunc)

Choose what kind of function to import:

from typeconvert.func import <function_name_here>
from typeconvert.ufunc import <function_name_here>

scalar functions

The scalar functions take unsigned Python int as inputs and return either an int or Python float as appropriate.

numpy universal functions

The numpy universal functions take the minimum-sized np.uint<> for the given type, and return the minimum-sized np.uint<> or np.float<> for the dynamic range of the output.

examples

Two's-Complement

In [1]: from typeconvert.func import twoscomp
In [2]: twoscomp(0x00, 8), twoscomp(0xFF, 8), twoscomp(0x7F, 8), twoscomp(0x80, 8)

Out[2]: (0, -1, 127, -128)

MIL-STD-1750A32

In [3]: from typeconvert.func import milstd1750a32
In [4]: milstd1750a32(0x40000000), milstd1750a32(0x80000000), milstd1750a32(0x9FFFFF04)

Out[4]: (0.5, -1.0, -12.000002)

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

typeconvert-1.0.0.tar.gz (5.1 MB view details)

Uploaded Source

Built Distributions

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

typeconvert-1.0.0-cp313-cp313-win_amd64.whl (44.0 kB view details)

Uploaded CPython 3.13Windows x86-64

typeconvert-1.0.0-cp313-cp313-win32.whl (43.1 kB view details)

Uploaded CPython 3.13Windows x86

typeconvert-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (69.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

typeconvert-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (72.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

typeconvert-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (70.6 kB view details)

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

typeconvert-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.8 kB view details)

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

typeconvert-1.0.0-cp312-cp312-win_amd64.whl (44.0 kB view details)

Uploaded CPython 3.12Windows x86-64

typeconvert-1.0.0-cp312-cp312-win32.whl (43.1 kB view details)

Uploaded CPython 3.12Windows x86

typeconvert-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (69.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

typeconvert-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (72.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

typeconvert-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (70.7 kB view details)

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

typeconvert-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.9 kB view details)

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

typeconvert-1.0.0-cp311-cp311-win_amd64.whl (44.0 kB view details)

Uploaded CPython 3.11Windows x86-64

typeconvert-1.0.0-cp311-cp311-win32.whl (43.1 kB view details)

Uploaded CPython 3.11Windows x86

typeconvert-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (68.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

typeconvert-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (71.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

typeconvert-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.9 kB view details)

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

typeconvert-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.1 kB view details)

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

typeconvert-1.0.0-cp310-cp310-win_amd64.whl (44.0 kB view details)

Uploaded CPython 3.10Windows x86-64

typeconvert-1.0.0-cp310-cp310-win32.whl (43.1 kB view details)

Uploaded CPython 3.10Windows x86

typeconvert-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (68.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

typeconvert-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (71.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

typeconvert-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.7 kB view details)

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

typeconvert-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (70.0 kB view details)

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

typeconvert-1.0.0-cp39-cp39-win_amd64.whl (44.0 kB view details)

Uploaded CPython 3.9Windows x86-64

typeconvert-1.0.0-cp39-cp39-win32.whl (43.1 kB view details)

Uploaded CPython 3.9Windows x86

typeconvert-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (68.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

typeconvert-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (71.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

typeconvert-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69.6 kB view details)

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

typeconvert-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (69.8 kB view details)

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

File details

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

File metadata

  • Download URL: typeconvert-1.0.0.tar.gz
  • Upload date:
  • Size: 5.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0a910a1d36bf9514f2e0576a694845a30773b693093d04db499c92d7f0f7aeee
MD5 3014e9d1490089c8736d5a2d723179c2
BLAKE2b-256 334cba7f3af5bad2683674e09a8aa1648b50f7c5ff69d31608a86959b64db7d5

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 82a52d7364452cfa14096877b7a31f19efbb4dbe8c439201e3023899393c841e
MD5 e3f70884beec3f255f0b3e53c4865b0f
BLAKE2b-256 31e05dd7377e9da66023436226d42ac170999897d71f87a69e4faf83f04a524f

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 755ea848adde1f586016836a44ab37059a44a590eff336ff1e79b85cc5f4bac7
MD5 cc555fb9fcd5290ee4051059a093076d
BLAKE2b-256 9896c54b33bc393890f9198b4376aea044d048368042a32eb6faf9f493d195ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp313-cp313-win32.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 079d1ab566100225ad607eed50128fdc1f7aef69054a5bc3168a85e65f77c745
MD5 3e10fc72fcede64ad092117dab40c079
BLAKE2b-256 c46cc7f826d2102c156f7e31f340d89fcec35ab61ae7fc1d88c22e8fd20a85e9

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e6e4d95bff4e9cd16f408e8e6cdf230939e440d5708a029346213ffd2aa11db
MD5 599e46c290f2f27f279593efb6f3ba8c
BLAKE2b-256 80ea3dca34121fa7fbbddfe1259e19efce47e6dd801dbede53fdb1c90668c44c

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-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 typeconvert-1.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4276536e8fb528d21725070f442d8eb29094ad1d3b083360c130091b456339bc
MD5 a101eb06a8aecef5e94d4c896c29abbd
BLAKE2b-256 f4ede0ce6ae46b810b703dcdafd2cca34e0d67ee5e7364eb1b72c13167dacf2f

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 250a25f03298d8404dd48c4ca0de345ff3347bcbc0a251e284062bbc97510418
MD5 a144b4d257714cf03debb361fa2474d6
BLAKE2b-256 d0595ee199c9427c6fb37052be802f3b1109fbec7e123d99ecc91d5ffd544fce

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75347320820b12530f02ae380b057fdd49d052b5eb5205602182126f371aec63
MD5 be88f2b06869adca91ecfb9193f5fbc2
BLAKE2b-256 3af1791d9d10cf1f39997e7627f15e87a6ed7ade2c23792d3d28052b45b22435

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 760935fb5284fc872c133f45edb31af8ba49488a2102bd6129feb69169dc9c8b
MD5 8fd4a794745015c97f11488f8f9300ed
BLAKE2b-256 feba020e4e420e9cc9a568d2cdbdb3d2aeb0d9e6530dd60af2f1415cf02e8224

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp312-cp312-win32.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f4994490a7a779780c0515b21f16d3037ad3d8af146aa939b6e338873a73743
MD5 36c7cee6692acfaaed23b879ec83a3f2
BLAKE2b-256 5c7dfb0e5f724117a576f980f8b7d91aa428db5612b30f9eec09a5f9ff4e882b

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65226a7159eeaac2f8aa7b56f08aed047e8f334a07627f13fb28f7a113162c3c
MD5 bed33810d39c1996bab3219c9ab9a364
BLAKE2b-256 4f7b33bee6413bc6107b103814ac70957de0af7c413807a53e6d43a3a8c86a45

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-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 typeconvert-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97a6bc8ff20e0b36076ff0d9f83ab7ccb188561cca3e6205f6f48c7a48db2b1e
MD5 77e4c1d8c40ce7d2f43e13fb9b325012
BLAKE2b-256 f78037f8983c7d9da876e7b133c1c500f828206118f22129de14895957af69a4

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aea9b1d54a1be9c15b49174bd549424b6073e689e8f2d695b29e1d108cbc2539
MD5 17194915a743adea79d816b96b417397
BLAKE2b-256 957db3626573c9dd460f6067bab5a3bdae6d3daf5f05d770c369eec8d6537b45

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46bf1e1b610f02fde4f1dbeac0b94b2549895e458e9945e63856149552993624
MD5 b940f44760850fffd472e9c7267eb411
BLAKE2b-256 2fa9b1e9069fa37785bcf802f53db46a521479e40cbcb1bed27fa41c5dc31769

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d9e431cd9a20b1437751d41cea5b67645eeb40d09ca224241032d3e719f60ea9
MD5 be8e23c110d3c0badd664e434d7c4bf3
BLAKE2b-256 25ee7d152a5656bf9329d0c5414b4afe4de5ba2b62086edbdc86df1ec3de0779

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp311-cp311-win32.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51b4bbaefd373e3964f96fb5c6629a03584998bda659001d9e1e12243c53e73d
MD5 7e6d7010295fb31f53bb4e2b5860c762
BLAKE2b-256 e673a13a026c2e2e5838cd5fad8622678beb2140fc17cc9185b6045d3a69ae84

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7e5aca671ad7127d7c3fffd83fa96e80430c5486019a2139307e870678f2474
MD5 51d8d1262dc2a21bc4a5b21de8198a1d
BLAKE2b-256 8fe7bc128ed7151afb966ace0612f0fccc06a327aee44c17476bb70362f6988e

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-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 typeconvert-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e6de3af674b30bfe2ad091df7f2b58cd67fd69f7ffe81cc4a872953012acb1c
MD5 2e9ee2e588ff65e7eb1444855b3dd76b
BLAKE2b-256 a81bd2b36101cc5f501ac5a2e9c8bb2948218bdbfd368f9f788b564fa33519a3

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be56d31c5f0485d9fda05caa25ea557d33e96c99d3eeacb01d15c2885e697173
MD5 d9411708609a0266bde3edb4d776971b
BLAKE2b-256 3d420ae78bf0e5765f1618126015ca4b37a9cc8a08f3d092e64fee6ee3d256da

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf4b84c7700d4dd6f7d7b2a51329302ff833ce680ee07b4b21e5ebd25c656d4e
MD5 2dd5606c44cb33057ef8d9c62d68ba99
BLAKE2b-256 16ffd644ef359e5bd5cad8d04bf7ebcd6d420caaa7527fd620bf88c11aa35216

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 35d979a9d35c7cafb6f284bddbedbb6947c6a17628126c035cd73cffa07462e1
MD5 836938465fc52724c8fc6a43b0cc0468
BLAKE2b-256 a46897c1613624a430ac4d6962a5506a1b236981de407eb8e82f6f946f771446

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp310-cp310-win32.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

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

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56002fde3aea2d8a8b99133ddb73b06d25e4cf1c32679114e0f0cb4a33b5477c
MD5 089ae505b1e2c6bd41aa21613dacb209
BLAKE2b-256 bc195347ce9d00c372538d52ec521331514f74374b3ef1db04edca539b381ca3

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 633780212dc0bc1687a902143911437d37cb446a28682ea80b877d0bc88e6959
MD5 2e0b4cbb65fe65bbb48e064b8f6097d4
BLAKE2b-256 a60bb633803baf20e6af10f0a4467239fc16ae4ce819520dbaf14169379b0a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-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 typeconvert-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e1ac5e4f37aae0819f5d579ac0134e5224d56d51824f54fb211d0149ac1751e
MD5 1d72902dd28934011268f5961e539a38
BLAKE2b-256 4a6cbfe77a9f5d155d7929d04d70af79d71c8894949628e8c82d2f122b28b117

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e7eb25cbe69cd4e420290e6fe4c4efc882c7ef1eade819b8fb32fd9b1eabf1f
MD5 b7ab1bd60097576f2801ffac9bbc306f
BLAKE2b-256 9006ced9d1c7db5fc57b36f7ecbad6acb503023cfcc08f249db5a61769b63796

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 44.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d55beb9ab02e42c327edc027853dd5278973088772e709b6eaaafe2bd340c542
MD5 46edae55e2e2b451447466262dc0dce5
BLAKE2b-256 6ee8701d8a26213cbbe60770a830e3317c6d4093fdc412be30120f1cfcda4efd

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp39-cp39-win_amd64.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: typeconvert-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for typeconvert-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 62938b400c7e1f5a788f1b29b97f44cb6c1967458b38badae9323852a7ea6ffd
MD5 aff2a1540d102295d7f600a4c6da8c73
BLAKE2b-256 3b1c29a5ad218cdb26d1d570ffd2b538965817ada37767fc9e1f97e5b171ae8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp39-cp39-win32.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6a550af1af72bd1e69d9428d32af3885e1cc0c57dfca4b48085fa62b1369c9c
MD5 7bed9c451d55de4979ebf9b9f4e295f2
BLAKE2b-256 ed326b606864a67dd492c97b19b0840acb83d6d99824ccf3615e73f7eb058316

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9be9c7fe3dfb69519abf0c5143591182a7bbfe8ca4a7a7f7d96a22922b0d723c
MD5 0b8d92b5fdb57baf0f171c67b6d7804c
BLAKE2b-256 eb157d7ca6f23527faf87dccba04ed5be7f8f3fb46ce89b3289ce4f68994cec2

See more details on using hashes here.

Provenance

The following attestation bundles were made for typeconvert-1.0.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-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 typeconvert-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9018df6dc6b79800d776e201588c11bc48f8693af1a43a4202c8be71f1fc52d
MD5 6d2bd98c5f8b790b3b8557a6ccc0dc24
BLAKE2b-256 e9c291481e9ed744b293c72a3c1f1ad447490be58c8c0a3669029519272bda81

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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

File details

Details for the file typeconvert-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typeconvert-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2793b8ac338ac8a435d85c18a382696d18fafc27412a45cd98cfd99d1a3c81ab
MD5 07235cd3c64faba674631a011bad3dd1
BLAKE2b-256 f378ad1e26868e806e37c188651e32b7308af4c22f976effa9ac9611cbebf1fc

See more details on using hashes here.

Provenance

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

Publisher: github-deploy.yml on jolsten/type-convert

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