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 Distribution

typed_envs-0.2.1.tar.gz (32.7 kB view details)

Uploaded Source

Built Distributions

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

typed_envs-0.2.1-cp314-cp314t-win_amd64.whl (60.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

typed_envs-0.2.1-cp314-cp314t-win32.whl (56.8 kB view details)

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.1 kB view details)

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

typed_envs-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl (70.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

typed_envs-0.2.1-cp314-cp314-win_amd64.whl (57.4 kB view details)

Uploaded CPython 3.14Windows x86-64

typed_envs-0.2.1-cp314-cp314-win32.whl (54.1 kB view details)

Uploaded CPython 3.14Windows x86

typed_envs-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (85.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.4 kB view details)

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

typed_envs-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

typed_envs-0.2.1-cp313-cp313-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.13Windows x86-64

typed_envs-0.2.1-cp313-cp313-win32.whl (53.7 kB view details)

Uploaded CPython 3.13Windows x86

typed_envs-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (85.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.6 kB view details)

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

typed_envs-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (67.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

typed_envs-0.2.1-cp312-cp312-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.12Windows x86-64

typed_envs-0.2.1-cp312-cp312-win32.whl (53.7 kB view details)

Uploaded CPython 3.12Windows x86

typed_envs-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (86.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.9 kB view details)

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

typed_envs-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

typed_envs-0.2.1-cp311-cp311-win_amd64.whl (57.0 kB view details)

Uploaded CPython 3.11Windows x86-64

typed_envs-0.2.1-cp311-cp311-win32.whl (53.3 kB view details)

Uploaded CPython 3.11Windows x86

typed_envs-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (85.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.1 kB view details)

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

typed_envs-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (66.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

typed_envs-0.2.1-cp310-cp310-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.10Windows x86-64

typed_envs-0.2.1-cp310-cp310-win32.whl (53.3 kB view details)

Uploaded CPython 3.10Windows x86

typed_envs-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (86.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.8 kB view details)

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

typed_envs-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (67.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

typed_envs-0.2.1-cp39-cp39-win_amd64.whl (57.2 kB view details)

Uploaded CPython 3.9Windows x86-64

typed_envs-0.2.1-cp39-cp39-win32.whl (53.2 kB view details)

Uploaded CPython 3.9Windows x86

typed_envs-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (86.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

typed_envs-0.2.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.7 kB view details)

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

typed_envs-0.2.1-cp39-cp39-macosx_11_0_arm64.whl (67.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file typed_envs-0.2.1.tar.gz.

File metadata

  • Download URL: typed_envs-0.2.1.tar.gz
  • Upload date:
  • Size: 32.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for typed_envs-0.2.1.tar.gz
Algorithm Hash digest
SHA256 adeac064236b3f922cceea0c14b2aec6affac06735e0347eb11c26d6a01aed99
MD5 803c7cff958690a444f0b6ac421d5654
BLAKE2b-256 9104381ef618a4ac79681f353d6daa1c7a97437c3d67a9aac92b5d6c04c2c7c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 16736eeb59d9e973a2e4d6bf6ad6f665fbc606b08cd661ec1ff651e1a1cbf800
MD5 5575051f8a8169d7fba1305fb46d6a9f
BLAKE2b-256 5a615b4f0f6bd0827581d71db410feef940de362862ac981e8f736e7ae4daf7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 56.8 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.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 bd728d97e98e5d79aa0005bf201496cd6f264e17af82063cd90f183dcff466b8
MD5 66fce49b8f12d33124f418d7405a1ab1
BLAKE2b-256 7f03fc87c53eeb4e9fc8672ebe91829aad401daa5899de9b4d29274bec1a5d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34664d218c778f2369e04a7d430b2928ea923d4cb164d8a7880baccc29f9303b
MD5 0b34aaeea27efc68be5cc6805d231a39
BLAKE2b-256 e197a078e7fcdfd3242405bee0b1d10a92c41a62aabfa23a22c006aacf41e278

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da0d546a40c9de706cb372d3a52fc7452eedbd9818217f164496b8ee6b2ec57d
MD5 1cd9346456a09a34a74b8a4b9fa458e0
BLAKE2b-256 974029223f229cbf6da1ffa4de797fba16e185499bcea04176f868d7225baf7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50f5db0cf6ec56f47a7f89a4dff9cd9a7c0b6906100f4367013a43da39269901
MD5 13bb4da09b22095931066cf74e0b4bf2
BLAKE2b-256 ddec983d12d46a38e4c0ccbccd9ce67ebabbba01b35e5a29821fb02226061e3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 57.4 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 32ca18136f3dc52d52eb8bd48f0eb773fd8e477600d47d4f4973fa900f6fb898
MD5 cc43463f1b258d6ebdd7e81721440a29
BLAKE2b-256 3f0da9ca4300b9926b817bdece82c7bbd01479937a7f0f7fa03191a72ea4f793

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 54.1 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d4eae7cd35afe0f636c582f3dccd42da85f43efb247a753eb8ee3182f8552cd7
MD5 2d12e2f779f2da9f9232c3facc8ff32d
BLAKE2b-256 84d290da4c7ee2d04f6ec1729ebd2dbde50ce1c5f71c4c868818ea73651bf9ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fdde3bde01f481bc24784c54db6dd66f5fb96f88e590324b228a47a06708057
MD5 47cd0327a294d8e70aab664463308a57
BLAKE2b-256 42701c1cf30685811bdec3b6994eae22a262a852a8bf31da7f3ae9c4a4cf686c

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e73814fe1ceccf0864ce8b0a327880ddee4f5ba865f3cb164a14a974f68da5cb
MD5 300ad52b8aeeda16c1f9883b662dc670
BLAKE2b-256 0357bee21d31df0d4802468035b51eebf0b3a2ebf047279b18f35b563e543c31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd8a15b19984ebdbd8c945dff2f92acc868f4758774dd82180aeb04cdb5a9af7
MD5 648c3ac26a45742c8f28d0a77b722fa7
BLAKE2b-256 a63e9799eaaeb120639a1679c8c1e099c9c0a39e21751d13b6dcf6c503d73138

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 57.2 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 761b587bf6baee1355fdad9278ce75f04a7ca98c8759a803b761ebd4d8ac36d2
MD5 b06618146d17048f7657ac029b505340
BLAKE2b-256 a431151ea65a79ebd45c743e16bd57b6cc1c43a4ba690547147c5061bf6f76b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 53.7 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ecc1d277eff08af118eda5e26f03c5d8987581874a9632fbd7311940e3b52ecd
MD5 b2639c58e88c8fabc59318502cf39b76
BLAKE2b-256 c474697c30093537d9ce196bcb51ad628a2bd681ed55ef427026a2c9f3fe1149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9ecd240699c02c0abe375b80e6a43d9c9939c96e0d78b212edf01aa3fa8c81f
MD5 71de8775904ca679a0243b1a9174d1bc
BLAKE2b-256 928ae4aaead10b4390ce3958a263bc76b8b003ce0d380eea8a7fd055b078470d

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d83444c6d469fc923d625d6450cb2445dd45d505da1bcd01ebb3d8a049995174
MD5 782453fb92c55bcf25539f3faa190980
BLAKE2b-256 83c9bb7831efed5b3fcdd4cef8cfef8c484ac9ab3b4a42bfd4474b697ac2defa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea0812a7f84808abcd08cccd51d0185fa9aa73d0ca4bb596834bdf89b721ee24
MD5 72c53cc777145312c9214b37ef249031
BLAKE2b-256 5feb61a8b130d3dcc9613dcc52259267d346a8778a66b7bac5c06d6728a37a59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 57.2 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8bc64e5190c291340a63650bcc7508fe63587cd0c0949a1822d5a8a01ac2f59f
MD5 b11f8218ac0728f1a685ea19d6ef0957
BLAKE2b-256 e084cf1e7897024ec7ff889d795d4630f46014343346458673821ca0de178556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 53.7 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fcf761699784dc55d4492a4130e1f99dda4d7ba1e194c40a5aa0c430990cea29
MD5 e4c6de228b7b8abbf7792d89501507f2
BLAKE2b-256 6ea8e4c2261e9724a59f3a9fdd4f1f5c0accdfe75645f86abe014bd1d93be178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e474acbd50dca4847ffa58fc16bbcfaabacc98f2caf76516cf5f46a1aae7c92e
MD5 e538e1e01c6981bf02e096e1a1b14be0
BLAKE2b-256 bfb1d0caaee55b0cfaa5cff4abf943daa2ffb0aca5cebb556c297913e19a34a4

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c049d12327a479ce2dfd9a20c80bcb2557597833e42679629498cef58b8d748d
MD5 435dd44e76f8b8ca84335c5bc97d104b
BLAKE2b-256 5ffbb733119081fc34bb0e4202c20458bd743f7113b9dda04d9b781bc31e1560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dedbb883a558fb0f9a7858a9cf1e05219e603a0ac555888aa60366c48d2e9d3
MD5 ef7c14c87eb4cb3a751c4e19847b8177
BLAKE2b-256 499522a727ea1ed9207c12e9a8179e454f486438da0357303efd906f0a310c03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 57.0 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7d7ff5c65a32446004455095fcface5199fbcd5d73b339cb0b8379685bd1c032
MD5 e7f76aabca36241b90c073fbe83a6d6f
BLAKE2b-256 cd278c6a5242aef0f9e2ee8e355817dc94fb6ac9597718472de443316ff9e7c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 53.3 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 034c23f7120d2219977c1a9ce8f9206c72eb3aaa8ad3b1a00aa4147f0608fa83
MD5 80c26417f245f729b4e3111da57f3018
BLAKE2b-256 51d4287d501f002fcbb791093d1788cf51bbe29ff679ac1847faa08d5c76561a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c6a8e8829de2278fb521fd75b8779820c5e09d9139238abd86c86f9a428ddd7
MD5 44b6d91ac615770571c02a874edcddcc
BLAKE2b-256 23959fe9ec15e76b2dd62a5b8af094a93210977329f272c815d5718786dfecc0

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4416248849b9cfa1c426af24347dcc4bd6a16e0c52bd21a114e36f75634b6103
MD5 59efc73b1aa155b150edb559801324d4
BLAKE2b-256 0f000e4546d576f196e94d6dce09f0ae066994f83c56b06d17db2234875abe47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3717a3e7e18beb0d3836feb3cd11295931eda572c0ff5a443d2434e9237a7421
MD5 32fc1655d6942e220001643f492159da
BLAKE2b-256 f0b5ddd2dd22a0e301174111fce2a604fffa714a7ea748beea126bb9a7119987

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 57.2 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d5be119f2b5a7bf1901e505c32631f763ec8cd38252cef5bfa6bb4ed0e91781a
MD5 1e1de573a7cd914c56a65616864937cb
BLAKE2b-256 c74b79a4c3c8fd12ec4cacf4d9d8733e530002cc4ebdf75348bb08bf70a5c629

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 53.3 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 978a068b535c003d875707e3358b1eb8694896119773bbbe6c0d18a47418b139
MD5 159f153bc66856922cd3f914ea8d1c4a
BLAKE2b-256 0f1b8d1c6a510e2ec68ebe442609b3eb78c49cfb60af09d386c9534fae745e4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9495d5dc5d5c1e42e479e4f3ede8f4886dcebd15407985e74d790ed36635f32d
MD5 9e578cb1729d8559d03417c843c1a9f5
BLAKE2b-256 316683111961df3c5212e2c6d2b3d18d53a694a0760efd6f8b356e7545f02736

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d69ca6ce8f443d331e10da6eec63f07421b7cbb425270320569cdb78feb1018e
MD5 8af4fc295903a0280f70ede9fd319dac
BLAKE2b-256 c092912816b73131dfcd9d7c625c813af449ed1aec6efbd87acca587e2645c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c3a24aea182ce5aced4feb61854c3901845067fecebe47d6b2920578e6dfc16
MD5 15f322ef45fefa55d38ab5fe735629f8
BLAKE2b-256 d3fb87a1b114f114cd8315e0c0f837497b14058071ff01ae68c1ea0a28cb0c74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 57.2 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7987bb80ee161c09c68b0c363e869c12314338556302e0fe61e9a4a04755c7be
MD5 2e7bae618d968243c573e544b35869eb
BLAKE2b-256 40fcfe3106ea7eb331d6ffe06a3cf29729374ab92628343c37cf99c7ab04f7ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 53.2 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 78d5fb1df49c2660fda6726dd135a164bba1e475cae25bb42e26dba458280055
MD5 8a709e201ee5819e85eaba16aeb6b151
BLAKE2b-256 cd1e67d3de788f22624c6c79e85afe1193a09611a321123700efe800f1612abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9badd26e9ac9dda65a5aeb3db4a3083bdf8ddb07a4593986ea8a8514ec846825
MD5 2f90790ef3f7fc86f4f4e54f30dda7f5
BLAKE2b-256 b59108b195e1df72842dd40a305d4a169b8c591521e57e5c9e5d5158afcc1fe2

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.1-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.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 914e958dfdeae3efbfcfc308ce84fef7d8f134d6749738126f79922931046590
MD5 f6c75ec2aef0d64405c040a99b3074eb
BLAKE2b-256 297f0bfe33535a424ff3ef13bb266adfd01cd5d5e17f3b4987dec485a517ce70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba472daf124ba6e07cafdf2b995da913f57aa5d82830990a9ccfcb1c5cb46e9b
MD5 24d4a3f41d22834d53e3d9b8c2d32a36
BLAKE2b-256 f88fcc7ea54437867b8d37888e4ce2770dd5758c10934d3765e7703639146b7c

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