Skip to main content

typed_envs is used to create specialized `EnvironmentVariable` objects that behave exactly the same as any other instance of the `typ` used to create them.

Project description

typed_envs is used to create specialized EnvironmentVariable objects that behave exactly the same as any other instance of the typ used to create them.

typed_envs is used for:
  • defining your envs in a readable, user friendly way

  • enhancing type hints for the returned instances

  • enhancing __repr__ of the returned instance with extra contextual information

In the example below, some_var can be used just like as any other int object.

` import typed_envs some_var = typed_envs.create_env("SET_WITH_THIS_ENV", int, 10) >>> isinstance(some_var, int) True >>> isinstance(some_var, EnvironmentVariable) True `

There are only 2 differences between some_var and int(10):
  • some_var will properly type check as an instance of both int and EnvironmentVariable

  • some_var.__repr__() will include contextual information about the EnvironmentVariable.

` >>> some_var <EnvironmentVariable[name=`SET_WITH_THIS_ENV`, type=int, default_value=10, current_value=10, using_default=True]> >>> str(some_var) "10" >>> some_var + 5 15 >>> 20 / some_var 2 `

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

typed_envs-0.2.2-cp314-cp314t-win_amd64.whl (65.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

typed_envs-0.2.2-cp314-cp314t-win32.whl (60.5 kB view details)

Uploaded CPython 3.14tWindows x86

typed_envs-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl (93.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (91.2 kB view details)

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

typed_envs-0.2.2-cp314-cp314t-macosx_11_0_arm64.whl (74.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

typed_envs-0.2.2-cp314-cp314-win_amd64.whl (61.1 kB view details)

Uploaded CPython 3.14Windows x86-64

typed_envs-0.2.2-cp314-cp314-win32.whl (57.0 kB view details)

Uploaded CPython 3.14Windows x86

typed_envs-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.0 kB view details)

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

typed_envs-0.2.2-cp314-cp314-macosx_11_0_arm64.whl (69.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

typed_envs-0.2.2-cp313-cp313-win_amd64.whl (61.0 kB view details)

Uploaded CPython 3.13Windows x86-64

typed_envs-0.2.2-cp313-cp313-win32.whl (56.9 kB view details)

Uploaded CPython 3.13Windows x86

typed_envs-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (89.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.4 kB view details)

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

typed_envs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (69.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

typed_envs-0.2.2-cp312-cp312-win_amd64.whl (60.9 kB view details)

Uploaded CPython 3.12Windows x86-64

typed_envs-0.2.2-cp312-cp312-win32.whl (56.9 kB view details)

Uploaded CPython 3.12Windows x86

typed_envs-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (90.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.8 kB view details)

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

typed_envs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (70.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

typed_envs-0.2.2-cp311-cp311-win_amd64.whl (60.9 kB view details)

Uploaded CPython 3.11Windows x86-64

typed_envs-0.2.2-cp311-cp311-win32.whl (56.5 kB view details)

Uploaded CPython 3.11Windows x86

typed_envs-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (86.8 kB view details)

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

typed_envs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (69.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

typed_envs-0.2.2-cp310-cp310-win_amd64.whl (61.1 kB view details)

Uploaded CPython 3.10Windows x86-64

typed_envs-0.2.2-cp310-cp310-win32.whl (56.5 kB view details)

Uploaded CPython 3.10Windows x86

typed_envs-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (90.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.5 kB view details)

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

typed_envs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (70.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

typed_envs-0.2.2-cp39-cp39-win_amd64.whl (61.1 kB view details)

Uploaded CPython 3.9Windows x86-64

typed_envs-0.2.2-cp39-cp39-win32.whl (56.5 kB view details)

Uploaded CPython 3.9Windows x86

typed_envs-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl (89.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

typed_envs-0.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.4 kB view details)

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

typed_envs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl (70.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file typed_envs-0.2.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f0026b0a30e77be36440c16c55b47ad5a23a19ce23f5ed933745689cc02088c7
MD5 4e7746c48e41f15a9f08c1191c4d633a
BLAKE2b-256 f627b9717fc4ed6e122bcc0ff75734f62edb4a1091cf589d4fbdf6c87cd3c013

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 60.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 6d1678cacb1f509a77c450344cab996e9567d0f02bd1aeef87751da00f285d5d
MD5 786c81b7acc59ad3ea6b4ae0c01bc3b5
BLAKE2b-256 97f43578f6265b89150dc5b6c2acf3447400abbf988ea01a5ff2e618d1223a68

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47de02d5fce52f75e9e15a7b6a4dd5e633cb75963ae91a28552b8b80b2f20167
MD5 6d081d0cd841f1fb56ec6438ad8a42ed
BLAKE2b-256 8bb1936a5acd23f46e3c4cffaa8d74456f8c02cdb466774f1bbb402c372ad3f0

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5581d008ca372da4cf7e58161ffd11cd2089abd4f6dec328e5f5a2f9b9aa50f1
MD5 dc79c99387af75187a2f13c5815bceaf
BLAKE2b-256 77db2534cd5ab0f3e69ed245ba014e7c491af11a2a35b7815af68e766640b844

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24d45d8aff61eb8c08fe6f62ed6e9b5437a9863a9f3900bc7ea90d072967f087
MD5 f5e29bf6949b01b17d1f2cf4cf565f06
BLAKE2b-256 d73daa5a097601907ffe52ad5ee1418b0861b23ae76c6e65b3fa49785adf3523

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3013f5add537cd39428827c4c24832285c3f3f984de48ee381ab98f231649ce8
MD5 a2109ca28abd7c66619385c80939244a
BLAKE2b-256 49795efa120b1ace01cd7518415465a6afd4087dd600a880118d1085372abbc7

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 57.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9ef58d45a00298f61b15e344a2962c6ce97bf586875fb3cafb35c5fd5ac06a01
MD5 8faf0ba4d4befbf0bab9477e83aa99df
BLAKE2b-256 cff26da17a51c113b00c90eb817dcbcec62b44bd0d33f28d72bf046fc1e36fc4

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d804c4de3a76625ec9023d4889378493618ee20572fa6f6939465d9a7bc689ac
MD5 111b5b058d7d0779609b3cdaacbc384b
BLAKE2b-256 49f25670124a8305d75e3aecd09f3beb13bba35dbc164b1ae4d339e06000a732

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b93e56d3a3ea367518dcb9a4ed0899bc5f44ec7f6bc9e8c387680357f391ddb7
MD5 54f4f737ae808d309b3ceeea8e622bef
BLAKE2b-256 ad17c09637dede17b259f3746e2e362afa67a2e53a175b46c3c3023157aefa3b

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f112f05a9a462dbc11bb6b8ecd30a556760005b976f8da7a5a6f42be6feb177
MD5 65961837260fff96df6e98def5fb9d9a
BLAKE2b-256 edad01d8fb77bd1fd755b68b4d1f9d8633e514c7dde4db13af72fad63e2e37a6

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 61.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4b4682e0d563d12d03dcac4746ad5dd8fcd5e61144d558d92f4129ce9c6bda07
MD5 d4be4cbd4f043c719ffb5caf182f7d7c
BLAKE2b-256 672c9169a0fd6d7e4fbd3055b59d218e09e1f43efa9f626db5bdf0784c30cba0

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 56.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 86189a92342d614e6bdd1b235d73066f0cb4e2162e3e5679a689b55900982994
MD5 344441bc8909a9401c44e099f5979a9c
BLAKE2b-256 a5df1c7280266a6be352173fd21def857f23ec6ffea09bae7828fa59ebad7cbd

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18c4944d2a3bbd2a2d8a8ee4d06223d65c5440232751c2720dd2843897534069
MD5 d9d1a97acc4a349167b500eaa9a558c4
BLAKE2b-256 b0c467bb613efd9fb8a78a89a494e97f7238b83d538c2da3c97d5af68de7c5cd

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8dd6b1e6961fe0640300f086a938a72078c8e336c180b49d5fbf2f2158afbc2
MD5 f2a657d9b7037a54a119c37a7a2606a8
BLAKE2b-256 6b08b509d9364c32bc9998438bc3376d84c7655871136dafcffbe51c6a0d6ea0

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a082cd5823ad0ae928802200980fb39ef396508a22d0aebd259b7e168b6b8fb
MD5 dd1a74656c6def067986defb29d4d637
BLAKE2b-256 76ef7f481bb5d03f76e01dd528ef6811391452da6fff08d52f9eae50c31b662d

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 60.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7de49ea9c075036537edbab8625c1ceed46bd9ca52b8967fcb88fe8e754b35b2
MD5 241b099b21baf2d38141e68174c3a03e
BLAKE2b-256 7d590251b4d17c15b67f7fdbbf663ecd23c405ba281d70fb87f32399cdfdbfb3

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 56.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7b348e6d2d6fcfcc3ecb14942424d4369330e523e3ea33222b29342b803a2368
MD5 88022b44bd082a71756770acf4877673
BLAKE2b-256 a7d161e9f51dfd79bff7ec8e4a63565108f87cb9297e697f2760259b0cfcd41f

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5802626968ee70e32aed8bdfb0c798e9a554a5a40be8d6448923bb3f66a06fb8
MD5 c7fe5dc7a14519d876184213614d93b7
BLAKE2b-256 cb91acaab1eff50d6fe2939633d7b36836ec90352a1cbd6a9c8a2de05f5bdcec

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88a9ec0921cf1264121592928588d66a742d3b496236a2d56c2268f64f3d3746
MD5 f1e5b6351b4ad27be1bb00fdb95e325d
BLAKE2b-256 2971c5ee064a5c2a4a936bddc490a07fe59adf215a1d30b4661bc2be19ecc860

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b64d083607d530bd71fb0376a31a5f6b11efd9f44cd464e33ecc420a617ebded
MD5 6558a55776f9056e3f8bd06dbbd777ff
BLAKE2b-256 55808597c8e150f4b1d3cdd0a7995b771823a4ef28498514ce8e2c2c49d3d13c

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 60.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b3bdbee4e92e4de5374bef123c87a0026b872b1a64bf7d093a8d5d7359025fa
MD5 0dad00896fdd8d40e3051783b8ec90f1
BLAKE2b-256 6317fa6db7f1b96497818a3f739a48db90d27b1f34331b929efadce571fa0368

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 125337cb231b249429585ec4d6340d09d2828abc90731d1036f8f10d06400600
MD5 b387546985afbf7f023447f99245671d
BLAKE2b-256 16882bced445ed8e27fba2ce86b8a874abb24a3cf08a30117a96ef22810af9c2

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 338eb08190e5e66844fa53bd978efaab76f94e8fc48c28758e67be990ada5df5
MD5 c8f979353692aec3cf026012e7c6c60f
BLAKE2b-256 8165b6623c9f82cc239ddde78b13b6bf1279139f7f32bce08d6e8f07c342747c

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c555a0f57862700a9d08579d462920bee3e773308adfbbc4d369d4ae59847fe
MD5 ec5a65a06132ec60a521d66d9bfb4f1c
BLAKE2b-256 75411336abed89054c878e37f0dc6a5502d06e5da833272aa00c3046e48915da

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7e158204e9d967efbdd02bc0153ce3b49ccd3c7ee6afc232f2c89b68dd40734
MD5 33ea3599c2f1b87e9c690d0bc25a24b1
BLAKE2b-256 c35c8bee2dedb5b2e84d4a1ac5c8c6a6341b7c6140b03fdb9cbf3c53dff077b7

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c4770c21b8729e684b1275e15c3e5c333f13e9c129c0df0fa6f23c7af84cc446
MD5 942d0d0cab63671c9fae3bb38fe954d8
BLAKE2b-256 742ccf264e7d5dc40aa2c9e7476ae3aa24285f5d55a1f32637060e0af45e1339

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2692f62adf621a51330ba9f537669fbe72b5d8fa5962cc8011a4202aecca85d7
MD5 aaaccb6d51baa6993d9e5d06d5a0d12e
BLAKE2b-256 d5f52db79c28e830b9edc3ea8127893fd2245d47ede3ca026ce3e21d7648b01a

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74429ac73f5bf18ec8fec5fbe40a6e7db011412cfa2bb52e70ba13c50860790e
MD5 f4f2da9cc37dbe26187186b396b0f0dc
BLAKE2b-256 cf7934df930f4a90540a9414080b9d85aab7abdf1b4bd6f10c795363fa287a00

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acaa45f06063d7d65e91765785141995ea5cbc870ca713b79d66ee7bce11f0ff
MD5 142dca761db8fc8be66527c67cbcb2b3
BLAKE2b-256 333f8482cedfe10cc3ba0a67a7a7eb97c14063621bc198e3d33b6f6eaf7a1086

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 212ce846780fc2fc8c055fae052b3820671de3ccf10ddd4b6a35ae57cdbe457d
MD5 a18f75d926e2a236048a44b683705d0a
BLAKE2b-256 655b80dcbd590118cebb07a6c8ec518e5f663ce3a74b966881d8030a986ab50d

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9c3c5ec07d652927ce349fdd7b6d42142e52a2a0f8ad76dd9f5ff08fb42b970a
MD5 be396e59e28a7c1c0306ece6adc7a2dc
BLAKE2b-256 4ce22e60cd9848bacf63e1838a3fcb0d2ba617ef1c25b48bbad436a49bb9499c

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 56.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0f77c8790a676183b087a1245847bc1aaf5bf7c3291019aad2e0129e6200e0d3
MD5 839b01068ed60b350d0ce447a6548c37
BLAKE2b-256 dbca278917635ca44e9dca0705c519cf26c469fe986859aacdb3c853aa6d144e

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ea1b1c99b60cf425a91c3a26f2d144d488ec44d429df6cf0176e9891d6bec68
MD5 2e5add3b0112e7c356da8eb8ff9847da
BLAKE2b-256 7779ddd0d4ae58332baf782b24f6613481b892032ace6f8f27bb7dd6fabf512a

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b34ed93bbc42e74d6d8f756c5ecb4f8285dff7f2eb8494b329de3fcefb9aabc
MD5 603e5d7095242775c39e6923fb8874ef
BLAKE2b-256 7e7e8f1f70a7752494cff5a0d0edc82f2fc2d657b3488cf5f8552528cb2a4be1

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8699d2c93040ef6636e5916f0b5d4d05a9d7804e29f774f15a8dd0fe2c5286fc
MD5 043f86fe47b53027192f73cdf0d75a38
BLAKE2b-256 785628948c7a7f48622f1eab970d206abf40617f08962e205670c44c8b164f23

See more details on using hashes here.

Supported by

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