Skip to main content

Python bindings to Frame3DD, a code for static and dynamic structural analysis of 2D and 3D frames and trusses, with permission from Prof Henri Gavin

Project description

pyFrame3DD

Python bindings to Frame3DD

Documentation

Browse the documentation for Frame3DD. This is a Python wrapper to that code with the following modifications:

  • Elimination of all input/output files in favor of direct variable passing
  • Arbitrary stiffness values can be passed in (rather than only rigid or free). ReactionData(node, Rx, Ry, Rz, Rxx, Ryy, Rzz, rigid=1) takes as input the optional parameter rigid (defaults to 1, which is what Frame3DD uses), which defines what number in the reaction inputs corresponds to a rigid connection. If a user wants to input spring constants in Rx, Ry, etc. those will be used directly in the stiffness matrix. The parameter rigid can then be set to anything else like -1.
  • Frame3DD allows inclusion of concentrated masses but they only affect the modal analysis. In pyFrame3DD they also affect the loads.

There is example code that shows usage contained in examples/exB.py. This follows example (B) Pyramid Frame contained on the Frame3DD home page.

Prerequisites

pyFrame3DD requires a C compiler

Install (as a library)

For detailed installation instructions of WISDEM modules see https://github.com/WISDEM/WISDEM or to install pyFrame3DD by itself do:

$ pip install WISDEM-pyFrame3DD

Install (from source)

If you would like to build the project locally from source for easier access to the underlying methods and tests, do:

$ git clone https://github.com/WISDEM/pyFrame3DD.git
$ cd pyFrame3DD
$ pip install .

If developer/editable mode, do the same git clone step, but on install do:

$ pip install --no-build-isolation -e .

The --no-build-isolation option is important per Meson guidelines.

Unit Tests

$ pytest test

For software issues please use https://github.com/WISDEM/pyFrame3DD/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.

License

Frame3DD uses the GNU GPL so this code must also be under the same license. The larger WISDEM code has a special dispensation to use the Apache License.

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

wisdem_pyframe3dd-1.1.0.tar.gz (178.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-win_amd64.whl (99.5 kB view details)

Uploaded PyPyWindows x86-64

wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-win_amd64.whl (99.5 kB view details)

Uploaded PyPyWindows x86-64

wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.0-cp312-cp312-win_amd64.whl (99.5 kB view details)

Uploaded CPython 3.12Windows x86-64

wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_i686.whl (79.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.0-cp311-cp311-win_amd64.whl (99.5 kB view details)

Uploaded CPython 3.11Windows x86-64

wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_i686.whl (79.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.0-cp310-cp310-win_amd64.whl (99.5 kB view details)

Uploaded CPython 3.10Windows x86-64

wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_i686.whl (79.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.0-cp39-cp39-win_amd64.whl (99.5 kB view details)

Uploaded CPython 3.9Windows x86-64

wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl (89.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_i686.whl (79.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64manylinux: glibc 2.17+ x86-64

wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

wisdem_pyframe3dd-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (89.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: wisdem_pyframe3dd-1.1.0.tar.gz
  • Upload date:
  • Size: 178.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for wisdem_pyframe3dd-1.1.0.tar.gz
Algorithm Hash digest
SHA256 19b302559d291c88cfa84cf5d38b5c17d02ce6aad21e23103a8f4f9e33684839
MD5 c30c172d173ba5faf331f86da4632d8e
BLAKE2b-256 f08a6ae67523ec7a9109e7468c4ab70b546710bddbec89335de0c05472cd8eca

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8a966307d7469843d0e99a13a6ad1640b77507b2adc949ad4d44ab9722dab0e2
MD5 5ef7cdd22f457a4861f2ba6443f8d7cf
BLAKE2b-256 eb8b3d9d4f2a8842320f0c68ec7ede2ec8949eb8074b6df0f0630bf475026ea2

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3120b28c5bbaeb16543f73308c00c47f80fdd5c17a01bb1f8b682d605cfb0079
MD5 028a71fea922370aeec118f7d28faa1c
BLAKE2b-256 5d9bf2434493b7faf9331f799b4683da4d05f55659eec3a1364eb10bcf77cb0e

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5dab882472cdae8e930d6a8c6f106545169cc2494574b3e019802e350f48647
MD5 59645a34b73353a01ff2016829e5640a
BLAKE2b-256 4f325c02245c7eb240cd928d5f6711b0ad21ccf56cd660cd96e67dab1bfb1feb

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00b2253fa9eb77511298fde5abe255f2f4975e23a4fd3b08a7a7b8709fc895e6
MD5 05da7f91e6bf3c8fc839bf3d72c35c90
BLAKE2b-256 53108a219d2990cf783047b86d2985b570252d0ac7f6d926583dc3c1c0c57623

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 98f7db9e0011aef52b2b2b353bce46eab9c5a8ba9ed0c2c1b1297d9f79ed37a4
MD5 9000922702879df98d8b61967c2bc60d
BLAKE2b-256 49696ba24ddfbcdc3c8d775986fb1ec5323beae5e4221a50955c53f10c4175e5

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24dc4bc1368e5bfb6e21f02390e15387e3590b87311f33cc57e89090400ac5af
MD5 65bf89b2847dceb134449ad6b953a8e8
BLAKE2b-256 da9b7188ae6027f851c2a6741eeea70414d9b0da95aefca99adcd4f5f84a288c

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5076efd8963246b72a5bd8409d584fbd359ce6a1c4ae29abfb4a4cdf8f2f0fa
MD5 5cc616f7de2819186a09ed8d64ad1203
BLAKE2b-256 8c1370a848a027f12cd801879ba7bfe281ebf7e0bc34288e76eba65c865657f1

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76738133455a2e28c3c468076ad0c1eb7b1974a35df3d59c11de74418f39ab95
MD5 b009086b4d311096c11792bac7c806d2
BLAKE2b-256 e21262786c7bf60b0483f7efe3b5801e1e5dbd2bfd57dacbdf78afbf31780d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21d590b6f327a8c9fe1fac05ffefabeef88e89d5d9bd802b0be70494d682ef3c
MD5 3a0726d4995acf25d436e89539ae57a8
BLAKE2b-256 c43d1c22e5c7cff7b3110cd2e546deba6e33576c4d617149dcd4f3163264ef68

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fee37a346bbbef0bcb72057245bd62a0f8c6c64ef10ef67db3d1d12f3a84c33b
MD5 4900ea983e7db31196a990d7a49f4c93
BLAKE2b-256 646b6a5184b357c9d65b77a3cdb03e785efe81f6774b1bdf7b84d8dba2871e59

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a3a751747998d99d6297329115fe02503941fcd76320196b36045c8dc86883a
MD5 7863a1e4cd213ded1e449b3648881de5
BLAKE2b-256 d303ec6126a59a1801cd6cf91ee5b7fa8250626c5b1501003afd2337938f6d58

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40fcd38a764e5d1e58fa9f19b77d1db062ad5f3db7920eb4ec1379c6370ee958
MD5 ac0e8a8211274ba1166ce285da029b1e
BLAKE2b-256 908b6d2e2a4ac67fd9462e4d1ca7845957b6e19a6dc42191d150f3fdfc680fdf

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae99ed9a384a71a05294ad9d311a1afd99b1142b983f411ae0378bd5ab17b847
MD5 07dd671f463c2cd06a0ec95c81bcb49a
BLAKE2b-256 e46cad3b564c770cd7ec46f9e3e579e1031c9f659e44734399a0045c0ae5b32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24116fbdfa110ed588ff1b41cee46b27b2ce3f974970c568624b9f99a2f86603
MD5 e02f541f89c1cd3ad54ae922c19cae97
BLAKE2b-256 e20d2eb549ebf9d3fa1629eabbf599c7b55bc9ade7dfdc64e7820ab6ab5c4ab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5415e8407f4fb49be5ce6c0cd5ce13a21fbbad8906e26383f042238bd1c2bcf2
MD5 f90bfc1b5b21053bea9aedf3e1ecb925
BLAKE2b-256 3eee4d1dbb6518a1b1723e34a949d13e1ead078285ccdbeee7615189a78b1a81

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f7bf173dacc56f0af646edd39ec1fa49b927068b0833dce6aa201fe0e63d98c
MD5 677c5493c8e8e0300ec412c79b3afbbd
BLAKE2b-256 af2824340a7c98c9e6682d5fe7fdc9e711a7b2511db9c165532b76b5bd4a01be

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e75cf1baeec440556de0a2203864fe05802859f68d54a1eda6bcad0fc6d72f73
MD5 746536e799d847124ad2056ea1a5c48d
BLAKE2b-256 f3c139ee75d362800613f486336b294d3b287eda7832e5fceeb0b50a4bcabc8a

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f2a405b41ce6676328206c6fb3a538b548c04f5c4105678d58752f60e22619b
MD5 754bbafa5544bb3f2980b41d05bd9351
BLAKE2b-256 ff09e056c45115f41b64ae896cdaf96ca51a43564630db52e5853c3cb6fb7a7d

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77775128d02308363e61ed9361e6bb3cfd2bafdc1b8a97d4ceab8594c8817bc0
MD5 5c22b98d30ef4b6eb43d79434c37356e
BLAKE2b-256 ce8ab78e03080723f149ac16bd5d4b873e2735fe6e7532c9fa57840c1346d68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bba1b24369d7867fe1daa4ab1b53776815cd9b45ec0afded81bb56345bc0985c
MD5 b112d618a549e3215706da82f39c586f
BLAKE2b-256 075da52d4614023617e74cff0f97a3b375db5bc48a51fa23af031a6039b36294

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a4ec3d8bc8947613b0bdca7d9aea7d16aaed62461054635f3dce8db44d1fe7a7
MD5 e2b5c6a22497ea5ddab89906545c7238
BLAKE2b-256 9942c3ca1ab28ddf18bbfc40ed5c04d60af0f01fe55b16678c88825714020448

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd2e381eb4242f41de024f138750063b1ac4621702fb1841e7eb84188010b1f9
MD5 4cec1ec1b8aa442b5b1fd3305bca5e57
BLAKE2b-256 552d84affbc6507305730885f9977ac044e11cb6412918afdccb96ca00045b33

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2389ed465ccc85d21ff5431fc9697f544cf1d7565f4dd477f9e96cba338857e2
MD5 ce9c0ed69037da63bb4f5b4faaff9437
BLAKE2b-256 3816f1cfb51527f3384197e41c4493e5cede2bb826ada30a6251baabd71fdda4

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd351d663cc691d5cd7981738dc3fcf09f5f014b1f6a4645e1ab8eb6a467563f
MD5 3784e93f73791fbf22869919b4b58662
BLAKE2b-256 294cc5e94399f253521139504d22864f30a7b56f63f6bbf0a3cfbe7fa0d119c7

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6839fad3b193fda8b37d55cde6edb04855e0c747e5fd439c744a9cc6900016d2
MD5 5e4b5866fa89544b39b5c760495237ce
BLAKE2b-256 39c7da438cde21ff5558f9bf3db99693586101dc354a6879b097999b5af135d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c6ba72c2516221711f12a585bb171f8c4c020040ad4b357f68eba3d9c67c19b
MD5 83a7bd99905fc6af2c88437c84539a37
BLAKE2b-256 d6696e63f2be9920cb98738523616ccee01781c61ceb3a21ab2c935a808f083b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 70d750b62cb4d198aaea048504370ccee1dc357055e1caa54e5fd0d588b43849
MD5 410e4627166cc731d0126ffaafb25e9f
BLAKE2b-256 502f3cab56279f346a843c2ed3cc59c35f9984fda24b8e1874e5587ecb26f7fb

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7bc12dc75c458bc9a0375e2198544a9b17434492eff6400aae3fbc5545b6e34c
MD5 3d52c9768b258218a00148503eeca236
BLAKE2b-256 829f6563f3f9146d69832ddb4949dd34de2ae3df74d2c1b9cef621f53cdcd920

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 40c6c8187a2b25af11012a0e137ac9f4e29499d77742cad893064295a4d19b83
MD5 55497c23be9fe3e3b24397eaf5f9e812
BLAKE2b-256 82a71ce4de2d1dcd2bc9333d390e2734c620edea95db07059b33029e1ba7d474

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9888fb6bb4244106c2884d15544f08e2a4b73c6793d2c66cca7993767622d4b5
MD5 e04dea24e536fc13f8ddeeb81677cd79
BLAKE2b-256 974aac96b682ca83162f9111ee6d4e4108edac14428640c42515e091688a85cc

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e868bf6ce3420592327e89802cee4749e561a9e137087c60be0011ac1fa89242
MD5 a3cb09a343e1fd72384d0ec04fb1091d
BLAKE2b-256 ec2b6bb9c912cdcabcf656f417e99fff3434f30f3dca08648cff49970e7afdb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e4f995fdd689d4d5685a7d856400ee6f4dcdab95ed98deb8172d6436d9f565e
MD5 7ce0019ce647d4b0fbfc6c40c07418d7
BLAKE2b-256 3627a00e9801e1341df4ef9fecbfa83008e2f86d840bcaa978d84a4d09d8900b

See more details on using hashes here.

Supported by

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