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.1.5.tar.gz (31.8 kB view details)

Uploaded Source

Built Distributions

typed_envs-0.1.5-cp313-cp313-win_amd64.whl (56.2 kB view details)

Uploaded CPython 3.13Windows x86-64

typed_envs-0.1.5-cp313-cp313-win32.whl (52.7 kB view details)

Uploaded CPython 3.13Windows x86

typed_envs-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (80.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

typed_envs-0.1.5-cp313-cp313-musllinux_1_2_i686.whl (85.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (81.6 kB view details)

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

typed_envs-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (59.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

typed_envs-0.1.5-cp312-cp312-win_amd64.whl (56.2 kB view details)

Uploaded CPython 3.12Windows x86-64

typed_envs-0.1.5-cp312-cp312-win32.whl (52.6 kB view details)

Uploaded CPython 3.12Windows x86

typed_envs-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (81.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

typed_envs-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (85.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.2 kB view details)

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

typed_envs-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (59.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

typed_envs-0.1.5-cp311-cp311-win_amd64.whl (56.0 kB view details)

Uploaded CPython 3.11Windows x86-64

typed_envs-0.1.5-cp311-cp311-win32.whl (52.3 kB view details)

Uploaded CPython 3.11Windows x86

typed_envs-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (80.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

typed_envs-0.1.5-cp311-cp311-musllinux_1_2_i686.whl (84.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (81.0 kB view details)

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

typed_envs-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (59.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

typed_envs-0.1.5-cp310-cp310-win_amd64.whl (56.4 kB view details)

Uploaded CPython 3.10Windows x86-64

typed_envs-0.1.5-cp310-cp310-win32.whl (52.4 kB view details)

Uploaded CPython 3.10Windows x86

typed_envs-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (81.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

typed_envs-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (85.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.2 kB view details)

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

typed_envs-0.1.5-cp310-cp310-macosx_11_0_arm64.whl (60.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

typed_envs-0.1.5-cp39-cp39-win_amd64.whl (56.4 kB view details)

Uploaded CPython 3.9Windows x86-64

typed_envs-0.1.5-cp39-cp39-win32.whl (52.4 kB view details)

Uploaded CPython 3.9Windows x86

typed_envs-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (81.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

typed_envs-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (85.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (82.1 kB view details)

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

typed_envs-0.1.5-cp39-cp39-macosx_11_0_arm64.whl (60.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

typed_envs-0.1.5-cp38-cp38-win_amd64.whl (55.8 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

typed_envs-0.1.5-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.1.5-cp38-cp38-musllinux_1_2_i686.whl (84.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

typed_envs-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

typed_envs-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (80.7 kB view details)

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

typed_envs-0.1.5-cp38-cp38-macosx_11_0_arm64.whl (59.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: typed_envs-0.1.5.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5.tar.gz
Algorithm Hash digest
SHA256 48d3ac3879269cb879f4a8340db6fc9e79095f05e1be3221438ea028bc5b4b21
MD5 c6628b6d9991731df461ddbe00cb1822
BLAKE2b-256 fbe98405feae13c561c099578747c46caca18233b5b6cea710157de48b7e17dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4d308eb9023a0e7df70e698f0a85ff83c17a2571a4eead674e46ec330fc5ab75
MD5 6f5981073643b98b2b055c0f1f41d5d4
BLAKE2b-256 5cbc9fcdee9c5bb9b6a394fe345c69fc26750b891fb4420f1d750ae842813060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b344e083f2fbe8a2b223eb52ff0883b4d531111b0e74f5030d265c9e87d71fcd
MD5 596c7461a421f5bf42123f0b0d685e95
BLAKE2b-256 5598d3a8d22e7677b4efe787a7c847fd128d4527e04d4d5fc7a8a63e1e08e228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f68c66a9687b118b1493ceaf19b5b9fca5000c9dd467c91d0a1c1144b0264fdd
MD5 358af2c74bad0eb5d362511cf2e55cd5
BLAKE2b-256 adeb55fbea152290211ef0c271a4a0435686b82670b31ec34d75d34937838526

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23894b8636416604a71a80cc0e42acc30b547de54210ef66e79a94f9376c59c5
MD5 62ea64602d8d890450a7c4089a99037b
BLAKE2b-256 ede69c221cf8f08e52b1938f6371fcb99857c4bad9c617762d5b24675edbb97b

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c5aa476eba975cfa8b5ae8f19ddbe9c896e48ed4764975ca89795a278bcdcc2
MD5 8b650ff3a307d7f4197cfa97e929cc45
BLAKE2b-256 7d5f7ff395a3c3151c152156988547b714a1c3f50508cfe87e2edbbc9bad021e

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8556d5a6c701fc8b4a507c9f75ab5cf17b1c26e8906e3f945fa147933e9eb22e
MD5 23e67bb2c8a1bfd3cc2a8e74a8913c9a
BLAKE2b-256 7f304c912db85c8fef3528632b24efd7fe4795db60a603a5853902584f733c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01e0c3aeb9244a2f5a79060523ca749eccd8c41048434257a5e64c6615404d70
MD5 6746edb56dfb706ac6479c8c5e0116ce
BLAKE2b-256 fa6bcca2b0ee5e70eb32528e1014c201b817e674b886947c45fbccc34b54cae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 56.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a98bd90350acef74c2bb3342e5d499f60e6fd604f7eb7b8a1d989aa3bfac8cb7
MD5 b37df680bdcdef97096ac885184ba766
BLAKE2b-256 3866b2b98afe82247374a6ab5b474002244fc7a34be3dd019910c8d2c8a6fe0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 52.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 33bbe1db8b9d558c09e3d06c6cc7d4d7a06a4254f32644b010878867bb8d49fe
MD5 a1102028598ceeab0195e3736b6266b4
BLAKE2b-256 b9028dd9b658f5ea480f2f4e05f3186c337e7495783327b407cdbcfc3dc0f7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77226ba348f4ee00fb6544054f8aa3580638447038a0cb98cddb261821be90f6
MD5 3fe8c499e00f3d984dc9012e393fa4b1
BLAKE2b-256 8d9e04edfdc48913d64fa52dbfd081fa34a05d03280f0630f89fd75dfa04852a

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2633e65fa1ae756f9c646cccff29fc11026e79095b544f7fba048cc063906ec
MD5 6209948c329d7b2dbef08cf14ecc1a4a
BLAKE2b-256 a7d74a7003db53aa0c7aadfcdadb9b9f535430ca5685c90babc131f8cedb0b79

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18095429cd36e6ba7dad6b9ef083fdbe429dfd655fb2885326109bfc36614f7a
MD5 ba1e4ec3eec230481a07138ed0b24eaa
BLAKE2b-256 8aa0fd825079ed4f4a4f4280b7d674aa85734694eb3a6252ca15722a08a11efb

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f76f05cf8fd7d2283e054109a5b0d065abc05c7102687e4af94fecdcf4533b1c
MD5 7e278e96bee8b64827a2e32334fa812e
BLAKE2b-256 1d8df6d422434866a3613835ca25aa2f98898edec6b899687848415c4567fee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72335c82661bceb486928acac8248b5e39029c14868f3c4fac7a8695a48309f4
MD5 0f6c9db8f64d81f649e602dcb1a2ae42
BLAKE2b-256 0259afb1274daa8259e2b618a2ed9e795bd5309af07634cacd82702cbcb2bab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 56.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7be2c00dd3c702b119ecd4412e37fec2d710c055fff5e30e78b6e4f9675c10e4
MD5 4be83ca1742db8690bab15b2190e034c
BLAKE2b-256 9936da22898749a6ddcec363bbb11ea3d9c0afe36dbdd379151a02e5896f40f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 52.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ea5792c77d9f157857a4c2227b7f9aaade8fa6a23cc5fa633659363a2995421e
MD5 51dd58456b619a19d931baf976679676
BLAKE2b-256 94c703d1e255512a29fe6f8c35d80f2c073253e4caf97579540f2be5e4b9640f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50d9a303200435a69ba77c07910dd82e74926f0d5092da145bf95dd8a6023e7a
MD5 f335949d51e4fa98f722fd60d1f91a52
BLAKE2b-256 06c93fa3788e70a43d675c9938eeb04009c93eb55b48888cdde7b01955137028

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f01358272e6fb30599b4957fc3135ed0cabb4314f57e9029739851e975b3f89e
MD5 1fc996974f3ed1efe265620f62d141a6
BLAKE2b-256 6c8bcf266dc0e3f7594aa74392983a12dd2101747881a21de1f7b0402b14e0d4

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 727bd9656ff01ef0cf4d4868c3f5304afec4f56d857f4b79996bde2514e974bb
MD5 fb60eaed695229bcb2aa05562f1f0083
BLAKE2b-256 bd969a1ee9c024fb1635bdbb677fd7620f6224e57333d184056bbb4e205b1ab3

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f81591a1fddda2322c7d569c7433191c0754c26b2dd24e3a171596d0a3cabe3
MD5 f5c1e72a4d9466692fde8d617b77a5ab
BLAKE2b-256 591a3c27227d98cd47f7333c5ef40590223176311f23b534fffec36b000ecc4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8212ae411f76bbb8eb8a6931f4f0a8cb5473975c57c90ead9768d68ee6fadbef
MD5 744d4736494dfc640fa740f4a3b1d523
BLAKE2b-256 67b1a76a3e16e6e463b53b6624bfda60dcdc30440946c1354380ff2f101e1908

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 56.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24c563f7257af3b918fd21aceeb5c70090cdc80ce7edb0ccfa6369399fbc36de
MD5 9453b5508c98fbfd80ecca671bbb1a94
BLAKE2b-256 11b975f9cb914b1e660b4f29e30975d9cd809919bdbc8d65cbc9053b50535348

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fd56df6818ed662bed65d298940219fb702afddd380cf76907ed34747f95b0b0
MD5 dc47fa8b0d7ad0a06254adff82b4eb51
BLAKE2b-256 6c1144b9e4348bc3e219b156e6cb95d394db884ece40be305344acc06ae997f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4619da97c5e7ffad52f61ca523214307999552b1190dad5dc83ff1fcabd2cad7
MD5 fe0a386d008839aa9649103efeb337c6
BLAKE2b-256 30a8a2e25bbe7945ebf61a2ab92eaa21bdb7f6cd90a5350665536a7d65bbfc77

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c716c01243e2b99cd0b12308009499ededaa37cecba664242ce58039fd44174
MD5 d8812d60f6451c87ec7e95d635b15e37
BLAKE2b-256 8169fb651308ec30dbf6c4a4cee6328178215ca1947f44a6ff235d01d002ff89

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06d9b2322bfba4c2045234b86feeb54c124c7d61b88ef3691d36dc526486dbc8
MD5 9d2b8a94f960a9817a39ef662653dc4f
BLAKE2b-256 a4394dd421a569c7c9348a3e214a72179c08e7eb85ded44867403289a5c398e8

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 114e86014156f0123603758905a408901d15fb0eea5a66d67fec98be5d149a85
MD5 4af508b6751df7bc9559860b30abc2ff
BLAKE2b-256 8d6268c5a96aa84eb21b28ce2d727e0484fcae1e58f03ebb70adcbab4a56f8db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97e467ba14011c31af25bc7dfe74c12dc612b5566957ea1a6654adac44c5bf1e
MD5 20ebc45c6187095aec9251837fd065e8
BLAKE2b-256 000e010eed17e3790e31c2addf82aa1a34fac09ef2e15e7b86be399992c0af90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 56.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4985ef97f595d5ae98969579615c53a839e707cf38510e6ba610a8822152cb45
MD5 3a14f8614a25e12bec6982bb6b695cdf
BLAKE2b-256 de8601a836f665f382861ad8d2f9a810ff9a6839a2a8c15650902ecee6e98266

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a4605c7f48901d8137bb67669b1da34ba1ea549519889838b6e32ab8b80fd460
MD5 fea82ef5f107e8e695e94f1f45554515
BLAKE2b-256 6d9bf49aa3f36a7c6f845c9a7be17ae8f83fcc82951d1b4c4f50b744c698901b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f8beaaa29cf204025307b7fbd74a569d87194fd67251459918c92454030b557
MD5 d2c19a0fd10b75164e9055db95814691
BLAKE2b-256 ab28e8329bda0aa8d20c027f7e836348525e8298cd7de9438dddb2e467e3ded1

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e51cbf541a13d43b7e94b8414a9714b5acd8bf8866a9e9e2640a343ae857ea25
MD5 2f4ba90f762afe91d55fd92b51aeb100
BLAKE2b-256 3072807c49ab518fd096348be5a8f6a6868ee1189dd2fd3de7a24360e850825c

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f0d85d77b4195932424f5d1e4e8d5c1d7d809d3cdc48a7c11162463071076e5
MD5 c6ec77225f7d23e100a8a3ad85c3139d
BLAKE2b-256 c7da16b70a8dcc223e8999640a3d222951e502f71da0f2b2dc772480b5c51da2

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7984b4fd7146326fc55195415d4ac3c19fbb44a47a2aa539b127a7cc61bcc84
MD5 a0023fb36694400334b8a6ad4bdd4cd7
BLAKE2b-256 45434827fe71648928dff515cebf86c4d8a3a670d71a6875490b0605fb3d09f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6987439092b72cd41273e26c0aaae8edc0fd7fc9f7be3f553d80dd85852d8d09
MD5 5eeea172551ea3e336f00d33cf63ad08
BLAKE2b-256 d3bbf5cbae479724e2b7fd12ad212f1f938917ca0eea31da0c771907dfcf8937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 49c502333427913aec393743a17491b8337f8ab46c58ead0e0a98a1b67ece0ce
MD5 746588bc736170b33ae0fcc117000787
BLAKE2b-256 ec11d3e74df8086992dc8b983180a135cae9e31471bd539c525517f5d68fbef3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: typed_envs-0.1.5-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.1.0 CPython/3.11.12

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cb93a1f2df2065d24714a98d7462b579c6cd6a16cd0e0652d7c6eeec5dbcbe2e
MD5 c83a72832a50111c21aa41ef7edfe03e
BLAKE2b-256 031eb21c3c9c672f50335d196857114637a17cf07e8cfaaa93daa616fa1056d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a2dab833872ce44e320c45468348d27a373839631d05cfd7f5c7937a9851b42
MD5 9643387aa39410f2a579a77f15d58e83
BLAKE2b-256 20bc0030f06e37828b8c69e41b7cba9ad755580a3cb04bc7f37dcb092d774780

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30f2adb40b5dc73340bf4acfb2296dbed35ca7b8f253158c931bf40e2301ea7d
MD5 742e1de41c565e425b72ff41abd9410a
BLAKE2b-256 795bcc196e4a84d7cec7d7fa8bd4c2107b20cab1de9fec8c2b5713143ddf0544

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae8ff4786fc1b4a92d1a30b462c66075ff0e216d6bdad34b4793458029ac019d
MD5 819a4670dc0789914a12628b263e953f
BLAKE2b-256 3a11baedb0bdf37b27acbb07b790dc587543e0429c61054e77cfe6c92dd1be82

See more details on using hashes here.

File details

Details for the file typed_envs-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1591e1716a36d3e3562f318b76d35d2ca59f4a9bb039d1ce47dbda2e202ad0ee
MD5 d8735f710cf907a5adb1829f3c69c5fe
BLAKE2b-256 80d9c83ee1426b9f49ddb3967289f198e6d45327a7792141e11dfadb8287009f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for typed_envs-0.1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d37597777beb765fe8c5a62376c4f6a2624f6cba005aeb11c79d5a32989d5996
MD5 ec4babc55f09b5b6e5f6ba6bd0308d1f
BLAKE2b-256 fecbca1d4ef4de219cbadf172b295bdfd14e2af813a91af5b3c0ffe7bd7d0c26

See more details on using hashes here.

Supported by

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