Skip to main content

Substance properties for incompressible liquids, ideal gases, real fluids and mixtures

Project description

TILMedia Suite provides methods of calculation, which express the thermophysical properties of incompressible liquids, ideal gases and real fluids containing a vapor liquid equilibrium (VLEFluid). Methods for calculating the properties of mixtures are also included. TILMedia provides a comprehensive range of different substances, including our own highly efficient and accurate real-time substance property implementations.

(https://www.tlk-thermo.com/en/software/tilmedia-suite)

Example for a gas:

>>> import tilmedia
>>> gas = tilmedia.Gas('VDI4670.DryAir')
>>> gas.set_pTxi(1e5, 300)
>>> print(round(float(gas.d), 6))
1.161034
>>> gas.set_Txi(300)
>>> print(round(float(gas.cp), 6))
1004.990552
>>> gas.set(p=1e5, T=300)
>>> print(round(float(gas.d), 6))
1.161034
>>> gas.set_Txi([300, 350, 400])
>>> print(gas.cp.round(6))
[1004.990552 1008.342171 1013.626381]

Example for a liquid:

>>> import tilmedia
>>> liquid = tilmedia.Liquid('TILMedia.Water')
>>> liquid.set_Txi(300)
>>> print(round(float(liquid.d), 6))
996.425346
>>> liquid.set_pTxi(1e5, 300)
>>> print(round(float(liquid.s), 6))
394.977757
>>> liquid.set(p=liquid.p, T=300)
>>> print(round(float(liquid.s), 6))
394.977757
>>> liquid.set_Txi([300, 310, 320])
>>> print(liquid.cp.round(6))
[4180.308149 4177.312533 4177.805418]

Example for a VLEFluid:

>>> import tilmedia
>>> vleFluid = tilmedia.VLEFluid('TILMedia.R134a')
>>> vleFluid.set_pTxi(1e5, 300)
>>> print(round(float(vleFluid.d), 6))
4.173095
>>> print(round(float(vleFluid.vle.T_l), 6))
246.788812
>>> vleFluid.set_pxi(2e5)
>>> print(round(float(vleFluid.vle.T_l), 6))
263.073728
>>> vleFluid.set(T=vleFluid.sat.T_dew)
>>> print(round(float(vleFluid.sat.p_dew), 1))
200000.0
>>> vleFluid.set_phxi(1e5, [350e3, 360e3, 370e3])
>>> print(vleFluid.d.round(6))
[6.106462 5.79392  5.511813]

Project details


Download files

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

Source Distributions

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

Built Distributions

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

tilmedia-2026.1-cp314-cp314-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.14Windows x86-64

tilmedia-2026.1-cp314-cp314-win32.whl (2.9 MB view details)

Uploaded CPython 3.14Windows x86

tilmedia-2026.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.4 MB view details)

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

tilmedia-2026.1-cp313-cp313-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86-64

tilmedia-2026.1-cp313-cp313-win32.whl (2.9 MB view details)

Uploaded CPython 3.13Windows x86

tilmedia-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (11.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tilmedia-2026.1-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

tilmedia-2026.1-cp312-cp312-win32.whl (2.9 MB view details)

Uploaded CPython 3.12Windows x86

tilmedia-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (11.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tilmedia-2026.1-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86-64

tilmedia-2026.1-cp311-cp311-win32.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86

tilmedia-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (11.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tilmedia-2026.1-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86-64

tilmedia-2026.1-cp310-cp310-win32.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86

tilmedia-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (11.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tilmedia-2026.1-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86-64

tilmedia-2026.1-cp39-cp39-win32.whl (2.9 MB view details)

Uploaded CPython 3.9Windows x86

tilmedia-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl (11.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

tilmedia-2026.1-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8Windows x86-64

tilmedia-2026.1-cp38-cp38-win32.whl (2.9 MB view details)

Uploaded CPython 3.8Windows x86

tilmedia-2026.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

tilmedia-2026.1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl (11.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

tilmedia-2026.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file tilmedia-2026.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 11fcca43478e5359fbba58b698763cf0e6a229336f56b1a5868000c16828e68f
MD5 628aafcc627c4d20cb39d70b87365cac
BLAKE2b-256 2d8249a8d83b4e40ad39e4398c8125207f3adbc2a96cdb541cf9d504a41666d8

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6cbbeede77988d9704d6bd70ea56615eeaa902eaad4baf235e2a47f2bb6700bf
MD5 b6b0eb17ceb350abff81cf4b81552be8
BLAKE2b-256 5f448a36782a16630f4311d751d417afb47db0708593b43fe9670f9fcca25405

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e961fca849d73baca65ce84f702a19594bc4fc932c6ea929f148726b9a20b249
MD5 f5764c2424a33a74fa1b7484ce088a02
BLAKE2b-256 7dac9b5a125bbdbf2b33c77095ce088465c4ae5e7a420a8a5cc7cd637c589ff5

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2c2813cef298bcc8207c6ad99a4ecef669a4ba6bc5efcbdf9d3a34e0af0fb87
MD5 7d0d8fb3e18aa22a5e86313292d744d1
BLAKE2b-256 a9b487139ff762fffdd96e0d37525eff9d01a99cc7c979d1b5373bf005c09d93

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 477421136c3dadf556c5b5fe8258c7dd7ed2a498d7d6895f1cc60861bf0e7834
MD5 eb1ed654b13919d64e873fe3cc0e3123
BLAKE2b-256 3bd31e20d3e01d771043a1e526d6c596d8f159fa2a1eedf9a532ec10918a76fb

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7731fe559cd2a3c6fa42bbe518e5068a0c132d4728836e2c7f5b145780c9e2c3
MD5 bd94ce840392e057e9d3d6d1445314de
BLAKE2b-256 33dff30bcc5d6781854eb596b4efc4f6f17c45c9ae15520fd2a36af91a202907

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 9a635c9518fe326a50556deaf36e85df2c78a2a580b77699a80ae2ef91968605
MD5 aebda9547ecbbd8079cf234d3eac893a
BLAKE2b-256 9d6c822bf32865c5c4a52a8759f484ee535f99a0b94a442c92eda048a24fbf57

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9b4c288832dfe574517394764b412e68826b2dd94acda676d07d001bb2775a53
MD5 4439048b1aea5e256566b77fd62d9895
BLAKE2b-256 3c4aa717f0a66239d827a7e37974d201abf4efb88a0110bc5a4172202a4c3c45

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9c9877a64e6facd5f4229fe7fb5303046230532d33dc50aa60edb7a7248f3018
MD5 f0a094edebc0c1286c7b5e20db663f81
BLAKE2b-256 08aa30f71004d8081847816ab029ef3bcee2198da0c2e00b672086987ee19434

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c842c0d3d2b2cf3ef1af10fb8448c7fc333078308777c524a364089525d4e9d
MD5 eadf6f5db396304f6ef1b414ca1ee06e
BLAKE2b-256 44f38ace6a763134958fb12a2608df0fec3fa38b1f472b4fabb2abcb22feeb4c

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ed195acc68ce04c6d82bda99cdc5ed81815ce18e850cf2562313c938382167b6
MD5 43bfab27d75dcf307d84bac06fe318d2
BLAKE2b-256 ea7f76053d1085e5787568466093c876d6d4273c34c29b55a6bc7fe0171a22c9

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 539cf10b7ff09442f26de4e10d54f97aad67cdf72991c3ef43695203d741944e
MD5 95f3dfd4936ba67b900e3eb767a087d5
BLAKE2b-256 f413ab275aba44d663560e9f807dbfa7c186ae90128c2430c81bd019572b7745

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6d850166e6f1579dd8a801031c0227e7144f336e84e4c83634712e1c197f5243
MD5 a1f863cf5bb9b0bc0bac46e53b4b3497
BLAKE2b-256 f02438354c7ac869ccdaba24f6c0db4de77b022c4562ac383f939ed9afeed071

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fbb4c12fe2bb81902c1bfa3f4b3d23cb8b505e18860f8eea1381b450753d50a
MD5 2b8a8890e7d88f8e995d1d8fdaccb240
BLAKE2b-256 5ea00fce1944a665f5d658cc40399c0ca32b037b9e00c36edce3bc1d7a420b5e

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3f41ac07158771cb99f580f402439ead10fb98ada0bd39efa59f0612a3bb03c5
MD5 aaaf1f15de2698d60b67e41944885374
BLAKE2b-256 36743a96315308ec0584c6bb083c2876a474eb304ead8692f7e33a97aeaa7eab

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 47ac862a2806fae999ebecbb353a71b612c7461293a7ba9bdf86b1bda40a5fe0
MD5 e1537c7bee6bb6853cdebac7c54d5b64
BLAKE2b-256 889e8f6be532d639632a88ea634e72758c9745208044cef6c4e4254251106581

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 f8a59fb18f4de6edefcb8cbcbb884129431e720adc7be4250f4a19da2be0c7a6
MD5 8b222cfd008f9ff4a7633340a63fc4d2
BLAKE2b-256 add8edfb203785856945312e5160f75e83fc8bdb434e0f068009a4e4a43854b3

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 27a782e8605d2f8ec3f8e83b3b444b444aa2c8f3a5b1ad9b56324908654828f0
MD5 97cfe252cf3b19ef994ee47d65ad7007
BLAKE2b-256 301ed5ae6939e894492302e0e188816a76d35b25d268fc9a7839054aec2e7527

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 809c038df763bc6760482f27381056abea542fb95d888c17d7c8b7b87513fa16
MD5 9166c9bc97dbf60cac99b8596f27d7f7
BLAKE2b-256 b99cf01a899ebb23524fd4aa1b61642a16c07c79899be375678b1fc243d2cfa1

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c11dbac50f7d48740bd5d017b78a483d9ebb431b6c6e20f815964062ba8f134f
MD5 f8d0b962f090a560d9d9faf5111a0155
BLAKE2b-256 819aac87c366f285c479d5eba6a0caf0a02edddfa301e6cd6aeeb574922ec1d2

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0bd602e3d3ac953b3fc8beca5e3b0c8b22078b19a0c1599c2b6d72bb55108e42
MD5 0824c67f9a2f82027ddd14b03c98813c
BLAKE2b-256 6a5752b3f2e36c6919431ed0188ff92e70691fd5fb7cb314c4c973cb6bbf53b3

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 8cb6acb534bef7ec7529c12a68a2fef0aad922ad06ae85dc8136b1b81db239b6
MD5 13e8844cf476159637d79b5adf96d1b1
BLAKE2b-256 fc1276b82261beae504c7acc2a686dfe6bc6df95ffffd9d27faa040959848a61

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 98700576197ef29991d68b571dbad060b24efb1d1e5b54156baf5ad4dfacb43e
MD5 41d051e2a07ab4e4ccfef73ddf291ddf
BLAKE2b-256 e01076e7a2b8b257f3ca8198fa98df83f725ce87226c79b0ef3ac9879fd51808

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 da6ce5e7a66d67a020322cb5c9fbd44e263d9af38e14203f892e9362bccac9b2
MD5 148329592e6e4201c4e11836e6e50dff
BLAKE2b-256 92b70b245b9bd05f21279c2509a3155ccb4f9740cb16f2dbd78c85d907c2422b

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91768cec33aeb3a9aca879c95758a3e721a276e43ada394518f703ff8e31f5e8
MD5 731b9a575fd1c695addf1013c36ccfb6
BLAKE2b-256 e530055f3e5a78bdfb6daf932c54472734ca9fa77e35b215e3f6da647dde2753

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4b22857be659bc61edb218345e8a4cfe6e7e69c0feb66c6124c9adf1f2efd5ad
MD5 a1d4e9b2dda7d6265c173dd58a929376
BLAKE2b-256 efcb0ab7cafd30ad312d08dd726e5149cee62da37fc3d96235776387655edb45

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 4c7e356497606f5e5f237c7d58bf288f4bbe9e81fe7803414a2c4766b1846313
MD5 a4c22278e9c1b0e00a56fa34ecdd2873
BLAKE2b-256 f5c47d11f26ccfbd4c5ca82e2f93d8e00439c253ff96ee04f31a9e695bae4910

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 61b039216cbbdb9f616646ebe528e287ebc6eadeff3952c69a276105eba9d1ec
MD5 5a4c652e5e6616e012156c160ada6933
BLAKE2b-256 33494f50782ef7e9a5e27587de5050c0283c5cb6878ef5bb368c7f149b4c9621

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 68d971abdac1e9709f64f7137c64856d4a197864502980ef936544f6229fd852
MD5 7846b56115c2bb2aecac88005aa65d20
BLAKE2b-256 76eeae4bf386012ef09c090ee56111d938b13cf840fa1567d1dae87595fa0ef6

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: tilmedia-2026.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.12

File hashes

Hashes for tilmedia-2026.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 87acb0a0cf250fc4ffc1a83f0f39977f9682698aaa5f74cd0f042b1164716482
MD5 fbe270c54c37cd5eecb0e201e9daa438
BLAKE2b-256 20759e091ec8ff20fb2cf2e37a5b7cf6d99d21663f51a5d94cc325def6ccd241

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 76ee2a068065ba3ff7bc8c0e8dd5415a57cf8e04207d2ff44122b4b50a3be9c4
MD5 174410d5d785471e5e4e20639e6a1447
BLAKE2b-256 ccb84cdedc1caae0e771b65808cf683451dfb4164effbe962bca76a3fa1e0473

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 09bcf3ad1875e2a4b2b58aecbcc420d5c77fb907b7a90a7a93f89ab417cb7b00
MD5 12306dd0884e6aca840019c3e40229c2
BLAKE2b-256 d6eaa3af7afeafbd4a5a211b8a22e71553eaf5bd6a13bd45d6a449c7dc336824

See more details on using hashes here.

File details

Details for the file tilmedia-2026.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for tilmedia-2026.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4ffe9618c9f6003d391573a7818d107c4b9932eec2e831e2776172a4a55bb8f8
MD5 63ec1124913cc2bcfee392c6a3f9e115
BLAKE2b-256 5975c4f41d98e3d844d10d6468e3a32940f1860fa376e5f479232cc558f3995b

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