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-0.2.0.tar.gz (28.7 kB view details)

Uploaded Source

Built Distributions

xs3d-0.2.0-cp312-cp312-win_amd64.whl (80.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

xs3d-0.2.0-cp312-cp312-win32.whl (75.8 kB view details)

Uploaded CPython 3.12 Windows x86

xs3d-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (120.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

xs3d-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (117.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (79.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

xs3d-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl (87.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

xs3d-0.2.0-cp311-cp311-win_amd64.whl (81.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

xs3d-0.2.0-cp311-cp311-win32.whl (76.4 kB view details)

Uploaded CPython 3.11 Windows x86

xs3d-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (120.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

xs3d-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (126.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (117.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (82.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

xs3d-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (90.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

xs3d-0.2.0-cp311-cp311-macosx_10_9_universal2.whl (156.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

xs3d-0.2.0-cp310-cp310-win_amd64.whl (81.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

xs3d-0.2.0-cp310-cp310-win32.whl (75.6 kB view details)

Uploaded CPython 3.10 Windows x86

xs3d-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

xs3d-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (125.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (116.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (80.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

xs3d-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (88.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

xs3d-0.2.0-cp39-cp39-win_amd64.whl (81.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

xs3d-0.2.0-cp39-cp39-win32.whl (75.8 kB view details)

Uploaded CPython 3.9 Windows x86

xs3d-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

xs3d-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (125.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (116.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (81.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

xs3d-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl (88.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

xs3d-0.2.0-cp38-cp38-win_amd64.whl (81.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

xs3d-0.2.0-cp38-cp38-win32.whl (75.7 kB view details)

Uploaded CPython 3.8 Windows x86

xs3d-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

xs3d-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (125.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (116.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (80.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

xs3d-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl (88.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xs3d-0.2.0-cp37-cp37m-win_amd64.whl (81.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

xs3d-0.2.0-cp37-cp37m-win32.whl (76.6 kB view details)

Uploaded CPython 3.7m Windows x86

xs3d-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.9 kB view details)

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

xs3d-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (126.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (117.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (88.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

xs3d-0.2.0-cp36-cp36m-win_amd64.whl (81.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

xs3d-0.2.0-cp36-cp36m-win32.whl (76.5 kB view details)

Uploaded CPython 3.6m Windows x86

xs3d-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.7 kB view details)

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

xs3d-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (126.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

xs3d-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (117.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

xs3d-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (88.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: xs3d-0.2.0.tar.gz
  • Upload date:
  • Size: 28.7 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-0.2.0.tar.gz
Algorithm Hash digest
SHA256 545cfb9f3377425b1dd5f93c2ca8269fa0fa7a0981047e050ba7968eac00c10a
MD5 24dc7ebf7a9246eeabf2bfdf2e5f1ee9
BLAKE2b-256 782a1fe83147e5d5dad61b7b45d802acb701b57eb5b40afa0b934ed1bc9140c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 80.7 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-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e652d5f6fb0835881ee689e96dded38fa41d9dccd33c1bcb19f30e0f8711c8bb
MD5 9f50f5ed01bf6ff05f4c7e6d11a3633b
BLAKE2b-256 8f5521d82ad6a0629798f135da69777bbeec147b83cf130ae1d438831b9835b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 75.8 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-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e90193c6f1803bafb9bb3dd02163fc0f72773f2774e014da923c750383d7e14d
MD5 a37421c8ddca1e3d300ace9a27bfd47f
BLAKE2b-256 8aa3d97c2b8726dec131f19a0a37dd8571ffc930e651fa972abc962c3498ea82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe3f64da77f6c210619657e734e82f1affb0ea0bd28133a9b3f1c342af4a2246
MD5 57b8e0a46dec8850de7f151452230f7a
BLAKE2b-256 0261765cd69bb13565beebae85630955cf9c484ff0a5245ff42bd0bb0d3bb34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72bb2036d325ef2b6a67e36a92e99aea85e9a66bbd572e4f5cd49f19153aaa62
MD5 ea862312cebfb32131d46ea9d8c7dde9
BLAKE2b-256 def79295bb41e01b69b6fae68ccb8a9018c608673d80e871b5123ef6dd6989d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 79.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-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 213c05f2d64de27fd5e7609aa97dfac1143ae5dfec2bf349b373668b5ae10ee0
MD5 c66d3973e0622475aee83c32136254f0
BLAKE2b-256 9de8d731e3f870dfde8baa545df625976839503aedb081cd97bfbfa4844e264f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 87.7 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-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fca215af16978f73d48bff3719acb69ef905663fdd1297d786a0278782f2a84b
MD5 a5d5a6e22c0519bebc9e77bc30d45195
BLAKE2b-256 79bd986a3ab22926c603b42f10a4717c12afd9c147ac2240680ef2160bc4b22f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 81.9 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-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 184a51873c0c7f6a9dc0fb5b67ad664696382967db3e410a8390f3eba70c25bc
MD5 d185b8dee9a8c09ed7111f2dfd013074
BLAKE2b-256 964516e3601bc66409762f752b54c6c571c8dc02b3d86db70269ce105a0e364d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 76.4 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-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f7adebfd29340ab328f4f1a09daa531184e240b508ce3f5a08d8ee24a8b5a81a
MD5 0a36701fff4a14edc185d9d1d4a600b4
BLAKE2b-256 35dc998963a03bcfad6d73bb8a35ea5d143f93d5485818112836f3e7a2a56d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9b706a8ec0d5e7fd345d0fad5bb907f0593408c0fddeda214d63bf713b4765f
MD5 06ba33684d04c367701f69777ec89f4a
BLAKE2b-256 f0c88142e34bd5e293d5b50a99c2c731741748e34747cdeee9490b791f231db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6a54897964208f011abc436b672a39a846db4037e1507b06794c6613d481da4
MD5 39f59ed9a75f1f2232b6b6345afaba15
BLAKE2b-256 9df292ffed7681c8ac4293dcdafb46009462dfa2afcb94a59c6e5ed0c0bfb0df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d20f06fa3300f37e3f1326bcc06dc9763dcf9d30969f1f0f27d853c619447930
MD5 5784d714828956f7f6b865ee7681bf4e
BLAKE2b-256 e749e26101d065cc3d9245874ffa2d57e7aeecc4e08fddbd674a5dd95e705bc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 82.2 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-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebfd9a0a555c41c6e40b705be84f178604d1d4c5ef510d81007ab78a4a53b059
MD5 888bfc67ce0ed7b46db14d51ca578173
BLAKE2b-256 a6e204553bd1a360e3535eea9de821a7b8ab05a378fbd6064861e73d978ddb03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 90.3 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-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 168f7d4fced81b3c5da63e078ce81d128327d989e9f50983e0fe80be43d51e10
MD5 8383391bbb6ee3a85f9fdad9d1e9f75e
BLAKE2b-256 2dc2513c4e17fdac0db2bbfa17348c703226a154c693080925457365d99188f7

See more details on using hashes here.

File details

Details for the file xs3d-0.2.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

  • Download URL: xs3d-0.2.0-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 156.5 kB
  • Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, 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-0.2.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e21d9365f594a228b2b3bfac077d0482814522d853b32ac19a74f8f5474a47c5
MD5 47a09102e70df821cc351e8c5fe2d260
BLAKE2b-256 85fe46c0ddde1ee6c22281e6efe395de19edf11184a4b03a76a50cb98a9e7144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 81.3 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-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b3f23be1692dbab4952821ea329503f608da39df905e68cc8b746979abc127e1
MD5 b8a57a68efce49dc58f040574384fd91
BLAKE2b-256 e6677f79f3c648efe215f4a83cf4af5be40b2cdeb7304702f016b10079f20ee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 75.6 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-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e5ea800039ecaaf0e53ff2a9537b9a7736a0de3749f061ec46422cdf6a8dc86
MD5 31fcaee26b71a4a890c95658e0613aed
BLAKE2b-256 2853f7ce6fc5a3928bf6395c4aeee5c4b7238c60bfad12c0072dac760cbb138b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 070edb7d956b24918b5d8b914fa2282ad90073244ab3a25c54e6965a2e8b31a8
MD5 d7229d2a51cadd97e8eb6438018773ab
BLAKE2b-256 08d956bc5899573ca37e74b48effd115cd094712717ce26839d840f2febf738b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccdf8b91c87735a7950a89df1db85b0fd4007718e08a230f326592556ef2f45c
MD5 3428097192230e20caa862d5875b7aab
BLAKE2b-256 205be6f0d8353e59167bc3f898e35843ca5707f5fa3665cd2525d98904bac75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9777415d18f2ea0ebac546ffab835b78fb629866829d098d6ee8ee094963d599
MD5 988551d2fb8124cafcab1d0567c7ca9c
BLAKE2b-256 1795f61606e06b94f494daf7324d1e1003709047dc3ca25c2441e84f0fee74e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 80.9 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-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fd4edbde6d35e82b0876962fd20372e1c5f4ef7e757014648a937fcedd2e35a
MD5 2cb3815f3f2e4c0d8d8d75e3a02474a5
BLAKE2b-256 6bd6053d4fa7f32685831a49ffe2281b02e63bcbf26c41981562fb21e62b2f70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 88.8 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-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 773ab6bbc5ab26caf2cf3ff3c33e48646fb7474efda80eeb7f1d6d611ad2d0e1
MD5 1fd63613543c7daab9ef076c9dcb95e8
BLAKE2b-256 62d13d802a87a960559ac479a616c772bffad23ac31d170c18e767682d31183d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 81.2 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-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 add3658169ec192568c7caa948501ce7a1eea6064690fc745777897628d80652
MD5 618231700772171930f7466aeafb3867
BLAKE2b-256 94bea6683473f78aad5af8d9e57d196bfa65a1f6a80f9250d902c5bcfb156cf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 75.8 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-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 da95900563cb99bc60ea0f532df795490cfeffd179f04a368807e72e009612ab
MD5 e17eb4e586ecb83228702d3e5165b8a3
BLAKE2b-256 ff66ed7f5b9917480727511709be301df5ad15255b51bd2b6bf2e45d058cd1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da8cd58e7aa40912f2084e3f46bd37cb742d0ea1a2b07a0689798b34b5f0d526
MD5 ccc333fb31c1ae0d578ddb6d1bced7fd
BLAKE2b-256 76bf1c63b4f89d2f2bbd3fb39f9ba52f4838ea05ccfe150496558db5b2c04356

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 125.9 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-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f08d0f9803b0f882653066d9c730a194dfd7103acb71ac8e0ac635df20695987
MD5 e53c1ae8dcf54f1af763022a0cb52c39
BLAKE2b-256 52be829e721d7b2889bad83003949951b4e1b567ec45d9250739ee5902116420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50f342b5111c6c41fd149472184dc63af7d958c03c11e66bd69639e174cfb7a4
MD5 2b2e0b599341956bc38d2b0c4e5899c7
BLAKE2b-256 7287448c2d6d8691806a48664decd7067649f0580ba9a8cc50c42a3680117ccb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 81.0 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-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e81c59f65e94224ec7f59d25ce447efa06d6602fa5cbadf6a0cb8171ef17af9b
MD5 554ed5e14b9c8ea6e2e7d486d7982288
BLAKE2b-256 815b83a83afa9b3be5cbabc7a5dcfbdce6d6c468cb15a7b20538b3b8d013f62f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 88.9 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-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 158c038a1722fa9ec685e5211b0aee2b578515b8c605ddebf5a9f592c7bdb0c8
MD5 c91de568986f2729fec6e79037a291de
BLAKE2b-256 c8e304d200ed86190133b9aad6eab498fbfedd8fa90ea59722917df5c4568801

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 81.4 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-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8e60a8ac001a15a3d84e166e29a7e75af462ad1eee84bfc9b056a2a568cf2a97
MD5 3d1322500186bb1651c612ff65680a7e
BLAKE2b-256 3df93747049cb684a9e4ca530c2e893282a68750488b34415a20861fc26f01a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 75.7 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-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0206bc42bd501eef13aafa3ee8bfa58afc9c66515c422f4ea6a34e297e672f48
MD5 71e8a51234e6e59209f957c84a685d85
BLAKE2b-256 2e0ca34da1d32877a20dd9f00960c247a18cb150195e8505b998087029caa520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b7ec57a7c31a572b534b5d04865ab6fad2e48b9286a2c2043ccdaff320b1e56
MD5 37935bd1b5f8df79797f49fc4b614515
BLAKE2b-256 1a676e755b436a77de64be5e427789e73f958dcc35a9ad9ba40dbb136c26707e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 125.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-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80a2843b605b8e4d3dd357929250ce41deb5eada676ad1c04bb0879a0da76efa
MD5 0fd51f77e75bae0a114d0389d03e18e7
BLAKE2b-256 e15a796472787f70ee3efc06fa52447206ed70e3b0a923bdda0100edda740145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ed5675bdf74dbac3c386a3e9f25fb5e74abfec9003e11951a6b275a062514d7
MD5 d31dfd31c09ffaa3483e6669fc1b2080
BLAKE2b-256 8979cf77c88f57a9b0e840250163251b61396ef32719071bcd7e96a68927b9a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 80.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-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bdd5f073d24c58c3fb5ae657566111998a6f6962b8eefef4a14a99c3c2925c7
MD5 bb57a1d2d53d08e19e837011fdec9a1b
BLAKE2b-256 24d4fc21858f46b3e4952804ca11f00c724b9c7e0fa2ade1e40190fd2b2d8721

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 88.7 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-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 971eb7ed17663f9dba0589f3b459f90b7921049ebb9700ef30d830caee1ea855
MD5 a88bb9b125ff0eac232c76d9ee47e7c2
BLAKE2b-256 c1d8d31355afb14ec86b66f11dd059a2dc575cf6088bf33e099154906db4fbec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 81.9 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-0.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3d9553b77271e65c5511fb13eb821060517a12fe1c96e082cc06011ef7292443
MD5 1da55f17c1830e968ebf5b8e676e8e1a
BLAKE2b-256 ec60e7fcdb3cfe996e6616ceff871e82020e7cb6bced5ed419d7cd3ac95f5e50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 76.6 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-0.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fae0ba3949d2619bd1d4e95def3fa5bcd3349d03a67cc909c2ffedb7cf5d152d
MD5 3960c53e9b3b06cf66bca9a0fc9233ee
BLAKE2b-256 f70221954b607d51eae50ec65af3423a1703459f7015485d16079e09e72f4fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cfce0e75fa2274f2fba7b8e09dff86818f6bdf936aa921d09d4ae38b6e447fc
MD5 faee17f262e88706a0597440dc25f0ee
BLAKE2b-256 dbf054e1e7eae09ae204db8b279f2c711d95d7e1a4a060f6229eac25bb510fba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 126.5 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-0.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dee282a93986b995b51d3f86a105015156e3c2d07f39f409bce49df7661e967f
MD5 31657e8c294c056099060012fdd98aca
BLAKE2b-256 328d5077e85e2b3b1ec7fd5650cdf4d9482a1fae6e43d55820351d253028747c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 776403ecb32a2066398538d3657d83e3be7642860b00f95e4503503073cb142c
MD5 9e8870f029c7b06a107d307b05a2ed87
BLAKE2b-256 063b39d5d7a2c6c40f24da3a9831e306cc8d8fb6258b396e352a8135cd778bfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 88.6 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-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47de14ceede05ce18ab5aa80f2e9a40c83ba96858e46beae01251781b62f1b09
MD5 d41b7567cec0b85587b62cb2ed3ade1a
BLAKE2b-256 78dcb7199af8aae1f6421fdcc8167ff72abf944cf44db4c439505d8634ac0944

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 81.9 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-0.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5c62ec1d6816d67b535f22ff45e28b7938a1de523f2b6e08c10a1544a5b92c1a
MD5 ea2b3fb839cdc3ead1c82b91347fe195
BLAKE2b-256 fbdcc13e3ec116d9a1b87f069d1e303107644e266dedc70ce6a9315e01d0b898

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 76.5 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-0.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e478119015b4200a25842297388616298c98b6788329820284752bde9580b43f
MD5 e7c1c7f6467ded9e1845b07eab2eb4fa
BLAKE2b-256 8bf3669c8428db5aa10d6d583c10b60ea413d42f6e0c22fa0db60e7065f01929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ee82c8a47164fd3e022687a378b2351da94c308160218b62353c10b371ae53e
MD5 c8210138f8e9cca4cafd75619883adcb
BLAKE2b-256 74eaef3f57ded5d7684593d6d7073bf500ecf90f57e9b3c06def9e45240436f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 126.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-0.2.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 654e93a995f2b56a6e3c99e9d782642d154821353a59c19d50c3ed3a3f07faf4
MD5 38bb7b9ea8d3baaebac6290ff4e0787b
BLAKE2b-256 5b5817549f0ca8451e9b938af503941efc1e121566580e3dadb64f7f8e30ea08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xs3d-0.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf05b30e999ef0d25c61860e057f1ef1f8ae5dad62acd89a7fd518ac67ac9c24
MD5 50fc9eb54630cccbb0b700b283954d87
BLAKE2b-256 07afd60cf7755cb3ab3bf095f349ccec0d07d6f2922ba22daac6b22aa0f73b04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xs3d-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 88.6 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-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f24b52ec51efbdb78ff69ce085de3197d402588b385a024e848864d03a96be85
MD5 0eaebc654598715df6e26879ec35663b
BLAKE2b-256 7fb6cc4768a90eae20e502f456590aaa69d0b62ff48610333b4d69a760bbc6f0

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