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.0.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.0-cp314-cp314t-win_amd64.whl (60.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

typed_envs-0.2.0-cp314-cp314t-win32.whl (56.7 kB view details)

Uploaded CPython 3.14tWindows x86

typed_envs-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (89.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (86.7 kB view details)

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

typed_envs-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl (70.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

typed_envs-0.2.0-cp314-cp314-win32.whl (54.0 kB view details)

Uploaded CPython 3.14Windows x86

typed_envs-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (85.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (82.9 kB view details)

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

typed_envs-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (66.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

typed_envs-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (85.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.1 kB view details)

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

typed_envs-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (66.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

typed_envs-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.4 kB view details)

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

typed_envs-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (66.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

typed_envs-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (85.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (82.6 kB view details)

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

typed_envs-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (66.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

typed_envs-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (85.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

typed_envs-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (66.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

typed_envs-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.2 kB view details)

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

typed_envs-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (66.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

typed_envs-0.2.0-cp38-cp38-win_amd64.whl (55.7 kB view details)

Uploaded CPython 3.8Windows x86-64

typed_envs-0.2.0-cp38-cp38-win32.whl (52.1 kB view details)

Uploaded CPython 3.8Windows x86

typed_envs-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (79.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

typed_envs-0.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (77.3 kB view details)

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

typed_envs-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (61.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for typed_envs-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0499d4dbd34da80ee084dd553032be3acb669921e262f42be56e65608dca249a
MD5 4f8076a14f2333ed0db98cb45068b651
BLAKE2b-256 bf7d2088715a49ee15c24714f5cd7375aebe6d9edf3ffd158db3c1a779d77ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 94d384aad90eb10a80f6ffe77bb30a805bc1bc2ff88c6d84553e59ab8211d6e0
MD5 96f6994933d426f4fda531f619f3224d
BLAKE2b-256 39ac18cc7aa8430ded8ba973f9cd9dcf1c02447a99369004a2e290477fe2136b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 136bbb4bf600c8cad4c5126941df87bc0c363e5b7d6c094cc9a6f70c2eab1094
MD5 45e4681630ee09d6d0f13f4a5fb3133c
BLAKE2b-256 d316d2d6137f779ae077905922bc95d1fb92458395990bf1fd2701adc8496273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db0c40b089a59a89a8219c9f26a4f82b63a8956121200c683d632bd2a060dd67
MD5 2d47052a908a60ce5c32489e632dba47
BLAKE2b-256 3fef465673fda9787093e390d6bef80c368898731f77c1f1501cd2fc9136f152

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 627743794651b92ff7c66b97d8259a27ccff6a04b7d07db66c30aab78e275814
MD5 8b66d2386946f525092089358638b6b4
BLAKE2b-256 c1902c345a1989ce9bdcdd5a36135d4dc2e63a980b80a1646afe5c43b959dd5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f5c714b7f3991f63bcfd91dbe7bcab6a10ca07a75d077467799209437315e20
MD5 26a4659e30d3b6c67a8935f2a00e8cf3
BLAKE2b-256 350d510fca28f4c0e2f0a4f676ce16403feccc4d8cebe33732cde03427397a3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 559d61043b201f6405fed52b2e4b89f619335329cbf5c54058a8b576a078c9fe
MD5 c2161908d84c16c4c16e4000f0e79b61
BLAKE2b-256 248753bf43caf35974dbd42bce0c2736e96474eb6720c864a5132b08faaf321c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2c826c909db7a04f4d883c6d6f9770eac8c0025c01a78577369d62abbfeef378
MD5 cfab51fe1cc2a7cab179b67158a0adf4
BLAKE2b-256 9bc2e8e802beaabb4ba828454af95d497b879ec0e307b279e7e8235a51aa03f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e680c8ac6353ac782ca34fd2df724977a41ac2c5b89e7707dec84a049b5464a
MD5 8c5ad4d44e2c1eac12c1b007be151eb1
BLAKE2b-256 7cf00160776e6cd28a45fca65d90ff79e13a468670858cdf2c7d7ef18f1443a4

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f4f2d0aaea5ad424a6f444f478272da405bbf8b67796ac1729c92415f9c85b3
MD5 b68ad9c64d40ed400a46961da1b91fe8
BLAKE2b-256 2e94fff17e9a3a13eb95feb387a18d35d53b0b53a34853efb932fc82e26f7133

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 960d869f46fd34d271e3dedcf45333195e8c577b5800dfd59df00cd2b52bd94a
MD5 82d822d3e27a6d7dc80008bb6edfd0b1
BLAKE2b-256 1a483355c3f5dbda335b82139df1708f7c126c15f5b59bf621c7f90774ca6785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 70b60ef6e6cfe114212554b84b735be214cf02e363c9609bb53e3fa4c73dd80a
MD5 a1d8e1c1c01e879e5e0c28608cd185f1
BLAKE2b-256 fce9d5fa919a5d42e3d7be87de5162064cbdbca077ad2ecb4b27d84089303dc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 09775bee7ccb0ecbd34223b6a43caf4ffadd53a919bf8d95d0727b650a4d74be
MD5 fda349a9cf005b69ace2f8eb8d25639f
BLAKE2b-256 a3e59df1edd94a354e83c6e7e5f9745f0439a95bd63890902d47e8ff2fde01d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 973b9913114d2316b210e127881351c91e561f689009bbceefa267e4d32caa5b
MD5 17ce111d9fda978c20f8d4f696ac99df
BLAKE2b-256 af7171bd0b508ea3081033f7e9ef9f0bd30cf47b758256c474bcbcc05b8f2c33

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3c2364d4aacd7e1370866857976bd21bf8bb6f359efc35d9abcb30fcbd64a7f
MD5 f1f0397f676bae946cc86b8f8c836530
BLAKE2b-256 e675a0c045f1090ce1fbbbfdc20d4273090e9ef5d2a7a5ee29d912e76affc2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72a7820c0220f6d95c457d9cc9e4393009ff7f2c6f0b040310a40bdfe6674945
MD5 b8704b296aa1e86c53d924fea470b58e
BLAKE2b-256 ba990f7458d7548d17ce4e7816a67d01123edb65216fa428ac92dddfacb2c443

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fb0a894b6a047fbc93549f7a7d2efbc2c9b25dcc8ade2e822026c841bbccf7de
MD5 bfd0b53199dcb329760a597e7d649928
BLAKE2b-256 a172b8d61ad56adf46a007f32be9874f43902b2c6a2268ca2be9f936f41cbcf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0df7ab3cf651aee4b39a82f19bdf8ede260625b8dc953a9b49f3e3518e230f19
MD5 f150c74514c8805e53f5cd761ee614eb
BLAKE2b-256 aa1e60be0d98885cb74aab08cd8258d0c944b2a0e1209fd6a9d9196273466b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fac2556a335a3e5ce4b22c999eec333d6947999b25d848ef3dbf2ddad2d19d4
MD5 a7ebd21210ff14afe6ed73e969668aee
BLAKE2b-256 30b13a353eb9d1f3b36f1681c6eb66a3845ba60d33302a4cfd5b9edcb243821d

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e299d4a15495ac260f5d940a30352330db1412f2f496164399bd29e2390e8569
MD5 8c01cb544770e4df1c2bc98a444a49dc
BLAKE2b-256 f082cb4c16024362f91345e6c83fc51f35856c097b61bd69ec134078db96cfc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7331abb8b17ec344dcfe501d18b292aafc78cf6b9b33c161e66277e87fe7e66a
MD5 22e2cf1136a70fbf364260dce2adb0f6
BLAKE2b-256 09dc7258b7ee9b909f0c11c5895badc034481558430be6c7db3a4b5d03e9e53f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 741308cfe967786241c665c46ead69b7e4038abb2c842742ced27cb13a484504
MD5 5b69d0f0f8318b1bf68fb95cd5c2f75c
BLAKE2b-256 158fa12fbfda4794a352ee32ac0a773bfbe6228bfe3d0fe673953630f91361bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ee78d8a137a2104705981bbea3dc8cc82bc68631747976d0e3c3bb0af643adc9
MD5 67b88be441ccea6988ab2a909bab9104
BLAKE2b-256 e10dc8f6c2654c221d7ffcda0c551e7a0abcf84987602cb6ad67414cfc923415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 306d6af61133b21c453acee4a7355616b436d0d867b2c25d17e91ec473fd13f9
MD5 2d1da6305dd54dcbc03ffe7aea045e27
BLAKE2b-256 ee0c8f67245c4825dd11ad5b76a2e0a3cbe7ab67eccee43b10c5cbbd5be1dfd4

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae416efc1594484928a6a800f628d1f992c9aee29bfdc352deb3a3c2d7484b7d
MD5 297ae40583886346d007c31a16c5d44e
BLAKE2b-256 ce101c536ba1b1443c7ba6ea3a18fe3669a3de38ad5ca869219591131a98c565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46047f024a607f66ed5c0a4eeacdc2eb11a0635be1d0d187c3324edd2d8fdde9
MD5 9da6697b641e18073f3edc1cac6023e1
BLAKE2b-256 9b9357f8dbaf85daa8cfb737ce69d9fd66d2175bc447a532ed521000c4804ec6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e2aa79c2635be57f91743a0a31a6e1054594cb6e0468346593da2af8fafc5ffa
MD5 b21a376d97d5717ff870b97df6be88c6
BLAKE2b-256 6d1e9600282b574eeb144d6c2e62863fe28a0edb1d673b8a98a5096127b705f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3594df7c85d99f7ed15568b444f959c31cd17833730767a5059d5427cfb190f7
MD5 52d4daec526b03a78fbcc87b5938e06a
BLAKE2b-256 dd60c1ddc89689707bd324ac4da0318030de0cc3df6d1f38f090fdb8ac516d81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eefedb87d30c005ade385a687438fc77cdb43c41982ac7431db6a789e3f612df
MD5 7a42f9579ae066edb16c98097e6ccbb3
BLAKE2b-256 91de810429631fcd85c09c648f6adf6cb8fa0571fed5613d24b280b978de6897

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d4510a3267e0b6de3408619ab8271c1da23fd44e94682a789f89d197d8c0f1d
MD5 bf3879c4284bfdd180bac0224a261042
BLAKE2b-256 b206e78b87b4f3f0187fd655358accf3785f02619c360f28e6a989b565fa4ef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2719098f3e245b37301cf0f6f4461714985a2841f114da2fa8163b7da2fe2643
MD5 4c746694305864a97f3fd0234f985f39
BLAKE2b-256 cc0bdc86e9c469c7646428805b1c500371cd49442a53637f9cb85aa8d9b90c97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ceda17eda19500025aba466210822f75f3f30993779e3183f5ac8179b4c9db2b
MD5 98e568ddca49c8f0ed6b9b7b22249228
BLAKE2b-256 297d933491826ee1433196866719f21dcaf96b7a4ab48dda3ae5d3e7973209a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.2.0-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.0

File hashes

Hashes for typed_envs-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8f0ea5268375ed6f77c4c97bdf06d45fe1e744cd3c136de0738d13a361c414f8
MD5 d2cad5b18eabb55b67f4a3218f0b422b
BLAKE2b-256 2ef253cf73273ec7ffabdced979e943c4720fc0d05e1210efb1be59bd8a42819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 833b25fcf7c17dd361719a2fc24bcb8f383a1cb53f09062a460ac0787bed51b2
MD5 1d0f2ec4694aaf1d33d15e1f703921c6
BLAKE2b-256 9154c948dfe6445fd071e641803062e87899e22bbba67a87970215fad72405c9

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-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.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27f92cd17525a12e113089baae3a5e20fc90512c65d2fbfb4b2f152b5a631045
MD5 ec682608445a3cc92637a1656fda7da4
BLAKE2b-256 502e4c9a0eee9110d47b46f2e2f0144d6722fad0d2c56834a71c2d7f16d778cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 085bad41f7f82189bfc2a554820807d6ccf2b8f24691781ed1b5213711e3b649
MD5 b2ad4dc1faf7b22f354753e216663585
BLAKE2b-256 e7c3a0e9e9466c085af9b468e45ee85b7b559cfe5703b6cbcec449c63a6c8313

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: typed_envs-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 55.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for typed_envs-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7447489738a5fb96ca43656d6eafb13f8dfb5ca4346d92bffd19ca7d0d4d60a5
MD5 b5c9aecadf8090b5b132fae51a8aebd6
BLAKE2b-256 54e9fb571bde863f9407f03777ba75d92572523fa8bc7e864ea800d0365eb21a

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: typed_envs-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 52.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for typed_envs-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 af5d8837f085e5b26a599caaf71bdc4a51e5da72438d8e2ed3374f1ebcdb78d5
MD5 c0e3a2d9488886baafa6300c3c551500
BLAKE2b-256 fd57738734438004401f7bd0a192baba4c751d911f283cf0aafb5fe1a6fbc9c8

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b77a7804364c8292406e70c39145142c3f3aea24114fcfbc14f38354626a25e
MD5 9fb0d9c39270ed3f8a1fd63ffc98a8fe
BLAKE2b-256 976246725f9d4aa9abc3c4173b79ea5d7f7f548d6b4dd8549630e1afdbcd4f4e

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b623a63bce20ef8419be18c229567abae2d60c80f0f8f1c051d45cfbc08ebd4
MD5 e251bc48bae04d97bd3e36eb37d8617a
BLAKE2b-256 09eea5e1558bf43d1ffbfcee29639073f8d9a8ebc27546eaedd029253ded493d

See more details on using hashes here.

File details

Details for the file typed_envs-0.2.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for typed_envs-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b32e1dcb4056023e1bb3ce10e089112de5f71da226a19190ac759063a2e7a352
MD5 ad01a1ab272a075e6bea45e6282f6e56
BLAKE2b-256 896056da437329167ec0907cf8e9eab520f602a138ed2b732ac5600b8c4b926a

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