Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Fast Stringcase Project

This project provides a fast and efficient way to convert strings between different cases. This is based on stringcase version 1.2.0. This is why the version has been kept same.

Supported Python Versions

This package supports Python 3.9 through 3.14.

Local Deployment and Testing

Prerequisites

Ensure you have the packaging tools installed:

python -m pip install --upgrade pip setuptools wheel

Build and Install

After installing prerequisites, build and install the extension:

# Build in-place (fast feedback during development)
python setup.py build_ext --inplace

# Or install in editable mode (includes extension build):
pip install -e .

Make sure you build the C extension before importing:

# Build in-place (fast feedback during development)
python setup.py build_ext --inplace

# Or install in editable mode (includes extension build):
pip install -e .

To build and install use the following:

python -m build
pip install .

To run unit tests:

python test_fast_stringcase.py

Usage

This package is a 100% drop-in replacement for the original stringcase library. You can alias it in your code to use under the same API:

import fast_stringcase as stringcase

print(stringcase.titlecase('FooBarBaz'))  # Output: Foo Bar Baz

To use the project, simply import the fast_stringcase module and call the desired function. For example:

import fast_stringcase

print(fast_stringcase.titlecase('FooBarBaz'))  # Output: Foo Bar Baz

Performance

image

Generally, this package seems 20 times faster then stringcase package.

Release files for fast-stringcase 1.2.0b9.post1

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 fast-stringcase 1.2.0b9.post1
File
fast_stringcase-1.2.0b9.post1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 1.0 MB

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-win_amd64.whl
Size 12.3 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
ba8cff22b8a871592f929d9097a5dbb488416835b9edb5182e524e0e75c30005
BLAKE2b-256 checksum
How to use checksums
34c57691a68aca901cd3c809833ad002cbaf5c572d42d1d94dc01a8bf7eb3151
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-win32.whl
Size 10.8 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
32a5a9f3a6542072c00f93a77167f7354522b32f48c8f0f6baea4cce135e839f
BLAKE2b-256 checksum
How to use checksums
a3f3c0ca0bae17e1ab6e99cd987c2df2863f8e8bbb019528f2449c3718015cf8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 27.1 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7c4e9e5b587056f8ec0b7bfe8755ded2f08099ea8b9a2e4608f841dc9d8a57e1
BLAKE2b-256 checksum
How to use checksums
e04e7af4d4cc8d6dae701e06d73e18182367d41fcff6625e8187d31cf170e330
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 27.5 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ca8cd2e05adb93944a404d5df81b4e6d40c979ee78ad26457cf3057057268a20
BLAKE2b-256 checksum
How to use checksums
58eda0c5e0fa001ed502fd15b7dc314061cf0ac67b5151506bd974d692f89671
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0b9d166fcd5f1cc610086eb34a06e30bec53155fac7b1fe01ae799446fbbd298
BLAKE2b-256 checksum
How to use checksums
865d87f2af53568db6a1c10efb8d83230d5fa8153c95e6dd1af1b71bf03da145
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 29.0 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
62cdb1fde2b16d5bbf097a6b32730b3141b8ee55278450329d1faef452c40463
BLAKE2b-256 checksum
How to use checksums
f11d49faa1b8915ada30552663a7d60e6c9653fb93f9e0d9ef0392b4e7a7f077
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_11_0_arm64.whl
Size 9.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
db0f7ed6c24df7cf21701eb09482e9e80b1d2f7539b32f437bab6889206eb7b8
BLAKE2b-256 checksum
How to use checksums
01464b09b2583aa94ce990ffe1919a2cd51fc9766ba344c1b7703b7516af8c8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_10_15_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp314-cp314-macosx_10_15_x86_64.whl
Size 9.5 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
46325099ce3d5a58837241a37dad347b2fda27df98037c2a038e1292803c5b8e
BLAKE2b-256 checksum
How to use checksums
fb7019b111354364583c088b53904bc64751b8a6ce73bec87b65cb44fccdbe61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-win_amd64.whl
Size 12.0 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
61c9828c0114ef815307ea0d5f2d5cb7c6d63c6387384dc8cc6de03dd1425bcd
BLAKE2b-256 checksum
How to use checksums
09dfddd5be42f957209ad5e8391acbba7a880b7d0324a595429b9ca3af6499d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-win32.whl
Size 10.6 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
dcfd3ac403e4b65d41380a76f8db358fd128b1157b6c6d05aa6a3366f3580826
BLAKE2b-256 checksum
How to use checksums
5dcc9a3b844ba38e1f8288ffe202fec9154d0320d7aececba9d8e7606ab66aa8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 27.2 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f55902d9ef6aa85bce9973376a1c7651d2d2193ae57562e4ce2f97c9a6439d76
BLAKE2b-256 checksum
How to use checksums
730ff9ee3394e51db5681e3e1ae9e07b4bac091b5fc09dcec360f8bc1fd880f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 27.4 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
af3f821b3db512e44f08640ee694ec1b0742d1d6ec2cb47368a1bf2dba485bad
BLAKE2b-256 checksum
How to use checksums
dc384b8551ba48b0e2f1c47eab2d6065346486c57fc32a36d3a00e2dd6366cc7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
632f987b53513648a7a393e10aab51ceb06631a98e57074012875dd879ad2c11
BLAKE2b-256 checksum
How to use checksums
1267c9f1aec3c115cdd516d8bfcca4ba389b8149012c8473172a6900859ea994
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 28.9 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
02af7534ef7633eb9b7a8bfd7af180fc25a36a209eb7d22de19482070b5d93fa
BLAKE2b-256 checksum
How to use checksums
f4e2ca3214a32a873008d712b8cc9227e4e84462f23d2726111f882d3030411f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_11_0_arm64.whl
Size 9.4 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4e64da1d9f6755c572e180347d6cca4846d4efa5761298c58e8bd97d928a7a7d
BLAKE2b-256 checksum
How to use checksums
8acd60732e8ad5e33f7791bff5d75395e7999b78fb157a9612482dc09a4bfb3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp313-cp313-macosx_10_13_x86_64.whl
Size 9.5 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
d0b77c6324d905b76d105e4cfb8550f3deb19a5a31641b3c907e7e7234aba54e
BLAKE2b-256 checksum
How to use checksums
51fa326acb2ed41c31820bfd3f598cef6b0ac2c9d4e14df1df2a553276f072af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-win_amd64.whl
Size 12.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4649c2913157b9edd90f79ad979b5f5e7b4810e5c467cef1a3db99dff4ce5d6b
BLAKE2b-256 checksum
How to use checksums
20f6064ca40003dc34a7d350069314147089fdf0f4a49fe32f82947b1fd8f292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-win32.whl
Size 10.6 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
9c9af12ba6ceb4ac32889f9be1d9f58e8bbebc9c2cad4c1a2144ce4e08d928e0
BLAKE2b-256 checksum
How to use checksums
fd3efb7df500898d79c112b74c1aa84f3543f1d6037d9ca8aa2b6f5669968a87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 27.1 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e39a637be6575747fe839dbbf366a4909e018594b62c566ddd4e2cc3bea443ca
BLAKE2b-256 checksum
How to use checksums
6c372c76411de12864da46c938b34a87fc3ae57f882703a8496f82e942750228
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 27.4 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d21956d20602967ac8d16327ab012da33a475219a91110654933368be84db80f
BLAKE2b-256 checksum
How to use checksums
1518c6d4ccdc9c8847db36a030599fd7b413c9f5b9126c7123bba1bef6c879b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 28.3 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
69e7489c001e6082aad6650e6b370f835fe78c82d2adb601b78cfa07d0a357df
BLAKE2b-256 checksum
How to use checksums
efca2d7bbaecb4b0761c3843ded2569bc85c650b8288c5828842af12b4a1df96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 28.9 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d1deafa2cff9f2a50a2202bd5f8ae621190d9b0a2029fb530c557a9f44e34a67
BLAKE2b-256 checksum
How to use checksums
35fc5a596492fa650c354441b1198297d358b033a65106e19610e49b67cf6bfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_11_0_arm64.whl
Size 9.6 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1032afd7cd0af77b0195d34408bd9cf5b078e3b8c19718279b23e201dc4e3bfc
BLAKE2b-256 checksum
How to use checksums
264d1eb6458bf13a9597ad7cdb106504e5bc4f6785f1077db8c01bdec96867c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_10_13_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp312-cp312-macosx_10_13_x86_64.whl
Size 9.6 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a3b767439d9d03efdeba895493735ebff0d544f463c10ebb3c5fd34f778c7bf0
BLAKE2b-256 checksum
How to use checksums
5cb75689d42e7c83f7a188c60a88802ea2eeb66fff0e051f150708e37baa2b90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-win_amd64.whl
Size 12.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
60387a849c2d7c471d35055e2cdb8b614924e3e1fa29cb01c8505e45a5d29829
BLAKE2b-256 checksum
How to use checksums
f53363ab3060520ed78572b03d96677de02feeffc5613e83e159db61153ccfc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-win32.whl
Size 10.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
23bce14979399e9758a0fd51f6d58d0ab565e4473020deddd71f8f2efbb2ccab
BLAKE2b-256 checksum
How to use checksums
96fa0e51f5f2837fa23a31edfbaa86134fcd4196c4d28ec9f7bfeb07c8351118
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 26.4 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
49564dc29acd151f5d529fa6433dcb37bf6ffa21d551602644fcca8d92dcc02e
BLAKE2b-256 checksum
How to use checksums
a0dddfe3dba91837b9da2f53bf85f4601ea9b1294a028a157f38db7016f3f7fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 26.8 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d9227fbc2548d63ea76f1e764d4a2a9d64467100e9945ae28fc50af84035eb4e
BLAKE2b-256 checksum
How to use checksums
bc33455545d22857446397e4009d18e0529d891af4b2275cc4a865719298611c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 27.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
01626f506f6bb89cae7828ca7aff0fbc1cfbaf8f8b6bac55c2b0fe6e287b9a94
BLAKE2b-256 checksum
How to use checksums
0eccf90d57c262ea5ff2674cbc3cbf68118fc40414f48b1a0e65257c65c7813a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 28.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0164a2fd4b786075023e08d544817f62d5b369ac9425f39d3c8d94521d1dfbdb
BLAKE2b-256 checksum
How to use checksums
3f0f5f490828df4af614aba404cd20367fe16b4dc916a18435e37a581b6a614c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_11_0_arm64.whl
Size 9.6 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a96314a9144a3820e25351bd67fd4514207b478a487c03b8d9484331f298fd3e
BLAKE2b-256 checksum
How to use checksums
f0248439ee81a72a702901cab870e006b8b8602a93638cce85eac8edd7aefa08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp311-cp311-macosx_10_9_x86_64.whl
Size 9.6 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6e3fc1de42f688e1b240985fdd514ffa8e523e6fc722fff76fe9d0ccd3f0c185
BLAKE2b-256 checksum
How to use checksums
2856511089cd36629bfe566c63cb6746ecb3e6a7178dafcc8f68deaa459dbd3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-win_amd64.whl
Size 12.0 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f5339cd6d64664c90e7b28f22a159f1d86ff31893e923c6873e1b506c7e3a58a
BLAKE2b-256 checksum
How to use checksums
26e6621ecd4be4d0bc5a70a87ee73b9356e05f554ee6bfd6d9c4a3342c8b4f3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-win32.whl
Size 10.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
bb5c0e254abc3009f395b23b2406a5d4aebdffc1a749934c74d31cd6f7810a7d
BLAKE2b-256 checksum
How to use checksums
dc885464f488c641a3e089988b4d757a45e339a80ca644da3931452efa19ee13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 26.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7546533cdbb71983e5670fa97140f8853d791d8a108f291d09ac55c6f7f0dfb6
BLAKE2b-256 checksum
How to use checksums
c11e5377f65b97af5733efda6a19e4f443c85bd189f26e0515082cc9a7c139a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_i686.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_i686.whl
Size 25.6 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e3aea7faee8fa8f04dca096f9aa9d754c0a0d5b4e2a9b9348dac01cecbf9a23a
BLAKE2b-256 checksum
How to use checksums
97d323111662c48ab289c091fdecd1907fd95c46fde2c5599be4fe9fadd87d57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-musllinux_1_2_aarch64.whl
Size 26.5 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b7d00f19604ba9452cc0cf46995ea1674c47be38b78da1dd8d8200a4b2d4b6c3
BLAKE2b-256 checksum
How to use checksums
96af87c01ad4d185720bd9159bc1526e80bb627143ad50ab36803ac515d375e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 28.4 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3e3c5bb95adcb88c6a01eaa2e9bc34a55937578e7b296db9f0995375aab3cd0d
BLAKE2b-256 checksum
How to use checksums
7c7049bc36e9026291ad7f7bf0a522e7aee6b5c48d49b83425c19f114a9e2579
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 27.6 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
22d1d49cbc36fdf52efc0d8c55c324fdfa46d391d9acc0dac3bfa74193b5fa83
BLAKE2b-256 checksum
How to use checksums
1f92cd408eb4ef1323e16630fbd2ec5f5a5d5b85442f0ef8bed500b4e93b4fae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 27.0 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5268f0672e10940ab7b5c9cefa72c05cd42ac044bad01b71fd9f743bfe356b10
BLAKE2b-256 checksum
How to use checksums
7b421b749a51f6c0b2bef5fb17dd62e9e194701eacc64701350105a264c200a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_11_0_arm64.whl
Size 9.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
37929abde78bfd78bd3f4c7ff65cf8a6e4ff50ded8c4ca4b64eb51a7af63d244
BLAKE2b-256 checksum
How to use checksums
5dae3b2b15e0d1a095d1cfb2d4905c50d1f013c6f5cb82e81479b008933fe0d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp310-cp310-macosx_10_9_x86_64.whl
Size 9.6 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1a87acb4439ca2ce54d63fbf45694eb274669ff44f1c62506d7e357c62890f57
BLAKE2b-256 checksum
How to use checksums
aa00afc88bfe5098c7ec4ff31d4ea1568ad7f34bd28dde417882d82d0fc04b8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-win_amd64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-win_amd64.whl
Size 12.0 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b558def2184a6b6512c8a6d5cab08e2431cfb0f98c7b0298da5e108b1d836e38
BLAKE2b-256 checksum
How to use checksums
c64d04a4f6b3d02c73f6b45bb5c580ead9d6df1edc7c46cba20396b3ffcb46ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-win32.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-win32.whl
Size 10.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
0ad0ee9b9a8308e9ac54c19a6a0698ede5d4e67932689f98a27d59741d43f9c9
BLAKE2b-256 checksum
How to use checksums
055ec21829e1419e4e719ba31d14d766e8d977730dce0d468bf569dc9bcfe745
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 26.1 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
95eab624546ff28513e83c53498390b33ceb18919ed2d5b58dc6f11274bff5e7
BLAKE2b-256 checksum
How to use checksums
e93e11a259b362e4a4e9a9f30c72a451d5c22f6993ac998fc47f8f40d9a051a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_i686.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_i686.whl
Size 25.5 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
05672587720c02fe838c6e98ff0103103a3364cd31ee243a1e3974494339d961
BLAKE2b-256 checksum
How to use checksums
da5fe742139455cdc77ea7358eb9b2d7d257c8d3e3f41d917293b6b87909ac14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-musllinux_1_2_aarch64.whl
Size 26.4 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bf257e470de20fe0893405a17e5b191a713967ef8e2f0f45a97ff04aaee1d96e
BLAKE2b-256 checksum
How to use checksums
3c42978aebcbe538f3788bf3f622087d2e5ee079e10a6b3698e0689ca346d93f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 28.2 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
62956f65024601f25dcb36d17e51885392939ae55f40d1e1008223865d35597b
BLAKE2b-256 checksum
How to use checksums
1416be0954a2e0f4b299fdf05647c0520c577752fd43d5bb9e14e4cf913e0b2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 27.4 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c6fe2c4ee4cfdd394bf9d2aae4cf2706c677de6195fcbf3b02947ffff3aaa5ef
BLAKE2b-256 checksum
How to use checksums
b2212846e1a58e651b9ba8a44019a1a99da9f2b7e631a0b4c56b5c54b13d68a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 26.9 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ba35f4676af6235d25e68af97ab48897d979e0f1d2e4930a27fdda5fdff2c406
BLAKE2b-256 checksum
How to use checksums
c2cbbd8bc9083b280fe7821a6e866fb6e5b997fdf227f77550e2a5f2b11a1678
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_11_0_arm64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_11_0_arm64.whl
Size 9.6 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0dc75f8ae3328c5f51100557dad469796033a772279c3b1e7e7fb6b520cb7af8
BLAKE2b-256 checksum
How to use checksums
684ec436e003207140fdbef45922ca5a47b23882bd91ad1403062f9cfc229b13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3

Release files / fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL fast_stringcase-1.2.0b9.post1-cp39-cp39-macosx_10_9_x86_64.whl
Size 9.6 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9ea1ec9cbfc1bd311987a5a5f0b609d6e5cccfca5342947e31e23abdb727eff1
BLAKE2b-256 checksum
How to use checksums
50c1fdb282c2afb185a44a6bd2b13136c4dd1dff73152a1b7b0e3143f74de446
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.3
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