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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typed_envs-0.2.3.tar.gz.
File metadata
- Download URL: typed_envs-0.2.3.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38589c05e50841afc437748b8f6d6cde2790adbb46fcad7ebb33af5196c1dc1d
|
|
| MD5 |
e7f5746e5f5e55d0f6c66f83f6ceb286
|
|
| BLAKE2b-256 |
dbbe235659425930a324952179a77879dea5ffd23b53e11b634990eb5a1d2709
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 64.8 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0ddf2f800b8650f00db3585f6e8dafe5b3029861330d977c7b05e0ea0595bf
|
|
| MD5 |
f6e7b51f842fa0569357c9a54b2ab5be
|
|
| BLAKE2b-256 |
ced72d1e328c70c27a31f622cbe9f9604907735b6e74c4024c50f9a9482738d5
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314t-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314t-win32.whl
- Upload date:
- Size: 60.3 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
419d773391b16fca100c99b735760f2a90a6313c108e8801534153b6752dd4e2
|
|
| MD5 |
bc92538b35a21c330f442a4cda190119
|
|
| BLAKE2b-256 |
10bcc81a5e7cc6be826f3f4d0a35ffc78af723402b0f6ea3e8602b48fa8e3966
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 93.4 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f492a05fcebbcb4017a099cd46cafe83a33730f314e8001b7a624554701ae52
|
|
| MD5 |
49413d2714ed4be61d58d059f4b55f62
|
|
| BLAKE2b-256 |
8aa0bfa42ae163ae0523ce814d3d387b2b19f4458e51d662e92b1f95be5212a2
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 91.0 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8703611a1ae663dd866607a89be606e014049066686085c1d71fc93f45ff8503
|
|
| MD5 |
efeec14f656c9a871e6a1ba922b5b779
|
|
| BLAKE2b-256 |
7426acfae0442de32734a8b2c460f45639765391ccfba9bd1a88900af05f8ad4
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 73.9 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c3b68b8dbb57b226ba6e0ed0656a65392fa3b79713cee1683cc4b26c8cdaf23
|
|
| MD5 |
9baa437d39f96dcf9579862ba9e8b3ce
|
|
| BLAKE2b-256 |
f489494891caac6e2b901a92334f99b8fac2f8ac9ecad1760800a7830787b62f
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 60.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce7d5b9285948b9bb7d8b9517cc236e694f3c4fa85bb55f2b1d53307d968b174
|
|
| MD5 |
7cc0d8c7801abc9970323cd87404d6e5
|
|
| BLAKE2b-256 |
d25435221e5e7abc81b048b93a52421a68775a5d84905b1696d8135eac39b04e
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314-win32.whl
- Upload date:
- Size: 56.8 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a742f7df9df5e74af0125dfa133cd0b4f2177e0c649aa17ba0aa9061e1039952
|
|
| MD5 |
531a777478b3c9372f86e2b988c48349
|
|
| BLAKE2b-256 |
34ec0e6cd5fde932093b8eb8bdf7a6f8ac8699d4e05cbb07aad85b7c5ec128b1
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 89.2 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6ca4716830cfb161e815449c35cec3fde4a28cfaa815081cc0e4bf6666f8661
|
|
| MD5 |
ee65515b695160949eb6a80ae0f49647
|
|
| BLAKE2b-256 |
6f6f7cd4678ae21c0ea7dd2de8a2425572792da4d2582bca86adc33ebaefcf9f
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 86.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc8fd80367d63d81143e098cde10a8c1454aa9b58f053fbed7596b4fdcb5b809
|
|
| MD5 |
921b6cb49feca28af052ef7e294427b3
|
|
| BLAKE2b-256 |
17bc71586cff25a9c2a70b8b9f46552c9724dc43b29fc1281ae2e0296fe24d6c
|
File details
Details for the file typed_envs-0.2.3-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.7 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f252ae2ec1f2e9e41956981bafd5e6d0bfdae470cb3b98f9d511634ba355797
|
|
| MD5 |
ac7163f17af03490e1c6a7cbbf0ab5f6
|
|
| BLAKE2b-256 |
d1d3cbd6dcd17f5c0495d9fe7b4e84272b57f180bc413945d0f6f44b1e22623c
|
File details
Details for the file typed_envs-0.2.3-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 60.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb5d7978062d270a16732f4f1cfee44af7a10dfd10da4d0322bd6a55cd8e0f6
|
|
| MD5 |
f8a5c696fbce8ac7db7f37a539be2bdf
|
|
| BLAKE2b-256 |
e2c98bcda5ce8ca950379214a7916af923e3ec3f70b9a77b1b9314d7e7b88e75
|
File details
Details for the file typed_envs-0.2.3-cp313-cp313-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp313-cp313-win32.whl
- Upload date:
- Size: 56.8 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d678e984573223c34c71592b8eff00ffa222f3c9c391e86f46026d4debc61d6
|
|
| MD5 |
878b3e8872b0fe4fa480afac3b142d9b
|
|
| BLAKE2b-256 |
7e2a87a2ff483513025adfd7fc7b2a4111447f6bf5765f1cb42dd771e5f4fd69
|
File details
Details for the file typed_envs-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 89.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9101c8851f618916a1a8ddc9e68af7defac653ee6fb093e46cf0f7b4c60f5c83
|
|
| MD5 |
3aacbace70f26d4f1dceefe3aa0ed3dd
|
|
| BLAKE2b-256 |
9eba5539ae3e85e8418698f97574a88f8e86e19d119796731b6b1dafa40cdda8
|
File details
Details for the file typed_envs-0.2.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 87.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b0b3792fbd3aba2b2c97bba739c1e172329b1ba72db08b693bb0677d8bfeaca
|
|
| MD5 |
088d2edd635a1f16c8c88fa4bc0515e2
|
|
| BLAKE2b-256 |
32451cb9ab890a229a4fa965bf96d3d08e77b096d9baf43d618985b7b5e6c992
|
File details
Details for the file typed_envs-0.2.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f70d181f34dfaf2d414a6c4affc22a9e29605c4e1b7f0028118a63e9e9e8b81
|
|
| MD5 |
6a7b9496cbacde6e7316f14234f21760
|
|
| BLAKE2b-256 |
65d1539d5097aa101b0e2de1b8b9e2dfc793fe483cc3983c86aced7d88238e90
|
File details
Details for the file typed_envs-0.2.3-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 60.8 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2608b30078df2db3c1abeba9a3cc88079582e4bf07a36725159343748ede6697
|
|
| MD5 |
3e75ae717da008b1e7f0dd811c1970e2
|
|
| BLAKE2b-256 |
98c140e5e0c9db3aecb0fafbfeb4312a1a61fddd77b1bfdf31c015ae294d8e3a
|
File details
Details for the file typed_envs-0.2.3-cp312-cp312-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp312-cp312-win32.whl
- Upload date:
- Size: 56.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bbdd3cb9b2417443c740b73bd24540ef597c470fb4f2816359de94c807d0230
|
|
| MD5 |
d33fc7f909b457d62f6e9a437c66f6ee
|
|
| BLAKE2b-256 |
3b1f2582c91e8ca8be71bfd5a4aa6b36986be986903d315164316f895974e174
|
File details
Details for the file typed_envs-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 90.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0827446ec8387e669ff689eaaf176cdfbf12db8913d2e818587ba28a596775ba
|
|
| MD5 |
f46c471643218a5c73c85bf8e0b2fca5
|
|
| BLAKE2b-256 |
2a01a53b8e2e9ae69d0e9e18f6e1ae015c3c11b39b4ac049223a77eb215feccf
|
File details
Details for the file typed_envs-0.2.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 87.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43c56ed70faaf37ff746441251305c7dab3a8a122a4c80d25ac4036441fbbab4
|
|
| MD5 |
b02cc1e9d4d053f142cb3fc0d0203fd3
|
|
| BLAKE2b-256 |
96c70d89c3d112c0c81b1ecb46ca09862cad6640dc1e68ee8888fc2a6aa1df29
|
File details
Details for the file typed_envs-0.2.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab099d26f9184b85206f7b3ed6ed4df685477b04261d997d34804b0faa0bb4fd
|
|
| MD5 |
d47d0e55aa6acc15f6982e2e6fcefeb0
|
|
| BLAKE2b-256 |
87739bcd75b5c68695caea73c291cfb245c24c5d3e011b11202c8b4d73e63d57
|
File details
Details for the file typed_envs-0.2.3-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 60.7 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040afe204fa8cac74b3abdbb98613e0de6def648c7a98ebca831a3dffdf8941a
|
|
| MD5 |
e5584af435466a5a2d50efd1b10cc942
|
|
| BLAKE2b-256 |
cd47a4da2621a65df8575ecec3ed9b591e9fc17401015e2bf04b4c6f182b05e7
|
File details
Details for the file typed_envs-0.2.3-cp311-cp311-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp311-cp311-win32.whl
- Upload date:
- Size: 56.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9959b9afd2f3a58b96f1c525e7c172a259c7ab592d3a1e1e7a7b22cb7fbcf650
|
|
| MD5 |
87424272a3884c82108a646d55246154
|
|
| BLAKE2b-256 |
79da3303122f8b7fc933a1ac1b1250a8cae00061d1b0af528ba71e19a94b458d
|
File details
Details for the file typed_envs-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 89.2 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9063fea25d00084b02143a320326a0692954e88c9697244af12f79c230a1c59
|
|
| MD5 |
02269be9d244b71f36c02f0e4f2e788a
|
|
| BLAKE2b-256 |
18a73fa5c4b2cbf69e515ce88572628c163c172c450bc8747013a7826ffbe29c
|
File details
Details for the file typed_envs-0.2.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 86.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cea1f449d80871f437892f7df975a17d491bb88834e3c4913acbe046f2c8e28
|
|
| MD5 |
750ece831bf04c33e3a68101bc7bf7df
|
|
| BLAKE2b-256 |
b57f0ea46abdc0b3ddc422c4a13566ee4f9fe0c4fa063ef4de5c04bb302650bd
|
File details
Details for the file typed_envs-0.2.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
262fb888dc5bb5e292b05722cadeab01e358eb4c5e01f28b5f33603c341364a1
|
|
| MD5 |
e1e4dc641de46d1490ef98b042adb25d
|
|
| BLAKE2b-256 |
08705109660d5f79ffcf4ca05acdea7444d4d7210710f56daa4d3408613fc093
|
File details
Details for the file typed_envs-0.2.3-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 60.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a748ecc6c1b868f7e2eea04e1f9c9f25265a3305f145038debfd2bfd8429f67d
|
|
| MD5 |
68505cf6de32a1fd12620ddbbad72701
|
|
| BLAKE2b-256 |
22d5f610d799338106b67ab045e73f0f53fb33e2de9fc109bdc6df833413953a
|
File details
Details for the file typed_envs-0.2.3-cp310-cp310-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp310-cp310-win32.whl
- Upload date:
- Size: 56.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563cb0feff83c604355f3f9c282ce6a724e97badb0729b23a0a74f36d9c1c547
|
|
| MD5 |
9b92eb26af461d58d84b426fc6a29727
|
|
| BLAKE2b-256 |
ed4626e11a5dc2cd9c008d4d6d3f70c3df38f0254f9280a875648992f7bc69ad
|
File details
Details for the file typed_envs-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 89.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6798a06ec9333c754475b971d158f8bd4c132cc898361b387db146eacd8f851
|
|
| MD5 |
79e905ce830fcf481df52c6291de087b
|
|
| BLAKE2b-256 |
0cf73b2196a90cc9c6b1e21ff2488740ee9b44d3359cf5f622579edf550c0acc
|
File details
Details for the file typed_envs-0.2.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 87.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
813947590922544f0a94e6e0a2ef1c6aad02803aa23cd4d175e99a19a9637e28
|
|
| MD5 |
195e3e38c45a022fb996c1f7e3e37d5f
|
|
| BLAKE2b-256 |
5f3b23945acd67f71484f125b1c18904e146bcad3deb0f48416e1261a04439f3
|
File details
Details for the file typed_envs-0.2.3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9812abf27a6bb6dbc17f17f1de07af7f62e3c7b274c38c11523c15f80db1a17b
|
|
| MD5 |
81f63a75bdb77e6b9dc6d0425c2df2f3
|
|
| BLAKE2b-256 |
e87570764b23febbffe8141287f52842bb6150eaff7c683e3a22645affdd0289
|
File details
Details for the file typed_envs-0.2.3-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 60.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b82adc4f5b59540466b3cd80318173632cecbb191c8e90c82eb91c4ef1a87622
|
|
| MD5 |
83843d2d250aa2116971366778a15049
|
|
| BLAKE2b-256 |
01167ab71cf48e0df42e9aa345dd9ab6542ca931c7a2ccf088b66d1c4295208f
|
File details
Details for the file typed_envs-0.2.3-cp39-cp39-win32.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp39-cp39-win32.whl
- Upload date:
- Size: 56.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44b340faa0e2e79cd829e1a5173b1048d4e5aad7a1891068b47fd740b4bc3f91
|
|
| MD5 |
ebe822652430a86099370d7bd54ed794
|
|
| BLAKE2b-256 |
fd0981568660816901edff3d76b9030413f062b229f89c6f84b3b3a1ee520fef
|
File details
Details for the file typed_envs-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 89.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89cb16e721ea506c6b134c0c3447423d36694ac84bec6ba26406a9de659c469e
|
|
| MD5 |
2a5da00f59662fd8fc6f8ff281dbfb35
|
|
| BLAKE2b-256 |
ac29354da1350e4c5733c9c825d36b644fa8f0016a4061925fd469c69e2dc791
|
File details
Details for the file typed_envs-0.2.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 87.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cb8792ea1bcd126f1c9239bcbacc0dd4cced2fc7c31ab236df48d82ab6dda91
|
|
| MD5 |
b0063b3dd6daad3dd293422dbfb0d8fd
|
|
| BLAKE2b-256 |
0660f06353920870832f1c71b49f1162d78412efe39e62a6bef0ae1b38c2b4da
|
File details
Details for the file typed_envs-0.2.3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: typed_envs-0.2.3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 69.9 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b69214573e9de39584bd9e85e79df4a68ca2285021a21b354ed653c85c5a82
|
|
| MD5 |
9eb174d12e0aa592ea7b10655e0b0f56
|
|
| BLAKE2b-256 |
f0d425a1918dae75329360ab8291e06e0133afa66cd047ad9aeaa0598e3f0eff
|