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.10

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.10
File
teptris-0.2.10-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
teptris-0.2.10-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
teptris-0.2.10-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp313-cp313-macosx_11_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 11.0+ x86-64 Details
teptris-0.2.10-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
teptris-0.2.10-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
teptris-0.2.10-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
teptris-0.2.10-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp312-cp312-macosx_11_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 11.0+ x86-64 Details
teptris-0.2.10-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
teptris-0.2.10-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
teptris-0.2.10-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
teptris-0.2.10-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
teptris-0.2.10-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
teptris-0.2.10-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
teptris-0.2.10-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
teptris-0.2.10-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
teptris-0.2.10-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
teptris-0.2.10-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp39-cp39-macosx_11_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 11.0+ x86-64 Details
teptris-0.2.10-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
teptris-0.2.10-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
teptris-0.2.10-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
teptris-0.2.10-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.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
teptris-0.2.10-cp38-cp38-macosx_11_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 11.0+ x86-64 Details

Total release size:2.9 MB

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

Download URL teptris-0.2.10-cp313-cp313-win_arm64.whl
Size 46.1 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
0613fb9f4bcfda862042caefdeb4f712aef95eae892c6e56df9ab22ee176fc6e
BLAKE2b-256 checksum
How to use checksums
02d48bd9ae411187994f0ffe9be7d214c14c6ac72b20de27e9c860a5d8cb91e9
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.10-cp313-cp313-win_amd64.whl

Download URL teptris-0.2.10-cp313-cp313-win_amd64.whl
Size 47.5 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
85ae4da791cf58a1962aa9d20c1ccee485b860a3e34a5d3d64555374261df36f
BLAKE2b-256 checksum
How to use checksums
5acfff22a82793060c5d3f96da874c941273fe3821dfa87b49df92753e0524f3
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.10-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp313-cp313-musllinux_1_2_x86_64.whl
Size 77.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
320da3d3fc4fef04205923901b65980639a7f93b5feba8418fe434df4aac7533
BLAKE2b-256 checksum
How to use checksums
7897ffc6806e19333ec1c363478caf515b04d0f5fab3b0f694020ee3d723598d
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.10-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp313-cp313-musllinux_1_2_aarch64.whl
Size 85.7 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7bcb4561582e475b3b8e97047b12e0256287c505e1c28e7b4976a58a06732a3e
BLAKE2b-256 checksum
How to use checksums
a009dbf71b30866524e19adebc81fab042e4a340a8a92b526c25ba47710b483b
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.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 73.6 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b8738faadaa362be3eda2d615fca609115530cebdf2d8c4c6244c81c0a4f7eff
BLAKE2b-256 checksum
How to use checksums
972ab727921b8caef253a12c866e6810b66440149e39966d8a5755eac766d503
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.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 80.0 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
bc5aaa8b77ec9ab4ac9ed10f6d88d606205703546da0295c6fa2b251dc4aae5d
BLAKE2b-256 checksum
How to use checksums
50ba34b5db9eac719812e8fcc71e502e4e024a7b404e6e863026787cb28e0689
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.10-cp313-cp313-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp313-cp313-macosx_11_0_x86_64.whl
Size 66.4 kB
Tags CPython 3.13 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
131a1ef0a72992ceaddf8f47307748a36559b092a28feb06ddb8b62b935b4307
BLAKE2b-256 checksum
How to use checksums
04f743a9bb68d83ff75ebddd6002affae3a86d90ed05f3a45dc295378e16715b
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.10-cp313-cp313-macosx_11_0_arm64.whl

Download URL teptris-0.2.10-cp313-cp313-macosx_11_0_arm64.whl
Size 67.0 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
182ffd2a602ab3a5ed0c88af9f5511c507aa3cc24b2e15406a84c43c5ffe4dc1
BLAKE2b-256 checksum
How to use checksums
a726d106818540086e1b9848fff28acd521e19401dfb9da8727be5d7b004d090
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.10-cp312-cp312-win_arm64.whl

Download URL teptris-0.2.10-cp312-cp312-win_arm64.whl
Size 46.1 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
2123a6f0b5c75c4cbd3d5f0111bddd5bccf73b33a5c2f096ec1ca7c6b6db9173
BLAKE2b-256 checksum
How to use checksums
a7ab4b27babf6d4042eac0d0c59ea814398e6b87e1281cd750b91e7b3c04daa7
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.10-cp312-cp312-win_amd64.whl

Download URL teptris-0.2.10-cp312-cp312-win_amd64.whl
Size 47.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
9d0ae8bf8339fc51663709e135dfd3391f627108b7b3ccae9945d90335075972
BLAKE2b-256 checksum
How to use checksums
93800d91ae5af512648c8a9bcb243e3bc14edcf344caab9d1a8d8ef77af0be76
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.10-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp312-cp312-musllinux_1_2_x86_64.whl
Size 77.6 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3f4fef68acf13bb45c5a80d01d8afe68460da4e61c644570fb9cf41d8707101c
BLAKE2b-256 checksum
How to use checksums
842c4e68312557f5d6da1edb133b66120f9eecb2c603bc67cbe0cbb594a28b56
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.10-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp312-cp312-musllinux_1_2_aarch64.whl
Size 85.6 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c2f1c11296a91584867f0a6fa3ea0ef2d68dc1e402fd2c54cc0185cf2c4d1252
BLAKE2b-256 checksum
How to use checksums
bbc9810586d8dfef368c986c27d57606e49ed1e4339398b6be2fafdf2c591dbf
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.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 73.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9a0f29af766c3dbf39c6bf7ed30348bc73024ff02e5cdb83c18051ff73ceeaec
BLAKE2b-256 checksum
How to use checksums
3e4850f10d8ec6befa66907dfe62f897fb469753e2b7d829fea8d7d14ffc489c
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.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 79.9 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c103988d75f3bda43e2e4441320a86bc3719f1ebb1476ee9014fab859665ba39
BLAKE2b-256 checksum
How to use checksums
1e207877f6cfdf92d8e0bc5ffa174ff707bf198ef1b083dba3a5218eb516d768
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.10-cp312-cp312-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp312-cp312-macosx_11_0_x86_64.whl
Size 66.5 kB
Tags CPython 3.12 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
385e9e43e0818f057e00ce508f0239e69916e9fc9839e05e0c593195ff2eee52
BLAKE2b-256 checksum
How to use checksums
d07bd179540f632130070c79bc48ef93b546439ce077de970e66f682f64b9d78
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.10-cp312-cp312-macosx_11_0_arm64.whl

Download URL teptris-0.2.10-cp312-cp312-macosx_11_0_arm64.whl
Size 67.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
241c3752d6134e771acefcb9938fcaa39e5be5660a85ab04187787abe0cb545f
BLAKE2b-256 checksum
How to use checksums
eede565331934d98d2a24f4e6eef806851e78693fe4a6953af249d7fd12af923
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.10-cp311-cp311-win_arm64.whl

Download URL teptris-0.2.10-cp311-cp311-win_arm64.whl
Size 46.0 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
9d3b3cb83b18d0959f1174a0fa2fcd1988f4cf15b6c47d5dfe3ade8d5c3dc9c4
BLAKE2b-256 checksum
How to use checksums
c0f34a4d416014ce61214b4969255570c72e6a216f4ed7ed8f821420517ef6de
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.10-cp311-cp311-win_amd64.whl

Download URL teptris-0.2.10-cp311-cp311-win_amd64.whl
Size 47.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
5c1da336c4b5e0517b152168210b2bd43f3b1f01cbae6a563598fcaca1ff2db0
BLAKE2b-256 checksum
How to use checksums
b9410f3736a032556552a1a6690b132c3f747b1c015fd3bed56cb01daaee4256
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.10-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp311-cp311-musllinux_1_2_x86_64.whl
Size 76.9 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
2e41ec6c813cee7c4a86fed769d080e023bb80591a1b8a6c65a445d2254a2258
BLAKE2b-256 checksum
How to use checksums
ead4e786640e9184fa85638c9d6adcea665aa8642a281693e3c361dad17922b8
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.10-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp311-cp311-musllinux_1_2_aarch64.whl
Size 84.9 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7a6c42443b6df76e11458adc51ac09b0528ffb15797b8dc23cc682cc341819ee
BLAKE2b-256 checksum
How to use checksums
32ec7e46760aced959773b8ef43cf3d4752c0f9f3013e960ce9e5a701d75309e
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.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 72.8 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
cd66795417f48703ee0893b589f22a6a55f0e1ef4a7aae4a0251e6646925fe56
BLAKE2b-256 checksum
How to use checksums
d0f6f71477717022319f5eb995149f2bd6e01940db7134c240fd69c1716769d3
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.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 79.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
09804badaeee6b33e80f3e7aa620968d47964b3cfc28f07e534d24de21fe9ccd
BLAKE2b-256 checksum
How to use checksums
efdc130cc2225ded7e9d2ec97d863d819610506b83b99030eb634565489b79c4
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.10-cp311-cp311-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp311-cp311-macosx_11_0_x86_64.whl
Size 66.3 kB
Tags CPython 3.11 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
00490e724cc53c23957ef94a9a438321e39f061e48408ae7702746779e477999
BLAKE2b-256 checksum
How to use checksums
027b3f1aa501aa962aef5d3704e6650982c22646dd2e2637b834df7c019216c4
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.10-cp311-cp311-macosx_11_0_arm64.whl

Download URL teptris-0.2.10-cp311-cp311-macosx_11_0_arm64.whl
Size 66.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5f9d2ce1aece3db76a014569cfd427ffa3329d9485da8dcb91e10abe5511747a
BLAKE2b-256 checksum
How to use checksums
89d21e9fe921e7b53a343796b93ff55d5058001930f25cbfc944b8e7b02ff421
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.10-cp310-cp310-win_amd64.whl

Download URL teptris-0.2.10-cp310-cp310-win_amd64.whl
Size 47.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
7b52d023124c0074fc2f6064d58e0674d005b6d534064ce6ad302717afd45747
BLAKE2b-256 checksum
How to use checksums
a9145df8fb88c7df842952e25006ea24939289069c1eebab7abf6be05a28a63a
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.10-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp310-cp310-musllinux_1_2_x86_64.whl
Size 76.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a213677bc0d64d30093ccfcdb6c859b8c0022c104d0a242aad3a54d3d9380f3f
BLAKE2b-256 checksum
How to use checksums
71d15af8665cb7ae5e65531ef1f532743898a2b2f9f2c1d8e784064f1c7d4af7
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.10-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp310-cp310-musllinux_1_2_aarch64.whl
Size 84.2 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d1d68420b88836f0622bb2d7b6f5cb729d9cde22f2b5a366d23cf1c6df15c542
BLAKE2b-256 checksum
How to use checksums
51bd867536097b6af02b5e235da4c5790077acc4a3ef495752ac95df0e6df27b
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.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 72.1 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5ce507a25931a552e8cdb1ef61b6987e7bf81ded1bb1e55760aa9cdba65a3f2e
BLAKE2b-256 checksum
How to use checksums
e08d990ff0a6a812828bbfa257c9b58f1cc015ddaa785ca3071a6f737daffa00
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.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 78.5 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5da522eeaafbda06950f66f77628071a3999fffd2a9eb311f3202ebe991662e2
BLAKE2b-256 checksum
How to use checksums
2440e2c7dc12ae7cd4a04615803ce6af1b00f1463c9021e09a0465548a4f8034
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.10-cp310-cp310-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp310-cp310-macosx_11_0_x86_64.whl
Size 60.4 kB
Tags CPython 3.10 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
fe3256d6430935de3cb704bd6419535a7ace2d92c80450da61e42da670b9bcdf
BLAKE2b-256 checksum
How to use checksums
78717950dd0c85503067510841e24f173074b3a3528dc1b93110f6fd69864c7c
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.10-cp310-cp310-macosx_11_0_arm64.whl

Download URL teptris-0.2.10-cp310-cp310-macosx_11_0_arm64.whl
Size 66.9 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
6b247089565fbca6e776338f47840aea3656f0ae6da0d3e780d1760f97c495dd
BLAKE2b-256 checksum
How to use checksums
a870b4c42b75e3855258feb45c43242d6bdd93d2352d855b55aa2a7dbe3fdaec
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.10-cp39-cp39-win_amd64.whl

Download URL teptris-0.2.10-cp39-cp39-win_amd64.whl
Size 47.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
8d7a594a8934ce4f999d8ffe61b37fc2340fd1805dff104a84aa4dafa4630d8e
BLAKE2b-256 checksum
How to use checksums
b44a03109c43d4c91148aee6608e581831995c281506ed5a892ee753bbf8a398
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.10-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp39-cp39-musllinux_1_2_x86_64.whl
Size 73.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
581d686b07a15fbce11033d7260b41b3fd119eada0045cda26a589056c5961c8
BLAKE2b-256 checksum
How to use checksums
53a3dd078f5fe93d51ef6fb6ea9f4e3e25a0ae5f52ac709ca297cf3bb5935305
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.10-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp39-cp39-musllinux_1_2_aarch64.whl
Size 79.9 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a65e4e409b6fcbb724daa8d11b73d1455c77451449bee2f13f3600ef1fdf149a
BLAKE2b-256 checksum
How to use checksums
97c7365a8cb69bef1825bd99653eb9a3f68faae720d81f21114791f58eea4bf9
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.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 71.3 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
66f4800b57c4c11cc473d059bca2dc9d6655b0c4a1a5a4968514584ef722f57c
BLAKE2b-256 checksum
How to use checksums
0b4c9b87b3200be2be10b3d806ef5e2e1950dd2a922b5efa25cbcd3894b1c569
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.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 77.9 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2f59f276cd5248c0029615c45b0ba51bf630bca58997ad0d71c33b002715c536
BLAKE2b-256 checksum
How to use checksums
5e7a9ffd8a8965204e107ffb1b9e8ddf04708f5831ab04f28687030606d80144
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.10-cp39-cp39-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp39-cp39-macosx_11_0_x86_64.whl
Size 60.3 kB
Tags CPython 3.9 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
7be54c0dd48c5613958b5d2cf7fedcb9dfd3f05eb840b160c5311f277f6bfc30
BLAKE2b-256 checksum
How to use checksums
aca513a7169c59ad0993dce845351164a52023db0554f0ebfcbf22c455b75ce6
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.10-cp38-cp38-win_amd64.whl

Download URL teptris-0.2.10-cp38-cp38-win_amd64.whl
Size 47.6 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
82aa867b846575e45d5ca1da2aa3db526193f862b26c5885a93837743d1d645c
BLAKE2b-256 checksum
How to use checksums
2d08b1506b953d83450919d8438bf0995c799074049f74e7b8dae53ae569c596
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.10-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.10-cp38-cp38-musllinux_1_2_x86_64.whl
Size 73.5 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0c41fb9bfbbf8f897d5f17badae0375d340d83981ccdf148526f6347d43f2719
BLAKE2b-256 checksum
How to use checksums
eac96c4db01a0a5e27e17c941c64cc20e824c3f7bc612cdd565a75045b676a53
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.10-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.10-cp38-cp38-musllinux_1_2_aarch64.whl
Size 79.3 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
881f7054d48e19a8b2e3237a832438b66b6432df717ae5a423ccaa5bc3373400
BLAKE2b-256 checksum
How to use checksums
a66f4b2362e55560faf067b7128a490d67cce6b4ca7a54bd5b99ac6b0ea76a7e
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.10-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.10-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 72.2 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
718d823355376236c065b4262276b806bf0ff924452578bc1f9e2699120788e0
BLAKE2b-256 checksum
How to use checksums
600fa87a6295b45c2b767c150408e615412e74745cfe2392bb9b8eba4761f39b
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.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 78.7 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
52cf24fdc5a70d6d1c9b812d587715ac568ad06772ac4932a71042d705fe0e70
BLAKE2b-256 checksum
How to use checksums
51fd432d811330ce6411b51f8993ca598a4722e9cf675c71a04abd0f82ffdece
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.10-cp38-cp38-macosx_11_0_x86_64.whl

Download URL teptris-0.2.10-cp38-cp38-macosx_11_0_x86_64.whl
Size 60.4 kB
Tags CPython 3.8 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
fbed1328aed94b862791477082680fc1d24ecc1074eff45c2f6877197b227426
BLAKE2b-256 checksum
How to use checksums
d10baa41a574c687f1ba7a9289b54b1eae02d44b13cd0ec0122d0c4f39857d93
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.10 This release

43 release files

0.2.9

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