Skip to main content

teptris-py — TOML for Python at libleptris speed

A native C-extension binding (no ctypes, no fallback) over libteptris — the TOML counterpart of leptris-py (XML) and yeptris-py (YAML). API shape mirrors tomllib/tomli (loads/load raising TOMLDecodeError) plus a dumps writer in the tomli_w spirit. Datetime mapping mirrors tomllib: aware/naive datetime, date, time.

Both directions are native: dumps walks the object tree in C through the builder API and emits via the shared engine emitter — 3.5×–14.2× faster than tomli_w on every benchmark shape. The engine implements the TOML 1.1 draft grammar (a strict superset of 1.0) with 100% toml-test conformance, and parses at ≥3× the best C/C++ competitor on every shape.

Development

The package loads a shared libteptris — from TEPTRIS_LIB_PATH, a vendored platform/ directory, the sibling C checkout's build tree, or the system loader.

cmake -B ../teptris/build-shared -S ../teptris \
    -DCMAKE_BUILD_TYPE=Release -DTEPTRIS_BUILD_SHARED=ON -DTEPTRIS_BUILD_STATIC=OFF
cmake --build ../teptris/build-shared
TEPTRIS_LIB_PATH=../teptris/build-shared/src/libteptris.dylib \
    python3 -m unittest discover -s tests -v

Publishing and version numbers are USER release decisions.

Release files for teptris 0.2.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for teptris 0.2.9
File
teptris-0.2.9-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
teptris-0.2.9-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
teptris-0.2.9-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp313-cp313-macosx_11_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 11.0+ x86-64 Details
teptris-0.2.9-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
teptris-0.2.9-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
teptris-0.2.9-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
teptris-0.2.9-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp312-cp312-macosx_11_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 11.0+ x86-64 Details
teptris-0.2.9-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
teptris-0.2.9-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
teptris-0.2.9-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
teptris-0.2.9-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
teptris-0.2.9-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
teptris-0.2.9-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
teptris-0.2.9-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
teptris-0.2.9-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
teptris-0.2.9-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
teptris-0.2.9-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp39-cp39-macosx_11_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 11.0+ x86-64 Details
teptris-0.2.9-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
teptris-0.2.9-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
teptris-0.2.9-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
teptris-0.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
teptris-0.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
teptris-0.2.9-cp38-cp38-macosx_11_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 11.0+ x86-64 Details

Total release size:4.3 MB

Release files / teptris-0.2.9-cp313-cp313-win_arm64.whl

Download URL teptris-0.2.9-cp313-cp313-win_arm64.whl
Size 55.2 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
a91d0ea25b8f46c90d397e00c6a4024a3b948fcad272e9735645f9c64f9fab49
BLAKE2b-256 checksum
How to use checksums
1674530dceb7d60952f2ee67b97c9901cd13a3d78be6399c18665e317cff93ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-win_amd64.whl

Download URL teptris-0.2.9-cp313-cp313-win_amd64.whl
Size 58.2 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b062b61611b04f4ce493f98c74acb7b211ec2430fa7d7883c4bb1f7b857388ee
BLAKE2b-256 checksum
How to use checksums
3385fb24063d6e02c1138fc5af7ed794a422e788c534d31231ba6fc3bf1efcf6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp313-cp313-musllinux_1_2_x86_64.whl
Size 129.6 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
31ad8128ba5af0671f5780831366bc4ab6233847ed50eb03d957399034976353
BLAKE2b-256 checksum
How to use checksums
e66d44b27b647ae6675740321fc124ff09b0dd22941b4ec6a9c0b38bb7e04f6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp313-cp313-musllinux_1_2_aarch64.whl
Size 146.4 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1ad167db3fe8eab5a5d9ff0989fbdd01dd2e735f120246e163f292d6b74817de
BLAKE2b-256 checksum
How to use checksums
836b4445482dd879fe014541b77671e1e2104e5f1c841bc8b9510e56946c3ff3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 121.2 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cf3a332bf917ae3602988921387b2f54f1e2f58ffc50e8d570494e34ba95db20
BLAKE2b-256 checksum
How to use checksums
b8e08b42f580678e3c9336d576c9cff0114ee34a625b020ae248e03ede7d923e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 133.6 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
fa1f70b138500709ac3502c0b40e877d91e15f52f4489cf1b5d806132d3d2904
BLAKE2b-256 checksum
How to use checksums
1957bc56398cea6810fe9eac98295e0e9ff00e0636c4e972aea16c4c4d43f474
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp313-cp313-macosx_11_0_x86_64.whl
Size 65.5 kB
Tags CPython 3.13 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
7ea53c05fdeb385f34bc3eab1c83189727d1c32fddf201a9f9f0a013aab94a6a
BLAKE2b-256 checksum
How to use checksums
e8368b1bccca44c9dfb9940a958e6c7ea94867bf2da77b098d475865daae5021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp313-cp313-macosx_11_0_arm64.whl

Download URL teptris-0.2.9-cp313-cp313-macosx_11_0_arm64.whl
Size 67.1 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
50aa32981c26a3bf00163d3a9cc463d0788aa8ccfd8e0ced354cad90b769ce26
BLAKE2b-256 checksum
How to use checksums
fbf225bdb7a684fed26981ea9155b9ffad2f69f31fa639ba48528458b6122f75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-win_arm64.whl

Download URL teptris-0.2.9-cp312-cp312-win_arm64.whl
Size 55.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
eef07ca52c5a04b3ba51411576b42d40eefd4305f583b73219d004333dd00361
BLAKE2b-256 checksum
How to use checksums
cf60167fa33c7aac340c46f253226eef94701ebf5e90001cc7cdad6f8407e0d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-win_amd64.whl

Download URL teptris-0.2.9-cp312-cp312-win_amd64.whl
Size 58.2 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
726856fb2e15eb100a349273f1b3bacf16fc32296e2cadf43e905cb9bb124d14
BLAKE2b-256 checksum
How to use checksums
04f9bc0318f7adcd2a75723e5cc92f150d76cbe03b256ae5b0493fcd72fc532a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp312-cp312-musllinux_1_2_x86_64.whl
Size 129.6 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e185b4300f0c31b9d72025aed40c3cecd8d93b94a44dc51edf344f750da35658
BLAKE2b-256 checksum
How to use checksums
376022efd1ab0574b61ad0db0ba5d20fe68d2ed65a3222c19461bc9b473484f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp312-cp312-musllinux_1_2_aarch64.whl
Size 146.4 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b900d218012b8c4e420c943895f496531a6855dced65c4fa8cc572308064cfe2
BLAKE2b-256 checksum
How to use checksums
7c279dc456f465d26f07c8c8345a537dff3aea9efb3e6dd2ed0389a3dcced301
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 121.2 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f9397a1768d7fe16b5df3f79c55cd0a6a6ce47482d80b7e7b3b36ead6986151d
BLAKE2b-256 checksum
How to use checksums
a717df9b558dd20c9620e13879f9528189584b2800306163f5e854583e4b171c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 133.6 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5a69171c90a308b05854f263f8ac8815411075bebe32c41c9ed8aafc16e74dbf
BLAKE2b-256 checksum
How to use checksums
f6588174af92599393479134c6bc6a1d6a7f9d8bdc2aeb469a074695f0ee2b17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp312-cp312-macosx_11_0_x86_64.whl
Size 65.5 kB
Tags CPython 3.12 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
4a7091243215f8d4b24a9dcacf9351c42fbc4cbef0b3e84ff820203311332b1c
BLAKE2b-256 checksum
How to use checksums
0436c520c137093fd6f6d9a5c85776dde78b809a7149cc61aa000ec6358d3bce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp312-cp312-macosx_11_0_arm64.whl

Download URL teptris-0.2.9-cp312-cp312-macosx_11_0_arm64.whl
Size 67.1 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ea5842ff4938e0c1a8210c88fe63dfef84ecca1aff723890d491ffa896a9764d
BLAKE2b-256 checksum
How to use checksums
ec4d5ef6b005856db456943175548a92dde26ff7126ae754a239236a1f182941
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-win_arm64.whl

Download URL teptris-0.2.9-cp311-cp311-win_arm64.whl
Size 55.2 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
503489d0797a748cb85c98c0ed77cd4644deed59ae27f97d4b262246b71ee25e
BLAKE2b-256 checksum
How to use checksums
719d4631d9ac902dbded25269887112a7a63b8718cd6eaed06a4853c38bb120d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-win_amd64.whl

Download URL teptris-0.2.9-cp311-cp311-win_amd64.whl
Size 58.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
9a25cc6c79068d84f82a20d6bbecc30fa3f3a6d41b1dce7b7c6f30f62df7e76a
BLAKE2b-256 checksum
How to use checksums
c8cdf62bf6e3e77b8b30922788c6e900ea56fa6a09af8f1be8f0ccba367f2b66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp311-cp311-musllinux_1_2_x86_64.whl
Size 128.8 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
41c2f59ead2e9ba53f88b075c3d5a724e3b46c56fb8cf5e60925c6abe985b32e
BLAKE2b-256 checksum
How to use checksums
0316a5e8c3e581387fad365d078547e0b468a9a1a269bf196f150c3139f71bc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp311-cp311-musllinux_1_2_aarch64.whl
Size 145.7 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
41fafeabb1fb553832f4d44a4d40e9b234b7d5ec2896ceedd3d4e951de0751ef
BLAKE2b-256 checksum
How to use checksums
7ab1c9c9d0972eb72d611bed8b9321d9ae11217d69b5ae88e4ee218bef51ce61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 120.3 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3ece41b098006e9d189f373402539319f1bebdefbee1c03ef826fa2268dd3f98
BLAKE2b-256 checksum
How to use checksums
6544280ff038281cf61cbe6f0cf276bdbd59790c61c06e2e5ad8abee702e27fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.9 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
08de51e72287d2ba0d46ad493fb4b37da0e51e1be65bd0b2ad252149a1c1c31d
BLAKE2b-256 checksum
How to use checksums
f6e2e31d07213de1e7e6680eda9197c24e0ba5221d2215337069778a5315d77e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp311-cp311-macosx_11_0_x86_64.whl
Size 65.3 kB
Tags CPython 3.11 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
537e737bc6b4713cf7b295e66d8f382db39678e0d9f8501f5054fecd22df7d1a
BLAKE2b-256 checksum
How to use checksums
7e21748072b23ab17f242f16d4efa5a36f076f349f9f65e9d6f10e71a507c748
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp311-cp311-macosx_11_0_arm64.whl

Download URL teptris-0.2.9-cp311-cp311-macosx_11_0_arm64.whl
Size 67.0 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2c0336e17d6d0b292ab3035f5b811b08e27b2c9e06ad5980bc00b44c7ec788e4
BLAKE2b-256 checksum
How to use checksums
93716c8fb62995a69237498544b1e5d9defb2a81ea8491b8a4ea70a72c6d98c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-win_amd64.whl

Download URL teptris-0.2.9-cp310-cp310-win_amd64.whl
Size 58.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c726073908ffe4446e3f8ce67492fb4b4ee1f42a7c6a93d72992422d8433bf60
BLAKE2b-256 checksum
How to use checksums
4197a84e046d46f25148eafc09c4fb7e58492b805671773ef4636f8e2ccc7a99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp310-cp310-musllinux_1_2_x86_64.whl
Size 128.0 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
09bdd6aeb225cbe367b3c33b01ea3edfe5af33528859e141cfca2405475b84d0
BLAKE2b-256 checksum
How to use checksums
e042f4b2309899709ca71d6ce0b00b31430d50ab9985a3218bdca37c17c52cf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp310-cp310-musllinux_1_2_aarch64.whl
Size 144.9 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
07c36af4099471b05fd467188f9cd97064608b3326357648e99b04fa173433cb
BLAKE2b-256 checksum
How to use checksums
74bf99e278e4668db00a7d2e41a395aa993a6b377d5f3aeb173cf93c252f5369
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 119.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
eba047ce07ffec4b5419bb704757da33c6cfbc10284381a6d8df6ec26b9e644a
BLAKE2b-256 checksum
How to use checksums
e1390b0f18124162955bbe40907a167ba05941dd9f1871b8606379dfa2253c58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.2 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e9ca797d957cfb50f2975c3909ade71f1520e5076d71f768d208c15a2c67a0e5
BLAKE2b-256 checksum
How to use checksums
50956901c55d52712ca13ca53c2fff2fd1a4786a9454e147118cb0d6cfd475d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp310-cp310-macosx_11_0_x86_64.whl
Size 59.8 kB
Tags CPython 3.10 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
a3800f7e404752a2ec6b00cb54ba36db8995970972b2736eee820fb7d9a34e6c
BLAKE2b-256 checksum
How to use checksums
2973c31af0a2b3ebbb80038150a4da44ce2fe13d7601da7a981b39f3f88ff947
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp310-cp310-macosx_11_0_arm64.whl

Download URL teptris-0.2.9-cp310-cp310-macosx_11_0_arm64.whl
Size 67.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5c1e0190ab3c7e61ec7a8f7c3c0cdfb8d22d4a92335645c873d2b051515f6c74
BLAKE2b-256 checksum
How to use checksums
dfb214b278cc5416bd2503e1f1b59263298a5cd6da8312cba9ecac65d06ba4f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-win_amd64.whl

Download URL teptris-0.2.9-cp39-cp39-win_amd64.whl
Size 58.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
62fd5aaeb9a39f0b2f1703ccbba04af7e7aae396e21ef5afa178fe3aa5abe995
BLAKE2b-256 checksum
How to use checksums
8e979392b63c0c96cd8b157af54ca601664205f4a7e45d07f2b92b27bf944b43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp39-cp39-musllinux_1_2_x86_64.whl
Size 124.7 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
940ebe901409259bb50efb2f5fddd2a8059d5808ae35d031b9768bc3946f65c4
BLAKE2b-256 checksum
How to use checksums
b8a35df68a89d77e8150fdf37d584d0abd9c9537d042007a7c4a9fcf787799ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp39-cp39-musllinux_1_2_aarch64.whl
Size 136.5 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
908d1dedfa3d38a84e9a5e84c45268852bf5386aedc88a9791c34ef08bf389ae
BLAKE2b-256 checksum
How to use checksums
886727839fc8eb5bb650fd33e84d9476ae487c25819120b1c99a94472e8dd8a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 118.9 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bfea6011749fa01682918751c2f4e4d1641971bde17a001c09fcc4e1b38a758d
BLAKE2b-256 checksum
How to use checksums
b65b729096827cca9494d6a9f00e09d015484a08caf6061737184544c183ba22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 131.6 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
27b08fa6da974200f6f41d7e9a6bb1b1b2dab7bf09d83cf88620700be68ea4c2
BLAKE2b-256 checksum
How to use checksums
311bef03ab2e0ba855f8e007d6d7f1ad3e2253c5beca343d07afb8b858153d26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp39-cp39-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp39-cp39-macosx_11_0_x86_64.whl
Size 59.8 kB
Tags CPython 3.9 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
cd51bcb29d13c4224a23a4549971cd75e8d4548779a44878b4498a403687ea6d
BLAKE2b-256 checksum
How to use checksums
bf9bd6e4e290eb37619e4c3b0b335ab537474f3388f1404d27a786f8e467d7b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-win_amd64.whl

Download URL teptris-0.2.9-cp38-cp38-win_amd64.whl
Size 58.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
c89faa7c0869fc6e605d07f4e007796dc302a8a7039596a6ee927cef25e496ed
BLAKE2b-256 checksum
How to use checksums
3b682cb7015d815efd74b945083dfce75c4ddfa09d2633c519bbd40d09c36871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.9-cp38-cp38-musllinux_1_2_x86_64.whl
Size 123.7 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1d6753fcd12528e096fc335b9ebaceb43b0da37206cd7fd51f12bf30814097d3
BLAKE2b-256 checksum
How to use checksums
4afc49e2b0bb6a899c4d08140fb3f01f85c9aaa0380c80fefd38b30773dcb568
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.9-cp38-cp38-musllinux_1_2_aarch64.whl
Size 135.1 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6b709797c7ce077df45384129535acdfda351d162e530112447db0d76f35e513
BLAKE2b-256 checksum
How to use checksums
d345c002ba9238ac160b514c7ae5200998520fc8e26deeede3d430afb4af1c4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 119.7 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
65da2032650998b4ee7dd00b5986e06c1eea00405c9e6ec3bacea8153d595c47
BLAKE2b-256 checksum
How to use checksums
e2db089bf0764de6d09a0fb5ee5dcde62ff911c47d814203c7bed06f3a8dd0fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.3 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5e5d6a805a6a959aa795a7bcfee5f9d16367d169002f3b50e1d78e6f17cc937c
BLAKE2b-256 checksum
How to use checksums
aa936910f8845a57c4f465e7123e3b7d27578610c4797115066a6f7707bde932
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release files / teptris-0.2.9-cp38-cp38-macosx_11_0_x86_64.whl

Download URL teptris-0.2.9-cp38-cp38-macosx_11_0_x86_64.whl
Size 59.9 kB
Tags CPython 3.8 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
d0fda5cc03d26759e3f83489ec025a43f87485caae360139fa9091b05f351684
BLAKE2b-256 checksum
How to use checksums
2498a23ee2af108c50f0fb2deb28ad2638d9d77481cf7da86d40d04812ad0696
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.5

Release history Release notifications | RSS feed

0.2.16

9 release files

0.2.15

9 release files

0.2.14

8 release files

0.2.13

8 release files

0.2.12

8 release files

0.2.11

8 release files

This release

0.2.9 This release

43 release files

0.2.8

43 release files

0.2.7

43 release files

0.2.6

43 release files

0.2.5

20 release files

0.2.4

20 release files

0.2.3

20 release files

0.2.2

20 release files

0.2.1

20 release files

0.2.0

12 release files

0.1.1

4 release files

0.1.0

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page