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

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

Download URL teptris-0.2.8-cp313-cp313-win_arm64.whl
Size 55.1 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
c3a88ac836daef7c54e0ee4f6b36d402b5f8ac52a03cecf19b6a51136770df22
BLAKE2b-256 checksum
How to use checksums
85c3e683df75b5bf628dbb0d4d1a56623deac22e26c5b51f2f808f689ea7c718
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.8-cp313-cp313-win_amd64.whl

Download URL teptris-0.2.8-cp313-cp313-win_amd64.whl
Size 58.2 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
a8315094f303532f5c19c471a09e2e2bb10ec485e56bb15c4bf6a29401cdd6e0
BLAKE2b-256 checksum
How to use checksums
f5197c2fbb1143984e6eee39cb423e9509793eb11a80a8e6ee1b319c4882621c
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.8-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp313-cp313-musllinux_1_2_x86_64.whl
Size 129.4 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7e8ea06c61a8b26e33b4f375f1ee8505f8c8fb48768f120d6e13626c503c2f78
BLAKE2b-256 checksum
How to use checksums
021318b70f4d79b0bcc77b8265a99be93f8c5de4df5e8ea55ae12ab43e955a49
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.8-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp313-cp313-musllinux_1_2_aarch64.whl
Size 146.3 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7f15e7325e029c8770f2f18cca66e9303a10e90f45b042dcc4d9ab8243c271ee
BLAKE2b-256 checksum
How to use checksums
ef66ed7172d4555ae87bd786435156a2bd1ccf90ee1a9756ab6998afa25abfd8
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.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 121.1 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e96921dfc46075714ae83545921a3e0b9c476039a736e01022c33feb360dc366
BLAKE2b-256 checksum
How to use checksums
72041e6e0422478f910ae22c4b71ce18a9c6c9b3eb25a827367fc95b12134eee
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.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 133.5 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9ba008a3b1eedb35c20fd0ece39923e96f4f70332702436767a2b536dc5090ec
BLAKE2b-256 checksum
How to use checksums
1ef0efd55349809044d3e59b96f8eb0913ffcdc21465e62ed29a4497c4599d4e
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.8-cp313-cp313-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-cp313-cp313-macosx_11_0_x86_64.whl
Size 65.4 kB
Tags CPython 3.13 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
a0ade9ad81ae1c233c0dd86c68359a61075c28fc13907b16504ef72a983745c6
BLAKE2b-256 checksum
How to use checksums
0c214ac8d7c69e562a68895df25952faf9492ee1e76d4b21eafd7e081aae3375
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.8-cp313-cp313-macosx_11_0_arm64.whl

Download URL teptris-0.2.8-cp313-cp313-macosx_11_0_arm64.whl
Size 66.6 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
efd441f1712a1a3dc5fb1590c834ca4574bd7bfe371d2acc3bdbec24fea7e599
BLAKE2b-256 checksum
How to use checksums
9eb1894178bae7a87394ff65b60b4596f9244d2504b027619ccd2f21c4422540
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.8-cp312-cp312-win_arm64.whl

Download URL teptris-0.2.8-cp312-cp312-win_arm64.whl
Size 55.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
b602f86685c92cd41a040bb3f6b7f8171f54b6eaf3fc743bed024a147c2d9355
BLAKE2b-256 checksum
How to use checksums
65b56c4f56e7e9a2642b23a302bb40973eace64ad962f65a7d0ac771c87868e3
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.8-cp312-cp312-win_amd64.whl

Download URL teptris-0.2.8-cp312-cp312-win_amd64.whl
Size 58.2 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
34ac25ad7f82dcf859b0ed47ef4693bc054804c5b9563a177b22923c711f550d
BLAKE2b-256 checksum
How to use checksums
67884d95af23bf5a53d031cc84038345926c7f8496cb65bbea9d61fc6f6ff0a2
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.8-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp312-cp312-musllinux_1_2_x86_64.whl
Size 129.4 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7db8948a7c550b6a6d93ed3abda6b3b093f6bd6df55cab04bddce5650511dc5c
BLAKE2b-256 checksum
How to use checksums
bd0d31c9586806892b722f332ccaf19dd485a77b77ec2b62a917ef221dd12277
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.8-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp312-cp312-musllinux_1_2_aarch64.whl
Size 146.3 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4a7587b23af12769fea89612c53b6670286fa7e7e739a367b270bda6d74792e1
BLAKE2b-256 checksum
How to use checksums
889474254d3d5982ab0f393c6c435154a39f302d6bc3f0572048176cee4193fc
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.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 121.1 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
653b68712170cdf94c1aa6c1dcb93867cde73f3702a30d2228bb8f068271c6be
BLAKE2b-256 checksum
How to use checksums
af9fc5b75b00a93f773a7cf4d241d3d3bed22af0ebc19c42cbbe97eec23edcdd
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.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 133.5 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
579868a235a51d9f99ad4ed90c4595f4595534048d5798a53ec26d9c4ee291fd
BLAKE2b-256 checksum
How to use checksums
5d816ed2ed969209b11a8015b7098557e0a47af2c3fa4bbaec0c458d33b8e858
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.8-cp312-cp312-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-cp312-cp312-macosx_11_0_x86_64.whl
Size 65.4 kB
Tags CPython 3.12 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
2a50e5691d41eca8bae2188cceffaefa6fc140bc3028e063bb420124bf23825c
BLAKE2b-256 checksum
How to use checksums
a5c21767177b2a70f8c9873b5647f193fdbe8762663829c5b6fb9a2fa8a20834
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.8-cp312-cp312-macosx_11_0_arm64.whl

Download URL teptris-0.2.8-cp312-cp312-macosx_11_0_arm64.whl
Size 66.6 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a3cded6a3e7ee4f8d0b54f5a53f9aa88d543e2853024bf7a2866478c5d2b44ac
BLAKE2b-256 checksum
How to use checksums
3aa5edcf546b32bb76e4af9839c63d87d5e8b042975bd9b4c09853d001af0593
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.8-cp311-cp311-win_arm64.whl

Download URL teptris-0.2.8-cp311-cp311-win_arm64.whl
Size 55.1 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
64533a51ec46687336cb19cf3688d6b0789aab4a387d02656ba2cf0ba01e4f75
BLAKE2b-256 checksum
How to use checksums
6b706ea9aa165fe2446d5e4e9d7d70cfeb9b4369d494f813d17aa7eeafdbc769
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.8-cp311-cp311-win_amd64.whl

Download URL teptris-0.2.8-cp311-cp311-win_amd64.whl
Size 58.1 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
3aec9eddb19d6849a26526cfe965bc166a0919a8d8edbfec117e7a96ac4a55f8
BLAKE2b-256 checksum
How to use checksums
bda29ac15516589f993377d7838952cc6646d31469440f99645a82dbe73c1238
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.8-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp311-cp311-musllinux_1_2_x86_64.whl
Size 128.6 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f5a75c718d6ed01ee374d98fff76dd04723a5aa117e929de7a5609c1fc7b17a7
BLAKE2b-256 checksum
How to use checksums
3da7f60afb35556b6d2edeee1ecb9ad2a4cdfcad63082ca8d83c5a24e7308a3a
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.8-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp311-cp311-musllinux_1_2_aarch64.whl
Size 145.6 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
010e541c7e9b37748ce293f544efe2df5e3a0b8d1d5f0f2f171f59efb6620411
BLAKE2b-256 checksum
How to use checksums
6d2b5ea44e203e578f5f6ba9a090538e31dbd190d90806d72ca1f383b7349e5d
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.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 120.2 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
abfb1918d7f041e7ca22737cabc52313ed991bffe9c4fff549473e07727c6403
BLAKE2b-256 checksum
How to use checksums
2c477d7e11bcfc389aaebd616434d1fc851d40b2d29e2a5ed35473c7d06b81df
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.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.8 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d3b64507c81364eaead31ac7f33365ea506234fbd7dd090e39265800a97dee5a
BLAKE2b-256 checksum
How to use checksums
def7eb40baf995b53023709a801f75ea0ed18ec48ff162d00fdc3abfc5943d58
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.8-cp311-cp311-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-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
636d64c972afa1b4633c5a86dce71ca08c884f99e48cf02100cb7bd097f55f16
BLAKE2b-256 checksum
How to use checksums
aec38da4a5020142c697528c10df70a4c851cc71399251e9c430b826434111a4
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.8-cp311-cp311-macosx_11_0_arm64.whl

Download URL teptris-0.2.8-cp311-cp311-macosx_11_0_arm64.whl
Size 66.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a9f9648e5e8598bfe7176bc15706ce67d1a29ab7b498d8278cb30cfdf8961570
BLAKE2b-256 checksum
How to use checksums
07bcea6f2b077c4efa547469ef8cd81d6ee796e9769eee9bdfa45db4b0191fa1
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.8-cp310-cp310-win_amd64.whl

Download URL teptris-0.2.8-cp310-cp310-win_amd64.whl
Size 58.1 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
8a29023feae8e280830a978deb8a46e0887a727b76f0a3049f1222d7dd51e262
BLAKE2b-256 checksum
How to use checksums
cf4d3c3f97bf4378a97d9e0eeb885b5903582ff4aa152170ed9b4e28621270fa
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.8-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp310-cp310-musllinux_1_2_x86_64.whl
Size 127.8 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
46c9a67fffac883da7d30a290d9c0a103b8a52def541af904779d08ab92b9f4d
BLAKE2b-256 checksum
How to use checksums
78223db6505b80deb08895c0ec86aa45276264d6aba7e3535f81981bdc31ac94
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.8-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp310-cp310-musllinux_1_2_aarch64.whl
Size 144.8 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8c565f3e3d78b687df8e953cb427574c818d7fd8c9bbe85885c28b8cbf4db7e5
BLAKE2b-256 checksum
How to use checksums
85f65eb3f1757037bb2be95a2333a3f2b59f4d7bf88669a1ca5d48ba51f94899
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.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 119.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ed6fac92c98fed0c890e827bfd53b47e37de55af2a3a98569c3de226df7c5ea1
BLAKE2b-256 checksum
How to use checksums
f94d13b601769f46a7879614e8e10412eb7644fdb5666418f17562363db77c7e
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.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.1 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
41956dd83c15583d191d0d31ea03462099c64f7e93fa62c7bab242c457dd24fc
BLAKE2b-256 checksum
How to use checksums
38b2cbb7bc884dfb5034d761606e3a4e3ef3bd525e5a096b225de683799c183f
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.8-cp310-cp310-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-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
fa97837baf57c1566aa31fdb6ae22ceac654b501b411b751bc2a28bda85a1395
BLAKE2b-256 checksum
How to use checksums
7745f0bfb9b47e72ac82d5e52aa24e3a8f8bcb25550982618b4026736229969f
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.8-cp310-cp310-macosx_11_0_arm64.whl

Download URL teptris-0.2.8-cp310-cp310-macosx_11_0_arm64.whl
Size 66.5 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
74af773ac50615bc76a2bc9f7a4daa321c6cb26e6045b4ba204144b49d0fb92a
BLAKE2b-256 checksum
How to use checksums
df68cd4a46ade1072c5ee93643f95bf5858c6c63792a36a9d18d0fc241aac69f
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.8-cp39-cp39-win_amd64.whl

Download URL teptris-0.2.8-cp39-cp39-win_amd64.whl
Size 58.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
c83244128d08f15fe02acb9ef51ef8a1b45e3f9a94766f4f1bd6c4cbce46e002
BLAKE2b-256 checksum
How to use checksums
c1402b5b64882e53802e0ce8a242c1e74aecf87925953c246c518fe3ddce50b5
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.8-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp39-cp39-musllinux_1_2_x86_64.whl
Size 124.6 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c0ef3fc64bc1284a2671789a807e4fbfd05ea7892462ea5567052bb32a986735
BLAKE2b-256 checksum
How to use checksums
8121b09bd62a6fb5bab1af8e4654e8bf7116d289acb3efaf71dccc502ff5aff5
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.8-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp39-cp39-musllinux_1_2_aarch64.whl
Size 136.3 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
230318244cacf6cfcb6d0060023a68c20ac0c6c56b4dd2caa397d908fa82452a
BLAKE2b-256 checksum
How to use checksums
b28c7c337f87a0a2162f1edecbde2234f8037dd38e77afd3698c49a94604e6e5
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.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 118.8 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
804847da05c97be1150f6012538558c92af5c22d5c232d45a1ec85da7a058f50
BLAKE2b-256 checksum
How to use checksums
58314b2f3bfc421799e0e5dc445a3888c334546a95acf0385b72b2b0158159a1
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.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 131.5 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c2fb83dbea01b57629a336c1dfbe2fb3ca5c0e996bbe8eab5ec6a39c3c348727
BLAKE2b-256 checksum
How to use checksums
e5c8070a6bec75c11d17260e1add4278ae1b7ad0f2e808d5ac418ba93e241ef0
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.8-cp39-cp39-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-cp39-cp39-macosx_11_0_x86_64.whl
Size 59.7 kB
Tags CPython 3.9 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
6ee852ee05d739b4915461a1db216cc67da02ee7ec56c7ac4ac52ae134be44c6
BLAKE2b-256 checksum
How to use checksums
171463bee8a7bca42304043dfb3934b343c557a80dc5381e02639d8c20b70253
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.8-cp38-cp38-win_amd64.whl

Download URL teptris-0.2.8-cp38-cp38-win_amd64.whl
Size 58.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
c11bbf522a6a05572fbfaeb48de0317c8f160958cbda2831fce128cf50420924
BLAKE2b-256 checksum
How to use checksums
357423202678845d6350efa31c0b927d9e42750df474be37c02a81c1b057bc46
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.8-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL teptris-0.2.8-cp38-cp38-musllinux_1_2_x86_64.whl
Size 123.6 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
54bd6ed398d98b941026b4b6beacdf1ff4c5c8d860b7cdfad2b7a0d19f8752f6
BLAKE2b-256 checksum
How to use checksums
01d745450c89bf45809e8f83191684b2a8f71497afda3944507a8de8dc73e188
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.8-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL teptris-0.2.8-cp38-cp38-musllinux_1_2_aarch64.whl
Size 135.0 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7a92a1257085edd6a905af73a4c661535a4e9769039cfb35f1a1a9c4a886cf0d
BLAKE2b-256 checksum
How to use checksums
eb72acbe61a37ac4e6ef8d0dce42afbad6f25695a78b4932ee469675770dde0e
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.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL teptris-0.2.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 119.6 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d656a91485a635e864aef6108a95f8b9560d59abf919284c19cea7d5c5a74d77
BLAKE2b-256 checksum
How to use checksums
19a09047af46455cc71ecf4cac24c373abc1ec9822f56c2631a353d223c78110
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.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL teptris-0.2.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 132.2 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
345e119447ed8eb2633f93334cdfca5a354c8684a6af6e0bdb6d51d1a619104e
BLAKE2b-256 checksum
How to use checksums
487609de40fc5c9023a1c3e60f5e1d55c1271c96ec7029afdf27ce30d35d6532
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.8-cp38-cp38-macosx_11_0_x86_64.whl

Download URL teptris-0.2.8-cp38-cp38-macosx_11_0_x86_64.whl
Size 59.8 kB
Tags CPython 3.8 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
63815ccf8eae193e38c4326fee884a1edf8dd715f7645f2e9fbe61c0a72cf836
BLAKE2b-256 checksum
How to use checksums
b96e3150fbea57757bd7ece8e520e569bd6e9459a933427a7db7f4af2bedab09
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

0.2.9

43 release files

This release

0.2.8 This release

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