Skip to main content

Quicktex

A python library for using DDS files

Quicktex is a python library and command line tool for encoding and decoding DDS files. It is based on the RGBCX encoder, which is currently one of the highest quality S3TC encoders available. Quicktex has a python front end, but the encoding and decoding is all done in C++ for speed comparable to the original library.

Installation

From Wheel (Easiest)

To install, run

pip install quicktex

If you are on macOS, You need to install openMP from homebrew:

brew install libomp

From Source

To build from source, first clone this repo and cd into it, then run:

git submodule update --init
pip install .

and setuptools will take care of any dependencies for you.

If you are on macOS, it is recommended to first install openMP from homebrew to enable multithreading, since it is not included in the default Apple Clang install:

brew install libomp

The package also makes tests, stub generation, and docs available. To install the required dependencies for them, install with options like so:

pip install .[tests,stubs,docs]

Usage

Usage: quicktex [OPTIONS] COMMAND [ARGS]...

  Encode and Decode various image formats

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  decode  Decode DDS files to images.
  encode  Encode images to DDS files of the given format.

To decode DDS files to images, use the decode subdommand, along with a glob or a list of files to decode.

To encode images to DDS files, use the encode subcommand, plus an additional subcommand for the format. For example, quicktex encode bc1 bun.png will encode bun.png in the current directory to a bc1/DXT1 dds file next to it.

encode and decode both accept several common parameters:

  • -f, --flip / -F, --no-flip: Vertically flip image before/after converting. [default: True]
  • -r, --remove: Remove input images after converting.
  • -s, --suffix TEXT: Suffix to append to output filename(s). Ignored if output is a single file.
  • -o, --output: Output file or directory. If outputting to a file, input filenames must be only a single item. By default, files are converted in place.

Release files for quicktex 0.3.1

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

Source distribution (sdist)

Source distribution for quicktex 0.3.1
File Size Uploaded
quicktex-0.3.1.tar.gz 29.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for quicktex 0.3.1
File
quicktex-0.3.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
quicktex-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
quicktex-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
quicktex-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
quicktex-0.3.1-cp313-cp313-macosx_12_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 12.0+ x86-64 Details
quicktex-0.3.1-cp313-cp313-macosx_12_0_arm64.whl CPython 3.13 CPython 3.13 macOS 12.0+ ARM64 Details
quicktex-0.3.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
quicktex-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
quicktex-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
quicktex-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
quicktex-0.3.1-cp312-cp312-macosx_12_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 12.0+ x86-64 Details
quicktex-0.3.1-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
quicktex-0.3.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
quicktex-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
quicktex-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
quicktex-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
quicktex-0.3.1-cp311-cp311-macosx_12_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 12.0+ x86-64 Details
quicktex-0.3.1-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
quicktex-0.3.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
quicktex-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
quicktex-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
quicktex-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
quicktex-0.3.1-cp310-cp310-macosx_12_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 12.0+ x86-64 Details
quicktex-0.3.1-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
quicktex-0.3.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
quicktex-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
quicktex-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
quicktex-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
quicktex-0.3.1-cp39-cp39-macosx_12_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 12.0+ x86-64 Details
quicktex-0.3.1-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details

Total release size: 184.9 MB

Release files / quicktex-0.3.1.tar.gz

Download URL quicktex-0.3.1.tar.gz
Size 29.2 MB
Tags Source
SHA-256 checksum
How to use checksums
268072a1a461a029e0f41063e622cacfe9b7ef04355c26d21855573b88d063ee
BLAKE2b-256 checksum
How to use checksums
e4889522a44dc43b4706211507abf1efcf4aec29bc3542011a5cab4027f4f8e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-win_amd64.whl

Download URL quicktex-0.3.1-cp313-cp313-win_amd64.whl
Size 3.3 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
fe9356f7625def69bf58c0dd6ee67bba7155d80e39eeb36cac0d79021d3d729e
BLAKE2b-256 checksum
How to use checksums
5bacee25c6abbefbe835d339207a24225e4f143743a39d5c67676ab08624d8b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL quicktex-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 9.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e9b1894cd093b24507c2c92dfff7273a087359d1db8d85ea149c4b1950f5a9b8
BLAKE2b-256 checksum
How to use checksums
68f88b6ab9faed514ba96db7ba1f1357c6afaa7406be78efabc2df19e33ac13e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL quicktex-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.3 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
37785ca871fa8fa146a46dc76eee691c64685d6abf3166d5504783b462aa70f2
BLAKE2b-256 checksum
How to use checksums
763c0e2f6c05f56adfbfdcb6e81f6eaa54d8a431672e1fab21dee7c0f45b312a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL quicktex-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 8.2 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
769fb4836aa8f0fefe3a3b9ae0b22104bf525042668aebb1eded53f7168e8328
BLAKE2b-256 checksum
How to use checksums
b375439c0963802978c4c01e75a150d3923df88d2b5875918a4dcb90433280e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-macosx_12_0_x86_64.whl

Download URL quicktex-0.3.1-cp313-cp313-macosx_12_0_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
8fa8a15e38da2330d2693ca6947c5cc543038c3511bed4b4f4c1313843beb03f
BLAKE2b-256 checksum
How to use checksums
a03424dd88b351624f8f7abbbe81cc059faf296f35a267e9fd764df99e2c7575
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp313-cp313-macosx_12_0_arm64.whl

Download URL quicktex-0.3.1-cp313-cp313-macosx_12_0_arm64.whl
Size 1.0 MB
Tags CPython 3.13 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
777a17cb18fbb601791f0d3738b4f19e5c1022b77af7176f97656b23d3280a33
BLAKE2b-256 checksum
How to use checksums
13eb29e550aecbee95054be1505fecc046be1f7bf0c29594e4d5ef4a43e8101b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-win_amd64.whl

Download URL quicktex-0.3.1-cp312-cp312-win_amd64.whl
Size 3.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
7dcd3ed782f620af6f05d2bfc881ece60044594a12042bf39c0dcc41f32b3306
BLAKE2b-256 checksum
How to use checksums
77a4ebcbf9569c5efe78b46dc373a703ad136760ed76470ea3374ae9e634750f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL quicktex-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 9.3 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ecd442c75713e42f701409d99367ae69919fc4e816bb92863a450fc8b5491e7c
BLAKE2b-256 checksum
How to use checksums
c73deef288ecfef5540bf9741ea11b5133f784b1f3c16966a5c7670894d1f972
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL quicktex-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.3 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
07275538fb59974f8ce734a1df318c33c20a48c1e681a9db15c708b8472ef65f
BLAKE2b-256 checksum
How to use checksums
b42318c9c74e2218b55addb4eab9b33dcec5446c1bd6f98d74caef171ddacf5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL quicktex-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 8.2 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e0ba921d1f1729533f5116942dbff9f45ebc98c3673e596be9fba0b1057ab183
BLAKE2b-256 checksum
How to use checksums
45acd5c3d3ca8d72e110fcd35ae9b6d68e88523f441a85a4c72069b3dad4c445
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-macosx_12_0_x86_64.whl

Download URL quicktex-0.3.1-cp312-cp312-macosx_12_0_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
312b42aab3c4260d415d8b36a45886314718992d9f411aaf623fd344a76fed59
BLAKE2b-256 checksum
How to use checksums
0b971e3cf7d1af0558766e8af4f7c7067f95e01d97f499643164ccbe3cabe794
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp312-cp312-macosx_12_0_arm64.whl

Download URL quicktex-0.3.1-cp312-cp312-macosx_12_0_arm64.whl
Size 1.0 MB
Tags CPython 3.12 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
6269cbe53b4faadf0df4e9fabd0f47ce35630e60ff3b51c4c53a163041c196e1
BLAKE2b-256 checksum
How to use checksums
16253715468f610a658045d230e376437ab0f06a640f893ce6bc954bc3181a91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-win_amd64.whl

Download URL quicktex-0.3.1-cp311-cp311-win_amd64.whl
Size 3.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
ec10a6b741db8f36a5f557c694a5846bb77a40634352b572635d267f94d2a6af
BLAKE2b-256 checksum
How to use checksums
5d1d8ed720e40af6df7a5339d437a92393f3ac21ad1511be788b93ca25013897
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL quicktex-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 9.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9959245843ac8adebd0716fb3280ef376fba688859e7e97f7b77af91b94e00b8
BLAKE2b-256 checksum
How to use checksums
c3e1c118ce26e1360afe30889f09a4879f81cf617ff68bfb7bd88064f9ff1b46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL quicktex-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.4 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ce5a1cdd59b346eaeae50b620454e638602a43f8636bbbc153b4127602bcda45
BLAKE2b-256 checksum
How to use checksums
00b2856ecaea0131e09b208931286930efd8d6b1ed9445c5fa56c63fb8926ef2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL quicktex-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 8.3 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7668a9d5ad00c075c3744b0e9c2b85687dddc97349b0a582177e9125485c0e8e
BLAKE2b-256 checksum
How to use checksums
a53d6538da0321a5a002c02e709e0943f6084dc1155342b233742c480a8904ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-macosx_12_0_x86_64.whl

Download URL quicktex-0.3.1-cp311-cp311-macosx_12_0_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
02e1094912636ab8b90360f7355e791e2381b9e6e62a7504912c693fa6002c3e
BLAKE2b-256 checksum
How to use checksums
fb2045a1378c7711300c4052074a6255c7472b6906d48b72de704a875083ed81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp311-cp311-macosx_12_0_arm64.whl

Download URL quicktex-0.3.1-cp311-cp311-macosx_12_0_arm64.whl
Size 1.0 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
6fb7c37b7ececb3d01b69a28f59ec99de7645e6eb3bc4caa5bbb9d606a0c1a51
BLAKE2b-256 checksum
How to use checksums
bc02a9888e95b16b8e897e99507213ae5ec5129b46db3d418f99c0daebc0cb60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-win_amd64.whl

Download URL quicktex-0.3.1-cp310-cp310-win_amd64.whl
Size 3.3 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
162efcbccc76cf4be1ddca386c33cb4914cc2238983336f983e7f46702f23dae
BLAKE2b-256 checksum
How to use checksums
88c7a3cc64aaab7e1ca10e00e0c80569e937277abbc7ce10c10cc3745c6668a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL quicktex-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 9.2 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8c5058e3ee7b10d52b6b62c9f76e1877464cd0d0c386b622c2998e7448ba381d
BLAKE2b-256 checksum
How to use checksums
f423fe714f32d31f250e04c37c4cd619adaf2ad131e756b01f55996ecbcb10eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL quicktex-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.3 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9503d225ee1295df4134a2fcc1b0c9ad37cfb043fffadb4a6db8f0625c0fabb1
BLAKE2b-256 checksum
How to use checksums
f7ee5ca818d7db554caa97329f0c18aeae40c59ce86ca6cfadb6f90c14a5c4c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL quicktex-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 8.2 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
039f2115abc82d14ed26cf161f71a54686f7e9fe9e945a9617c3d46198d01ce5
BLAKE2b-256 checksum
How to use checksums
be91596b3009b861318035b7a0319e6ad7de1f280a309ff77784ac1a9fdab503
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-macosx_12_0_x86_64.whl

Download URL quicktex-0.3.1-cp310-cp310-macosx_12_0_x86_64.whl
Size 1.0 MB
Tags CPython 3.10 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
1671148a2e37329c4c93ca74cbf9826ae62a47aec3dbf62bfb508b33494ae84a
BLAKE2b-256 checksum
How to use checksums
fbda46a0124d9c562f3a02635b14ff47f174d928a24fbf620bf9749edd2a869f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp310-cp310-macosx_12_0_arm64.whl

Download URL quicktex-0.3.1-cp310-cp310-macosx_12_0_arm64.whl
Size 1.0 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
09755f283e792f8fd2e926b4eca175f8ea642aa3dec091ee4af78a100d94ad0a
BLAKE2b-256 checksum
How to use checksums
acff626f266c6346a20363a3e08e3b6332f27ce03b6bdccd5b2e0cc37ed00d6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-win_amd64.whl

Download URL quicktex-0.3.1-cp39-cp39-win_amd64.whl
Size 3.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f607d3a8e4ac572241be4b3b221826912bb04d59ebc22e8e83b89fd43e7e543b
BLAKE2b-256 checksum
How to use checksums
c956da820cf4520d1eda79da6a48e3fc554d6c53caafb5d4caed3e1ac425c028
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL quicktex-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 9.3 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9f0a5fcd4656cffb2e5b9f90bfa12ad638c8dcea7afe6faeab4058364946b46b
BLAKE2b-256 checksum
How to use checksums
3676c8e1129d2fb61b5b8dd8402ec9eee33e362ec07863a57c60157e0ff1ec7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL quicktex-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 8.3 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
04c8c09a2b8895a73b794de7d327a027885e834ddaba5bb1ed89a28ed26b3ec2
BLAKE2b-256 checksum
How to use checksums
1687f249494a3cd58f321abb5ef943195172676bb2838072b6fd46fb33317ee6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL quicktex-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 8.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d492d4cde2c36ed506ce79e3109d48f9443815006e47882fc420d7ed9b6b6975
BLAKE2b-256 checksum
How to use checksums
6c87445f715bc1c70dbf8ee9e2263948bece955a85953b9edf0a85b8d0e074b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-macosx_12_0_x86_64.whl

Download URL quicktex-0.3.1-cp39-cp39-macosx_12_0_x86_64.whl
Size 1.0 MB
Tags CPython 3.9 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
175621436fecc127bdfb68f9285bf8018ec0784dcd3615e39297ba5cc133eac4
BLAKE2b-256 checksum
How to use checksums
b9990cae739683bc24036489f8986185f63cc277437dd67d732a0340340e4c34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / quicktex-0.3.1-cp39-cp39-macosx_12_0_arm64.whl

Download URL quicktex-0.3.1-cp39-cp39-macosx_12_0_arm64.whl
Size 1.0 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
0f5985ec80024f046c95da0352b49717f1e1f2e92eb7c78a366bde110316f164
BLAKE2b-256 checksum
How to use checksums
c379e9abcc59df8f7b886c4f45b7eca715573e241168cf1d1316720949ff065e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release history Release notifications | RSS feed

This release

0.3.1 This release

31 release files

0.3.0

31 release files

0.2.0

25 release files

0.1.4

25 release files

0.1.3

20 release files

0.1.2

10 release files

0.1.1

10 release files

0.1.0

10 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