Skip to main content

Compute cross sectional area of 3d shapes.

Project description

xs3d: Compute cross sectional area for 3D image objects

import xs3d

# let binary image be a boolean numpy array 
# in fortran order that is 500 x 500 x 500 voxels
# containing a shape, which may have multiple 
# connected components, representing e.g. a neuron
binary_image = np.load(...)

# a point inside the shape (must be integer)
vertex = np.array([200,121,78])
# normal vector defining sectioning plane
# it doesn't have to be a unit vector
# vector can be of arbitrary orientation
normal = np.array([0.01, 0.033, 0.9])

# voxel dimensions in e.g. nanometers
resolution = np.array([32,32,40]) 

# cross sectional area returned as a float
area = xs3d.cross_sectional_area(binary_image, vertex, normal, resolution)

When using skeletons (one dimensional stick figure representations) to create electrophysiological compartment simulations of neurons, some additional information is required for accuracy. The caliber of the neurite changes over the length of the cell.

Previously, the radius from the current skeleton vertex to the nearest background voxel was used, but this was often an underestimate as it is sensitive to noise and divots in a shape.

A superior measure would be the cross sectional area using a section plane that is orthogonal to the direction of travel along the neurite. This library provides that missing capability.

How Does it Work?

The algorithm roughly works as follows.

  1. Label voxels that are intercepted by the sectioning plane.
  2. Label the connected components of those voxels.
  3. Filter out all components except the region of interest.
  4. Compute the polygon formed by the intersection of the plane with the 8 corners and 12 edges of each voxel.
  5. Add up the area contributed by each polygon so formed in the component of interest.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xs3d-1.1.0.tar.gz (24.3 kB view details)

Uploaded Source

Built Distributions

xs3d-1.1.0-cp312-cp312-win_amd64.whl (79.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

xs3d-1.1.0-cp312-cp312-win32.whl (73.0 kB view details)

Uploaded CPython 3.12 Windows x86

xs3d-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (113.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

xs3d-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl (83.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

xs3d-1.1.0-cp311-cp311-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

xs3d-1.1.0-cp311-cp311-win32.whl (73.6 kB view details)

Uploaded CPython 3.11 Windows x86

xs3d-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (122.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (113.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (81.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

xs3d-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (85.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

xs3d-1.1.0-cp310-cp310-win_amd64.whl (79.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

xs3d-1.1.0-cp310-cp310-win32.whl (72.8 kB view details)

Uploaded CPython 3.10 Windows x86

xs3d-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (121.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (79.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

xs3d-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (84.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

xs3d-1.1.0-cp39-cp39-win_amd64.whl (79.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

xs3d-1.1.0-cp39-cp39-win32.whl (73.0 kB view details)

Uploaded CPython 3.9 Windows x86

xs3d-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (122.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (79.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

xs3d-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (84.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

xs3d-1.1.0-cp38-cp38-win_amd64.whl (80.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

xs3d-1.1.0-cp38-cp38-win32.whl (72.9 kB view details)

Uploaded CPython 3.8 Windows x86

xs3d-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (121.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp38-cp38-macosx_11_0_arm64.whl (79.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

xs3d-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xs3d-1.1.0-cp37-cp37m-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

xs3d-1.1.0-cp37-cp37m-win32.whl (73.7 kB view details)

Uploaded CPython 3.7m Windows x86

xs3d-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (123.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (114.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (84.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

xs3d-1.1.0-cp36-cp36m-win_amd64.whl (80.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

xs3d-1.1.0-cp36-cp36m-win32.whl (73.7 kB view details)

Uploaded CPython 3.6m Windows x86

xs3d-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

xs3d-1.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (123.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

xs3d-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (114.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

xs3d-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (83.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file xs3d-1.1.0.tar.gz.

File metadata

  • Download URL: xs3d-1.1.0.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0.tar.gz
Algorithm Hash digest
SHA256 80f6f0bd5b58aa1c4267a2506036f0019cbed3b1a25635d588cf1ef69de27d6c
MD5 13fea3151f9c12932774d896710af551
BLAKE2b-256 066f335044a554f28d0816519097fe5ad5d3ddcd16aff6008276fdf2d8b8da8d

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 79.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 449d8f5949e8bdffb81d1bcda0b167bc0b6e0bf537d9ad767457cf6d6b68a352
MD5 ed1022a7eb80743cbda9188e3c2b7100
BLAKE2b-256 77ca39e3bb75ebf38a29447de1a17b9a7f3c207a45bcb10f81a25b29ec9350f4

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 73.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6239d08d41be40d4486cd372779511067f4fd7011658fd682616f852904596db
MD5 f6adbb3d8e588a66ed1a7e58afa43274
BLAKE2b-256 83f5ff77fac0ace924defafa9bcbfec55db3df8911fc72eda5d0d6ee94a2f7e8

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68d6931443d703b4c2c6e6d845baa5cc179432e7a317640211dfb3cfe7426c7d
MD5 e90edd88c8d692886523234411259e20
BLAKE2b-256 ce1334e01e740584a794ebab2d6a78527b4b8ee49c23878fc64fa3742c916412

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a0d579f637f4f983bd0e2893237c94549d7b932f48b9770fd4e421def7df552
MD5 08cb2ba2e1f8a7162833a491516d0220
BLAKE2b-256 0356bda5a11342eb053d7b4d35b0239d2b5f0d02f66c132a36e38956d9cc461d

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 78.8 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff76f4b1579f7519161fde0f29e57df3206207e987b2a1909a71bb61622a957c
MD5 4521b4c8317b7ad18ace618c23719c69
BLAKE2b-256 89ed85a33c0fd6ef0c5e6f6a2df8deb93659c90ad02a689fd2c5139e184cbc4d

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 83.1 kB
  • Tags: CPython 3.12, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60169741507ed4b6e9fb2aec4a8c3c6bc285e7324d7a47a5490ba4ec5ff76170
MD5 f59848571f700454cad59cf4d384ba17
BLAKE2b-256 cb02f3481ea05e94cea14f413b6f14bc56444bbf17d894717715d9ab38f6abc3

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 80.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f43696358ef4b56bd8b279285366dec9353908af535fe4fd876aaf31d66a9fbd
MD5 3cbaf8ba810d15db619eaf9a5222c2e2
BLAKE2b-256 99f8a632be7a4e8c7354d4b683a3db6b8140859c3422d8c6123bce7b5076bac2

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cc5214785a0167d5f9e017bd5e648b09b0187e467644237999e357d6deef33d5
MD5 1b881e6ffd9268054a7d11b4c00448b7
BLAKE2b-256 b3d9b31f2610602433bac0b4024346bb340c0572ac55b1f37e6c38c0cf90ba48

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdd723b213f79bf834f148b1678565de7e6fb1b53d3c9d599b0679f5d9a2b64e
MD5 f7af591b7020f60a18f1da36637e8834
BLAKE2b-256 2d072add017ca65cf94a71270aed5ed7e154d266a87db13916c1ec33aecbfa65

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 174b4ce9b80af3161809078b11a68c3fdb79bbba60e8586a16fd28b9b740dca6
MD5 b4fff49ca865c30adfe2eae7d509f4e9
BLAKE2b-256 ebb357c34b1fb4f5a2628b52523a303d984a4449e68d73d50a4022c6c484627f

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09beda12c161774910c9bbe46db2e6b71e8e3ecadfd148c5b28485809149eeed
MD5 e7c1e9f34e0432defad273abc8c4a432
BLAKE2b-256 d1d177743f692804b81a1af0f45f1e64e4755a44810935f8840ea8e8429effef

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 81.1 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 134b54fc9d6413d6a05a406f32ba12d1172213a19faaef30093f614050ff7327
MD5 d1b76c63ac5295d5097c186311d4cad7
BLAKE2b-256 056e7a309dc4f57c457961391162bda68c539da6e6463fac92cd4c2685b6916d

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 85.7 kB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fecbb29a748ec14350d6f6a9292b2cc05983d2005a2f963fb856094976c209fa
MD5 3e9ffef3b85ec8a39b2c34cefe791100
BLAKE2b-256 adecb115a63b28b8c4611749c7621f816c8a519a8927d8f675f1e84a9b886f10

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 79.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1e04dd4f719eea6479a9ffc3e6583683d94017deb73240914fbe4455589859b0
MD5 127033a15e7b1fb7a3d821be452c60bc
BLAKE2b-256 d0e18359d089b7c61e10d0552794f36c2ab1f3e4ffe158dc03d93aad4d14fe5c

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 72.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 108c331eb41531e31011dd6e19ef6edaf82d45307a7164244cf8b39034c0623d
MD5 5b954967bb4922221f849630a84d0e39
BLAKE2b-256 6528f9d4065fd97e513fb7388833fd6b6fce3d50c045a7de2923dcd5a230bd83

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee00e83dd3a89bb9e1fc627eed8b1f9895e45e0f413b4e27a88d3005a49824cb
MD5 3dcda31128bfbca827df8c8836159853
BLAKE2b-256 b2a9b36b46c81376199ea861053a31a1c4bc498e04f8cf8c32a4c6086d487bef

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e88e6d07e918cc444bf9f26ce8a2aaa1b6574fcd14554f703ecbf776e6d881f
MD5 d3244f00b4f1a05110875db6fbe124e0
BLAKE2b-256 d0ef898ceb553205b63b99522ac163e34582556f64ad62d46d7b43519eb38c59

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c06594895ad1f3bc41158f1daa64a87efc5da3942fff77dc02e1a55936033173
MD5 c7c79e0e65476f7b268d4f995489b4c5
BLAKE2b-256 44cb0d7b83b4c6f3b1d22d4fd22f8cb01513034747aa307e4e7e777e3bfb0bb7

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 79.8 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab27a89938454f8797affbde05156650808e0470b30d91d3eb5e032ab1bcd7a0
MD5 38315d5fd86aeddf159cab01b549910f
BLAKE2b-256 2e6ff5ef0f5640c72952284c0b18eee2fe3989798f3b7bb2cab18c6f7eb4e281

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 84.3 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d8bbb7bd6a2946dc2b4f0941fe9250ea4fc8919c8b4cb7228f84d447dc9064f
MD5 94370aac8dd938bfa710a91e2058db0f
BLAKE2b-256 e9212e624097969670c9f6db8fbb72cf88c52622c2a812bb164bf218cadcc280

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 79.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 602d36cb2a91a82b2bb516d9ddbe49be39b2a0c4eb26ff35ce19548a1c1e2926
MD5 cd1ac0facf801d6c0baec0561f2884f3
BLAKE2b-256 ac9241828cf042cda470e6052e2c386230d6854befbba6a19629d64150882af5

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 81ae94bb0e54bcf8e5e7fbcea505a0f2ca70bddb0fca87da28031f4e51129efa
MD5 ae39041f069cff5a478686aabbf97f92
BLAKE2b-256 62a907b6ce162a36bd69ab838e1a5302cd0c0dfa352cc923de0e9c9d32089b0a

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 443e71cd8a330dbcfc2544b7be1837451017d2ca4520cd9a644179e3d97e133b
MD5 af0389662dd2b804fd17e74932100be6
BLAKE2b-256 74ab72f9d5312d307d76220c8a4b21a6832c644cb71b08833ae81de44c9b88c4

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 122.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d32841829d9d825f8b9c6dd1a2b6eb87e839d65e473d1242696901e08cff93a
MD5 88825972c238fac3fdd189691435bce3
BLAKE2b-256 431f356f951c7d14cd52eec93e09d8e40b4f8137a3451a1ad3faacf4b147d5df

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e63ecae07810f7ffb6002af9b7b9858753b984f57b10f5b03fcffb4bf9880186
MD5 ae2e7990e5e30977828db3bbb79e2dd7
BLAKE2b-256 5cd726cc1acfbb7277f0958edfa1a02f2a2293ac1698ecb32261cb27192c49c6

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 79.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af621bbeddfe8d15cd46f70d182d9c12b0045916ab05f2f27f752172cc2242ef
MD5 d98ec76f53c152dafea2e24188238969
BLAKE2b-256 714dbebb585e97aef463b1f860cdb35b8c1abf77ff4daa0a9bd4f4c2d92ba499

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 84.4 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6f2840cfdce1b48c96d6788b32ed379b20f362c46240ef3389b3ff1780ddeae
MD5 951e4fc3a00311c82c19ccc6728861b2
BLAKE2b-256 4e52b9b4067ebc78eb1c9b713c0e305f4400d205b53a38a904572ba2f191d9d8

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 80.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 04fd1508eec137b5254b6eee92e7fb56dc7747d988c1c8644c6644ca63ee9370
MD5 cd80be4480f652636e4e0a70043c6dba
BLAKE2b-256 09e739797c7ca4f1d8615642caf9f1c9dc00dd317b2076a3413966c966017ae2

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 72.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 174363e6265c98b9a855e40d0e1402fafdb9c3762a0c900fd6477f23fda48880
MD5 3037118d30bba933463188b4a97352b2
BLAKE2b-256 5aeccb54f99a575bd14283254ced1caa1ad37e511af998b83cebbaec672542d0

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 724fc9f924795e4c58bf494c2e8737a54d2763def30d3c22629f1fd5e4be947f
MD5 8716fd5c3d10a3458231d21ef470c88f
BLAKE2b-256 24e98bbfc0db0cb311e51b4e09aa4a8efa2a8742f48763e4d12115889f26e68f

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 121.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f5569fe7de01fa712e08729f97a9d391504a90defa8abed874b021d579edea4
MD5 6294ea70273f452b8b8c077fb3ec90db
BLAKE2b-256 ab658aca064a67d0e0f5f4fead02d7c5250c007d6c8155cd6c5b9cf7d72bf449

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68fd19117b63f2117876a7f40dab706762d534948c635703404caa1edf8e7042
MD5 62ec708689f804bbfe6137e41b3740c1
BLAKE2b-256 ec2bec299200dcf490216560a96e4468bfe1944bf7fd30225c69b352100cb133

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 79.8 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff3b9bf9142bf13f070c30f56b40dfec6ce9f9597dc22908ba81767fca90093
MD5 44eb6981b8b11a401152bdf96d691baf
BLAKE2b-256 586e40e2783a4561a63be48ec9c014cf068ae9ec6ccfdfaa4183542b4a0a817d

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 84.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f7587348ca7fbb7f3a604fec67d486fa7cedc49e0bf9ca5e1ba2ca3dd042bdf
MD5 77e981e2a2d25d49084f7c49d53da05f
BLAKE2b-256 e3e2d7c3b461c487d3802825c452bdb4e18a618604c2ff1397eb901b3f6add0a

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 80.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 665ed22e00409fe60163ac45dbe2ff1e27152a3f426d4ef03d04e521ee4d9df7
MD5 41a0f5ee7c866d9c49057f4aba044dee
BLAKE2b-256 74470772604439a8405cc0720094eee662312f6525c4ed706e6fa4b27a73b1ad

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 70fa687361ce1e8ed51c1aac3c680ebd08d4ed79e8515e416ba71b487fa095de
MD5 4811c057d958027a62338e71da6325ca
BLAKE2b-256 e66a14098b90e97eafc744b19e3547898c35addf6c7da545556365d4cafaf8d5

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ffab7103039811c2e2720cf6031df08e3ea0ee7005f08901f7c0fff5a891c8b
MD5 85840d0ae4f78e6f96022d7f0b73be53
BLAKE2b-256 c89e04b42c9f2e30addf5c434f1fe08805cafece5000df69aaf551218d491a11

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 123.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04f14f702d9a2c88f6b37cc8c39ce0b16cf7f7bf64b7ab78c02722dcb9f7324a
MD5 11b1f0cebab4e7c21d6440b18473c838
BLAKE2b-256 03638302bc4943ae294aa05aee541d50f25c6b342c0fc5b5b01b30ad0bc59217

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5755a9c8c1191933bc400af8e8ca453621b5766abffe1fdc561eead9170f1029
MD5 965259d70af931b4d7117395218ecbe9
BLAKE2b-256 5741236c6a5017623b6db90029e6f46b5109b91fdf6b8f20d87ba4f97a2f8234

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 84.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82d43de6ecfecb7be66d74ab5fc8e816e6d0f1efc2332d863f3c328fd7f9fa70
MD5 55ccfd988b488535f6d9c8ead2b2c954
BLAKE2b-256 58b30ecc8b4a49d24fdc7d3ed375fe97c5ac94ac56f59ebc93c580fa1fd575ae

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 80.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 972664857e108b046427157a85408a59586e75a02963a34114c0be7a701ebff1
MD5 a8bebbbfda4d0f652808ad9a7b488114
BLAKE2b-256 c35d78c2c61e78a777f9b94a891fcb61677b7b1c3ee566de8be1c1b44e1ae562

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9438a7b445aee34141273c5af3aedba347fc99b281f0f614e425ef93c6fc6779
MD5 018a6128de11aa0028d5f92efe3dca45
BLAKE2b-256 b16c65046867a795868469eb3bfa8ee70d9d735ab7e7b29758835e5a45af86c7

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d1a48bf59a56c3014a205f94a6e130e8aed634454dbc1b1c62ca68e032d95e1
MD5 dd33a0c114a417ca1388d24bbe38ea68
BLAKE2b-256 b947891c2a7a3c58700b8254769783007e000bd499d489680ef2cbce72d868a5

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 123.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d7cf96b10913b4446ffd11beb4bb529088dca2621315d0c73cf3264cba6cc36
MD5 83e308b210bf66ac454076b7b478a528
BLAKE2b-256 c6c69d89e8b8bee35afdf6bf081095397957dc94d9190558834230b4cfb7cc0c

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d10436a757d27a2c5415ce5672f445fde46566bb7709c0ccb88dfa72dd73da7
MD5 65e59b3d2b3e69028e16867e71dafb39
BLAKE2b-256 ffc874002c7cde49aee670aa69dda8da75f507a6ddb7b3ea17b6fc143a86029a

See more details on using hashes here.

File details

Details for the file xs3d-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: xs3d-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 83.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.10

File hashes

Hashes for xs3d-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b835d5ea5c11ce736b6c7574b6e3d1480ad11ca00ba593f126433543efc3f092
MD5 5ab29a70526f680691360cd5b584ed04
BLAKE2b-256 f6eab7ced03948c26872efb0cf947a1c42d3eca4ec21a5aedac5fab0e44f7e96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page