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.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
Total release size:4.1 MB
Release files / teptris-0.2.6-cp313-cp313-win_arm64.whl
| Download URL | teptris-0.2.6-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 55.1 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
b5a788ad9d7850756af1e4f154fa38bdd1a7041c514c53d5c87c3b84cfa1bdce
|
|
BLAKE2b-256 checksum How to use checksums |
1849089e08e1624fde53b8629f00fb2f7fd17d70007ae5e316a461f29d7cda7e
|
| 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.6-cp313-cp313-win_amd64.whl
| Download URL | teptris-0.2.6-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 57.8 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
2e125719a541b2d0c1b5bef3bcb96f0798b5a7adc5ff22cda04d9059d2130d6a
|
|
BLAKE2b-256 checksum How to use checksums |
dc8227d00c8de470dc9dffec7c78b08d64f232410ac1f6905bd5a2d348724a79
|
| 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.6-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 127.9 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
601b35164e03b8d693bba0eafcf6d2ce6aa40c96ce6c2b0f13a3a0501ac0a0c9
|
|
BLAKE2b-256 checksum How to use checksums |
9387a55ab920a266daa9ee00903bb7abaadb1a032adad2d118cf467989639281
|
| 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.6-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 133.7 kB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
f8cab6b4558cdfd3962d7996c5b22f61ef56eeccdc4bfa3a78f91ed225d44bbc
|
|
BLAKE2b-256 checksum How to use checksums |
dbf417328829d2235a00358466e1ab1168eeaa2697ece814f0aae812c528c9b1
|
| 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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 120.0 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
7631da72041bfb6d4241f1aa294ef51300e4b79e0b17950bd5a1d94316f6198c
|
|
BLAKE2b-256 checksum How to use checksums |
2f9bb0add3bc867bacd3e916b19e97d73d930c7e4d0419f1d0cea626bc48f884
|
| 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.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 123.7 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
433e93a2859573f3ae18e6e0c420ea85034700eaa45a25ec0170efda52198265
|
|
BLAKE2b-256 checksum How to use checksums |
52207e716e31504e69b1a25e67166d5cec1f3daf16e7a5c66d8d190ec02b445f
|
| 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.6-cp313-cp313-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp313-cp313-macosx_11_0_x86_64.whl |
|---|---|
| Size | 61.0 kB |
| Tags | CPython 3.13 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
8c22cd171d7dae18d8ce143372341e267401cbb3eebd92ed13f4908bb198b577
|
|
BLAKE2b-256 checksum How to use checksums |
b0704b3391221ef109d6f844a709dd32c5baa9443d3a89e1de488836973f7728
|
| 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.6-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | teptris-0.2.6-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
368de994d8ab89533a515cdc5e1d1fb2578722a40a494a5b315050b2f912d1c3
|
|
BLAKE2b-256 checksum How to use checksums |
fcac482dfc4276fc8274c4249200cc44f551700605af4216455c08a15dea1fe7
|
| 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.6-cp312-cp312-win_arm64.whl
| Download URL | teptris-0.2.6-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 55.2 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
6c6f9f652e05e3c50dddcc7256b5452855ca2b2c4b760aca881abe8ddee64080
|
|
BLAKE2b-256 checksum How to use checksums |
33002835c8a0804692398c05e8da5b9017317aa8726fde19f15233237b2abd82
|
| 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.6-cp312-cp312-win_amd64.whl
| Download URL | teptris-0.2.6-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 57.8 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
91a48f598f8794bc1cd262cc993d3e2ef418fb305c273107bfd0e366c9f17be4
|
|
BLAKE2b-256 checksum How to use checksums |
c59fe73bfac18646e53db97df349a7b6bb21f6b2755c5d16cfd24d9d1ca51918
|
| 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.6-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 127.8 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
d5660093291c81e373dc7b84816c46112caf2cc30cfc8b231ac5bb00f436ca40
|
|
BLAKE2b-256 checksum How to use checksums |
782dfe9a9e15e29cd53f82c13ac8a159544faea3e15eb056e4a70779de01fa00
|
| 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.6-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 133.6 kB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
1aa40129c625cae57da1696e1b292e23d34ac0bf9de2b17d309976b81759d790
|
|
BLAKE2b-256 checksum How to use checksums |
7efe7ba8bcb847ffe2a900fbcbaa4ded572193361a356cbbe53dc4263bc6cb6f
|
| 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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 120.0 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
fc24d7857725c1b520c0ecedb13b8faa26f69b8aa7080b73ee80e7937cd1e3f2
|
|
BLAKE2b-256 checksum How to use checksums |
e7f25a5ce8eaa15a9958eb1bb2f048798b06c67ea11c93890c405fd9cc4a4da2
|
| 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.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 123.6 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
d1211ceba4334f96611546561148b76826174b91fd21c97eed64d97d7882cfdc
|
|
BLAKE2b-256 checksum How to use checksums |
b51679a38e58cde9a4ae3369c411abb3bd4bb4136ef6f97af49b666f908e240d
|
| 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.6-cp312-cp312-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp312-cp312-macosx_11_0_x86_64.whl |
|---|---|
| Size | 61.0 kB |
| Tags | CPython 3.12 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
4564cb3d153aacc841bdf0a0c9e8ab6d4bcd5dfffa9761519c66b94f38d18494
|
|
BLAKE2b-256 checksum How to use checksums |
80bfdf96cd1606d8b4e0cada9e742b0dbf0c938a95972d41a094c480a322c40b
|
| 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.6-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | teptris-0.2.6-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 60.4 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
df09a7ada971abe2118acec933ed7b0bed4897267a7ced7c8d62d8d472aef329
|
|
BLAKE2b-256 checksum How to use checksums |
f7845e1928cb0832a4e87ad09653aa97ebe025d7452935978d574b26362b662a
|
| 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.6-cp311-cp311-win_arm64.whl
| Download URL | teptris-0.2.6-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 55.1 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
3f13aeb04af1c2afbde335dc7cbd6dd5e8b1263913cbb36bfa2cf900bd8c0a40
|
|
BLAKE2b-256 checksum How to use checksums |
2fe29500ec4bf4bfa05e9aa06d5ea6411d49ffc5ba9f115596965b271685fa12
|
| 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.6-cp311-cp311-win_amd64.whl
| Download URL | teptris-0.2.6-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 57.8 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
205cbca6b3587df1982ac916bb0c6ff9e5bba778479b78ffe5d8a94591908a2f
|
|
BLAKE2b-256 checksum How to use checksums |
2e70c9e22d381c41c2b80e914fb3c7871d91cf283bae9452b31d5b0b3c2e047e
|
| 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.6-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 127.0 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
898276dd5a6945a46d8814ca1e31e895a47a22911b2cf5ecf9a57245dfcaf5f7
|
|
BLAKE2b-256 checksum How to use checksums |
54730605b461b39b70a2b28ac9bbe4411b494acfe44e66ce5c8b27588008d3b3
|
| 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.6-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 132.9 kB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
ea091f8f65fc886d6c73b625cd79cfb3c3718b4cbf15fcab484e52b99d678d11
|
|
BLAKE2b-256 checksum How to use checksums |
d396b8c3821135ed9bd4b75d69a8d103c6f2e5204dcc2fd6f123c0b0fc74c799
|
| 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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 119.1 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
b69a01951c1306e4b9db1c8cba1c5455859f2423112a27a55f2d5291322a5e15
|
|
BLAKE2b-256 checksum How to use checksums |
46e4e640e7b31c3704a76603a007400b9bb4b252551e7b2a5f7eb90ee5a3953f
|
| 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.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 123.0 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
fcb155597d981d05961df870eaa8a9119036fbb445fa702203c6f23153cc62c1
|
|
BLAKE2b-256 checksum How to use checksums |
2314d469e04f8bc1d858728f09ec2c4cb85ed70fdb85d718f39376e553ea6297
|
| 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.6-cp311-cp311-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp311-cp311-macosx_11_0_x86_64.whl |
|---|---|
| Size | 60.9 kB |
| Tags | CPython 3.11 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
f544d3b5683aac15f8998465dbbff1a708e8fb4a5d1e78a1cb827803e54f248b
|
|
BLAKE2b-256 checksum How to use checksums |
27459731688f0ccd2310a42add02ec4ade1724996bf2375c46153092dbebc834
|
| 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.6-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | teptris-0.2.6-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 60.3 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
4e0b678c308d1e7032a42be5ca1f484578229277db94d122d6e15b9c3fffb58d
|
|
BLAKE2b-256 checksum How to use checksums |
6c4d3aae7a02e4e037b8fe19d02e3bbae6fc8d4bbf3d68433776909a0b3a744e
|
| 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.6-cp310-cp310-win_amd64.whl
| Download URL | teptris-0.2.6-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 57.8 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
82ccd6b98236ac8857448a9190cf70d449985975662eb24aa20faab707a9b8e9
|
|
BLAKE2b-256 checksum How to use checksums |
c427dcda826b76b8f860c718bba0c4cac723df0c87ad87c43bc15fb2307c8aaa
|
| 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.6-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 126.3 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
0e0c78a82454367cfbe5b3d967025eb049cbef2c8d084a296d839497ee27d365
|
|
BLAKE2b-256 checksum How to use checksums |
ae7f2642adf1c47ab1fdd7779b384f2479d6e965508f8b325d6d4d64e2d96994
|
| 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.6-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 132.2 kB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
a545adfc97f3b4ca5bcedf3a812dd4504ca8a84f325365d23134eb219427df6a
|
|
BLAKE2b-256 checksum How to use checksums |
d211b9d1d771c8ecc0435ecd36cbc55f31dcea68d0ad31b05a60620801a62942
|
| 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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 118.4 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
9b2411cb6b1446102711779f2a2999ce1feddc56aaad95d17273d5b91db6ae59
|
|
BLAKE2b-256 checksum How to use checksums |
e6223bd4247474d2deac4a5d3f22e3d96a13b9779c406ba7a2234cda39805854
|
| 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.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 122.3 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
80df48d88d294b07b35b2756af55431e94b09bbfa134771ed99aaf9b450eebe6
|
|
BLAKE2b-256 checksum How to use checksums |
f1644996f5f789106893360691013d79a0b15fc34933df7a3cd92ee6b68440fd
|
| 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.6-cp310-cp310-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp310-cp310-macosx_11_0_x86_64.whl |
|---|---|
| Size | 55.4 kB |
| Tags | CPython 3.10 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
287aaf2dd035c14f4e00ef366075a094eec84c5d5d2fd19d7e96b31351f1c55e
|
|
BLAKE2b-256 checksum How to use checksums |
655934bdb33ff8952179a34e41d464d2c9092b6abaf97724831b48579a81aace
|
| 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.6-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | teptris-0.2.6-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 60.3 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
6c2c85a19774012772a44351a8c23bbe23d3e5393830d191f41d105671864129
|
|
BLAKE2b-256 checksum How to use checksums |
a623bae400190fae737aa82a256fce048a554d32201ec496b1024d29a887e134
|
| 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.6-cp39-cp39-win_amd64.whl
| Download URL | teptris-0.2.6-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 57.8 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
0785f25f72154c8647fc41f570010d6e6982eb17dc81580d57f9176c3686a485
|
|
BLAKE2b-256 checksum How to use checksums |
8355b81d2fc68b8a1febcd18b121ab9bb6bdfea4f60242ffdb08dc4c64c77485
|
| 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.6-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 123.7 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
6fd01a0370d9af4869ac65cc0f9c3474907bedcefc5b09a671ce7e68e6ef4f44
|
|
BLAKE2b-256 checksum How to use checksums |
62c5ff35b3e582c9c9fd4a5f4b8e28288ba9efbb7318e2c2d443a7bbf0fdf63a
|
| 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.6-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 126.8 kB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
49df00a38bcf7999867055607133825181fdc1fc893421637dc6356f99fb4110
|
|
BLAKE2b-256 checksum How to use checksums |
16039e393e1f9d8e38af34bc83156a94daf289ab97c476f7659739cafd51c288
|
| 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.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 117.7 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
65553efc31619e6a28cd9392ba21f2928a71b817b005441754b5f6262ac2f909
|
|
BLAKE2b-256 checksum How to use checksums |
f90b758d213c0073ecbc0d4bd9688d5770213ad013f536c6adcb895cfe709a07
|
| 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.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 121.6 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
e27904506d559649d6e398768615d3b923560da2465d7be0d98a993be3483e73
|
|
BLAKE2b-256 checksum How to use checksums |
a2aee5bdedfa96e5c980050be4ddaaee2946395ca2eefbb445b34c59fd729bca
|
| 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.6-cp39-cp39-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp39-cp39-macosx_11_0_x86_64.whl |
|---|---|
| Size | 55.3 kB |
| Tags | CPython 3.9 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
f2227a1ddc9f683845941473887555bc440ec5217956a1f11f1009ead7fbb229
|
|
BLAKE2b-256 checksum How to use checksums |
2fbf72dced3ac1f93c020286f57b06e6b9d422376d5a6cef4ce5631573508d4e
|
| 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.6-cp38-cp38-win_amd64.whl
| Download URL | teptris-0.2.6-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 57.9 kB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
6e2d819d282b60362c454e0f82e40e2c1263dc664670f4eb09ef9e112f5f78fc
|
|
BLAKE2b-256 checksum How to use checksums |
5a549cb8bbea8bd98e32467c8d097dfb4f26af1fd8ceef0b32bdca8f190ccfb9
|
| 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.6-cp38-cp38-musllinux_1_2_x86_64.whl
| Download URL | teptris-0.2.6-cp38-cp38-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
e63fbf1b0e29cc51f4e07abfc209649c697fb4aaa4f8f00fba15dec7e61f5960
|
|
BLAKE2b-256 checksum How to use checksums |
68360c37e2beda13dec58d06262761dc8b1ac711968970e2f5967e0bfd93b604
|
| 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.6-cp38-cp38-musllinux_1_2_aarch64.whl
| Download URL | teptris-0.2.6-cp38-cp38-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 125.8 kB |
| Tags | CPython 3.8 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
b0f37ed056a15a67cd39003f7349e7c837d4aa17aa62fb187572a61b7908e2b0
|
|
BLAKE2b-256 checksum How to use checksums |
a8e13a02544a3f4fd8e2a7406acf5ccaf47e187280f8c9047d16e1c2566499d8
|
| 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.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | teptris-0.2.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 118.5 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
717ca5622aedf50a5125ae9340e347b198b785c847c8da15b6f7e20b8c06b76b
|
|
BLAKE2b-256 checksum How to use checksums |
28712dd54b30b815d12b6b6db470f4b3300e275f822d1e93a8c5184324b65a07
|
| 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.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | teptris-0.2.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 122.3 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
1bfcc1e6af8688ae55e1f741eafd3b6bf821542c918bbfc3a76c9051cf7158f1
|
|
BLAKE2b-256 checksum How to use checksums |
a74256a19390c79437e0105615f88d90e0dc687b6a2f7e2e99d2c355181ba680
|
| 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.6-cp38-cp38-macosx_11_0_x86_64.whl
| Download URL | teptris-0.2.6-cp38-cp38-macosx_11_0_x86_64.whl |
|---|---|
| Size | 55.4 kB |
| Tags | CPython 3.8 macOS 11.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
fb52bd3a6491ecf613e0372128b6caf6aa55ab949740272077e7fe645a4211d2
|
|
BLAKE2b-256 checksum How to use checksums |
f62de42f53e95c79faeefd0c934a44b699858befddf5b830c6bb12294a25b2b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.5
|