Skip to main content

cascadio

A Python library which uses OpenCASCADE to convert STEP files to a GLB file which can quickly be loaded by trimesh and other libraries.

The primary effort here is build and packaging using the wonderful work done recently on scikit-build-core and cibuildwheel. The goal is to produce wheels that don't require users to build OpenCASCADE themselves.

This is not intended to be a full binding of OpenCASCADE like OCP or PythonOCC. Rather it is intended to be an easy minimal way to load boundary representation files into a triangulated scene in Python. There are a few options for loading STEP geometry in the open-source ecosystem: GMSH, FreeCAD, etc. However nearly all of them use OpenCASCADE under the hood as it is pretty much the only open-source BREP kernel.

Install

The primary goal of this project is building wheels so vanilla pip can be used:

pip install cascadio

Currently this works on non-MUSL flavors of Linux, Windows x64, and MacOS x64+ARM. You can check PyPi for current platforms.

:warning: :warning: :warning: :warning:

PyPI has a size limit, and each release of this is large! We will not be keeping every release on PyPi (i.e. if we run out of space we delete versions) so be very careful pinning the version!

We'll keep the following versions as "LTS" style releases on PyPi:

pip install cascadio==0.0.13

Motivation

A lot of analysis can be done on triangulated surface meshes that doesn't need the analytical surfaces from a STEP or BREP file.

Contributing

Developed on Linux which should build wheels locally with docker:

# Build wheels using cibuildwheel (builds OCCT inside container)
CIBW_BUILD="cp312-manylinux_x86_64" cibuildwheel --platform linux

For local development without docker:

# install build tools
uv pip install cmake ninja

# build OCCT to occt_cache/
uv run python scripts/build_occt.py

# source the env vars it writes
source occt_cache/env.sh

# install and test
uv pip install -e .
pytest tests/

Patching OCCT

When modifying OpenCASCADE source files:

# 1. Start with clean OCCT (reset any local changes)
git -C upstream/OCCT checkout -- .

# 2. Build OCCT (applies existing patches from patches/)
uv run python scripts/build_occt.py

# 3. Make your changes to OCCT source files
#    Edit files in upstream/OCCT/src/...

# 4. Regenerate the patch file from your changes
uv run python scripts/build_occt.py --build-patch

# 5. Rebuild OCCT with your changes
uv run python scripts/build_occt.py

# 6. Source env and test
source occt_cache/env.sh
uv pip install -e .
pytest tests/

Future Work

Pull requests welcome!

  • Add passable parameters for options included in the RWGLTF writer.
  • use in-memory data for input and output, i.e. stepReader.ReadStream() instead of a file name. Ideally the Python function signature would be:
    • convert_to_glb(data: bytes, file_type: str, **parameters) -> bytes
    • Currently using file names because it's easier.
  • Support IGES
    • Investigate using OpenCASCADE "Advanced Data Exchange" for Parasolid .x_b/.x_t and JT .jt support.

Release files for cascadio 0.1.1

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 cascadio 0.1.1
File
cascadio-0.1.1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
cascadio-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
cascadio-0.1.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
cascadio-0.1.1-cp314-cp314t-macosx_11_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ x86-64 Details
cascadio-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
cascadio-0.1.1-cp312-abi3-win_amd64.whl CPython 3.12 abi3 Windows x86-64 Details
cascadio-0.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 abi3 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
cascadio-0.1.1-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 abi3 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
cascadio-0.1.1-cp312-abi3-macosx_11_0_x86_64.whl CPython 3.12 abi3 macOS 11.0+ x86-64 Details
cascadio-0.1.1-cp312-abi3-macosx_11_0_arm64.whl CPython 3.12 abi3 macOS 11.0+ ARM64 Details
cascadio-0.1.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
cascadio-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
cascadio-0.1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
cascadio-0.1.1-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
cascadio-0.1.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
cascadio-0.1.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
cascadio-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
cascadio-0.1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
cascadio-0.1.1-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
cascadio-0.1.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
cascadio-0.1.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
cascadio-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
cascadio-0.1.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
cascadio-0.1.1-cp39-cp39-macosx_11_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 11.0+ x86-64 Details
cascadio-0.1.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details

Total release size: 595.6 MB

Release files / cascadio-0.1.1-cp314-cp314t-win_amd64.whl

Download URL cascadio-0.1.1-cp314-cp314t-win_amd64.whl
Size 17.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
8d4bbaed4381fa4e38ba873dc68342a30bdf905eb3c94dc026bca60516d84c11
BLAKE2b-256 checksum
How to use checksums
86bebc1eabf81a968b3e5c24ef62077d8047a04ac5468886292065c5a8d770ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL cascadio-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a6d255983ae2d9c03a6cd97c2379b1e844e9c291a3e541b7cfbe7798d86be498
BLAKE2b-256 checksum
How to use checksums
207d0999f4d36f256ab40efd8f3f12a83be4fee6af7598c1f3fa63866676d167
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL cascadio-0.1.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 27.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
123d48b21dea0a593f8d14f607f2bfc5fe33e3041faba6f8810fae332d82bfb9
BLAKE2b-256 checksum
How to use checksums
37acb199ecbfefcff12aae8aafc18c8efb13add6010ee0a4533b298fb6a81053
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp314-cp314t-macosx_11_0_x86_64.whl

Download URL cascadio-0.1.1-cp314-cp314t-macosx_11_0_x86_64.whl
Size 24.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
638c3bdb28bd7b422fe5d7b36e48673108fb079efa241b8e15563275eed38a7a
BLAKE2b-256 checksum
How to use checksums
eeaff10155c3a1cceeb1aefb06defe309152d25f9534c1590cb213f8ba3042ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl

Download URL cascadio-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Size 22.3 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
88c0e48944874691ff0706ce87f597202b4f740e693831f11d538e0b3345caca
BLAKE2b-256 checksum
How to use checksums
b3c481039e23ec3a9c8833e8767a818a1e5fa31080c5432138e37459ffbc215a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp312-abi3-win_amd64.whl

Download URL cascadio-0.1.1-cp312-abi3-win_amd64.whl
Size 16.9 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
b89abd140fb84e27914535d116ffac2bd98bbf14f59436f2cbca0fdda6bf8b86
BLAKE2b-256 checksum
How to use checksums
c28c3c2968a30f8f49edb24834eb7d93016b1f7f99ff2b6a063e07767dffed13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL cascadio-0.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
9f17efee8ac97483984eedee315d3637f5f28375af524005bd62035d8d2546c6
BLAKE2b-256 checksum
How to use checksums
93d1163c6847b40650cbb2347407c7f8e79f7e735d7e4a8bca785833b2d28d17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL cascadio-0.1.1-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 27.0 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
88c0cc218f29942a98c806c4377b93c1ef57154221813cf95a1e0f352e95b96f
BLAKE2b-256 checksum
How to use checksums
72f7c7ca466cfa90ea959c16fda3812f77f472a021abf54e1f09c981235260c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp312-abi3-macosx_11_0_x86_64.whl

Download URL cascadio-0.1.1-cp312-abi3-macosx_11_0_x86_64.whl
Size 24.5 MB
Tags CPython 3.12 abi3 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
18303485bd19dc156dce54340a5327a3971a751490833e0c4db89eae120b4a7d
BLAKE2b-256 checksum
How to use checksums
9472c1c0bbddf983e7beab00bb674b969bcc650650011ef156b17f993f469a8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp312-abi3-macosx_11_0_arm64.whl

Download URL cascadio-0.1.1-cp312-abi3-macosx_11_0_arm64.whl
Size 22.3 MB
Tags CPython 3.12 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
32b6f4f2a749e99c54609a1afcf03b8e522344d84c42b69d221eaff783946f30
BLAKE2b-256 checksum
How to use checksums
b459e8e6cc3f2fa07a4cbd36829d5e3fdefeb6ec0c9ef8e48303ff0f0378507f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp311-cp311-win_amd64.whl

Download URL cascadio-0.1.1-cp311-cp311-win_amd64.whl
Size 16.9 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
d1a04bfc5dba8dc085982079aa76b7b72ace2b51a0c4ed1364b2153ba81020c7
BLAKE2b-256 checksum
How to use checksums
073f8cc67668249098f6122cd1aebeb260ef3e69f57083f0c6e87637ef282357
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL cascadio-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ac5be9ad00124b35b4f702ff4152124baec7f3b1cf254bb2b341191ea1a2ed2c
BLAKE2b-256 checksum
How to use checksums
5044514e520e0f96059648b26c4902cbae609ecac1d2fcf7b80ff0f5c281366f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL cascadio-0.1.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 27.0 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e7c8a4a0447ece2be0db9f55154aa276d10973f47ac613772e3d5acbe8167b34
BLAKE2b-256 checksum
How to use checksums
7df24f78192b44ddb45e278f18e97fe0b00a7407b99a0d050147c021ead3d327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp311-cp311-macosx_11_0_x86_64.whl

Download URL cascadio-0.1.1-cp311-cp311-macosx_11_0_x86_64.whl
Size 24.5 MB
Tags CPython 3.11 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
135c0197e2421901b57405d0fc386383c9a7953ba8a0cf3233cae47c63645b48
BLAKE2b-256 checksum
How to use checksums
9f2263156fc8050b9c82ac7c10f5bc64061026e4bf8af265e0ab0c27798e455d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL cascadio-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Size 22.3 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d5f12fbf06ba37f20af6771d69afe48c06c9502d89cfb46c6c9c5a3f2c3cc0d8
BLAKE2b-256 checksum
How to use checksums
6ba86045e931746424774eb8b936b42c7a226d2156702ee170e08d9bd2993e20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp310-cp310-win_amd64.whl

Download URL cascadio-0.1.1-cp310-cp310-win_amd64.whl
Size 16.9 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
4bf54cf0815b7dea798a6df8de5afc4e165437f6d89319737f37fc3b6717e044
BLAKE2b-256 checksum
How to use checksums
8565e5c7f4ac1fcd997e4735930cf69eb8af71c9216690a009c828b062f841d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL cascadio-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f3d2835dc6c4719acc33bdae12330c0a87dc8c01808bd7757d914be7fd1636e6
BLAKE2b-256 checksum
How to use checksums
b7da939c56bb3e953a9e66fb5a3619bdf1ce7da8877b69f0f57a0486d708181e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL cascadio-0.1.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 27.0 MB
Tags CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
48eba1180fa8ad22a5396a556415f6eb14ba4194ded385f27e6394550105eefb
BLAKE2b-256 checksum
How to use checksums
a5995c63e9609eeaddec309f387c6323778cb44eea7bf8921c2f8f7b2a32498f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp310-cp310-macosx_11_0_x86_64.whl

Download URL cascadio-0.1.1-cp310-cp310-macosx_11_0_x86_64.whl
Size 24.5 MB
Tags CPython 3.10 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
31c9fe09cda86b275e941b26f899e5dd25c72a637e72f18edb2810a409bd0c22
BLAKE2b-256 checksum
How to use checksums
d3460946119ce7ddb8ee2b5397d121d0dccc737267a4274b1c766123af6022cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL cascadio-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Size 22.3 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fa89a2edde4a419c62fec84815e33503315a04c712347974f0a85352b9e471e6
BLAKE2b-256 checksum
How to use checksums
79d7088ada15b7d44d00b0de1724fff72898333c3b636374dbe957812f06955b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp39-cp39-win_amd64.whl

Download URL cascadio-0.1.1-cp39-cp39-win_amd64.whl
Size 16.9 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
03f8472cd0653d85fa0268a6b0fd688ae464fe7a9ed9833046925691679bb28a
BLAKE2b-256 checksum
How to use checksums
ebdcbcffdfa349b5a6901dc906b274d3e073b53c212637bed810e670ba28c416
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL cascadio-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 28.4 MB
Tags CPython 3.9 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2ee6a79ddd16445ffcd08c8b7d05d4a518621a4dd515630cdfedd72bca4c69d4
BLAKE2b-256 checksum
How to use checksums
54feb8f2b8fc48e8eec63d9d39b72fe55d01309e5a28cf6b73b1801ddb5006d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL cascadio-0.1.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 27.0 MB
Tags CPython 3.9 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
52165126a3e1f98fa877a9f6516842f0385bc93ff45780aa194ab1a4e35b0f33
BLAKE2b-256 checksum
How to use checksums
b5814f7aa90f922d5d04a9355029175faf1ba0ad94b8e97962e9ad975474cae4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp39-cp39-macosx_11_0_x86_64.whl

Download URL cascadio-0.1.1-cp39-cp39-macosx_11_0_x86_64.whl
Size 24.5 MB
Tags CPython 3.9 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
c1d8a187fc8cd93a1d069aebb296b0ea4e41d88d0116f3b22c4d181158bed015
BLAKE2b-256 checksum
How to use checksums
c5b3f34bc3c6728f301ae6ad84114e0ebf15dbcf6ebe2e3da333d6f58cfaf62d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15

Release files / cascadio-0.1.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL cascadio-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Size 22.3 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
46d4adfb5e0f74eb8955616fad61fd931e7b6bf4dae2d832d4f1bc7a18774b87
BLAKE2b-256 checksum
How to use checksums
09b7a5e056dea21c7d478719136e90b5df35e162d8fa66af6932c53a553bc5a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/4.0.2 CPython/3.11.15
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