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

Uploaded Source

Built Distributions

wisdem_pyframe3dd-1.1.1-cp312-cp312-win_amd64.whl (99.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

wisdem_pyframe3dd-1.1.1-cp312-cp312-musllinux_1_1_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.1-cp312-cp312-musllinux_1_1_i686.whl (79.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.1-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.7 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.8 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

wisdem_pyframe3dd-1.1.1-cp312-cp312-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.1-cp311-cp311-win_amd64.whl (99.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

wisdem_pyframe3dd-1.1.1-cp311-cp311-musllinux_1_1_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.1-cp311-cp311-musllinux_1_1_i686.whl (79.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.1-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.7 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.8 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp311-cp311-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

wisdem_pyframe3dd-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.1-cp310-cp310-win_amd64.whl (99.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

wisdem_pyframe3dd-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.1-cp310-cp310-musllinux_1_1_i686.whl (79.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.7 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.8 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

wisdem_pyframe3dd-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

wisdem_pyframe3dd-1.1.1-cp39-cp39-win_amd64.whl (99.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

wisdem_pyframe3dd-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl (89.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

wisdem_pyframe3dd-1.1.1-cp39-cp39-musllinux_1_1_i686.whl (79.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

wisdem_pyframe3dd-1.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86.7 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (84.8 kB view details)

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

wisdem_pyframe3dd-1.1.1-cp39-cp39-macosx_11_0_arm64.whl (78.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

wisdem_pyframe3dd-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl (97.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: wisdem_pyframe3dd-1.1.1.tar.gz
  • Upload date:
  • Size: 179.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for wisdem_pyframe3dd-1.1.1.tar.gz
Algorithm Hash digest
SHA256 1978a08059f207d6200ca7da8fcb61e39fce1edbf015d3404736a737d6bf5ced
MD5 2886efb274176c09e1c768e279774528
BLAKE2b-256 06335691322138e4b72c7bde67c10b4b657508310fd66bb4a97e792b44dd2f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 645702fd99c1027a6f0e100b9abae6235db363f1be8b7d6060f1c1a9837cc110
MD5 a0a370983933e9efb18ae2135b7df3a5
BLAKE2b-256 b2791f56fcc386abc56c2411d09c17b887b0b13abe4d196ccef8fed76f3fd726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af0e96acf9b6fa4c374cd6c981633183991ef0bb87618e2079923d7e75598235
MD5 2d01042faec3a3257768fa53d8221581
BLAKE2b-256 a3c80b5de154c8b6d045eb1d132be3bc493fc0349c45bde3f228bab94956150c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b6149db90f9e556746e701595f83b82ad652e350ca419190fec68088e4cf09dc
MD5 30122d4af80b7ed35d79aed3dadb1484
BLAKE2b-256 ccd943bded85dd60f7362e5930d683f538bf97bd9cb95aa2c7693138a237e8f5

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9cf0a1cfa2c1a83cf3dab4a2b0176fef597319a8abf9768cf18df36876afa62
MD5 2330d1e5d4c40ddbf931a5b6af438c14
BLAKE2b-256 313d433ebe1f313a0b62460e4a88b90cf62ddd50d15ba6ca8475366fc8353be9

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f3d41c96cbfe87f91ef943d9d006e2eec4b0b18bdf78a47727e488a6c6f58a0
MD5 41867f0af18c7ad2bb674e838218b0e3
BLAKE2b-256 aa3ae6a7f85178f799cf120b12bccf1c2656dee580924ed2cbc15e3a830981a5

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43cd9bd0e9f81e35b255f544c9d4aac4a02f81297a8fe92710e2660fc1d1c530
MD5 30d966c824e1b02a916373936c06d4a6
BLAKE2b-256 9a0a6568b030d283b72b7a4f14246defa214d11bc82a7fe96049424e665ef128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0586df0ed6c6dfe1a7a9de9428c6aa52cefe1e8079aef28fa71feb2d2f7c6b97
MD5 e8f4ed1d0d2bcc258b22d9b7a782daaa
BLAKE2b-256 29167164fb4c8bff59317ffb3167572128e2930023d60bb53b886b939688c9ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ecd9fc06deac4592a8e0cd9d6784a870bb5f6cb2234955cba29fb00809de1dee
MD5 dec7cd78eb081338aa12710db675f7f7
BLAKE2b-256 cd724285094c68ec478a0565098a5d876cc0fa5a59bbde9ce99f00d3eeffbe67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9e23e3ce7e5026fc442d0af853264402b051754fc90077ca72912ed7518126f1
MD5 a8feed44d01592143318af29c77b10d0
BLAKE2b-256 a130618f33d364c7beadb18ed3a005bbeec6e027a2002adc675833e934c0988f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 73acc726b1109608a5e069a178082ee2aafc3c62e94b727cbbf8c367341d36f2
MD5 eb7336b00a88ab5b6c3d88c9671460c9
BLAKE2b-256 050574c40eae9fbfa572867f5fab1df2c22a13615ca459eacc479baf75143c1a

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7b90961605b5f83e80b47b8e34391c671e3610585ea9c2aff1cfcad43a90bea
MD5 c1215940a76ee9a0cfb233cac6014bde
BLAKE2b-256 43de94d0c8b6afcb87ff48c537246cf72c58eff031e234b286667c2504dc0bca

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5911ce5ef350cb61482d15674ac3225253e86cef68bda6cb5beffcfeb88c206d
MD5 b2146249eb289c1345a013374655f72b
BLAKE2b-256 13811c78444476831f82f33db712ae78119d254c4330ea2e9ed779e7f7ca3ccb

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8723410bdbda0c9f9f8065925ec0394d2a4e87858808d61fb82a84a844997abf
MD5 064fadca2d56511d2ec86d08f1909e3d
BLAKE2b-256 d3916bfd147fe40ce803c7f4acbec4cd465adbd86ecde8ab348d2f5937a2fc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3ace3bc40b72f78967a0453ddc860d04965f12420221a20ecb6c21c0bc11960
MD5 e0e1ad4555d654a0743b467b7b4f6af2
BLAKE2b-256 ec7bad29c38c1d259a00758f91f22231a57980d3fe022388ee83cfe39530190a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0bd1024b1b3fe7f0cd12cb835db17ff1bd767d5716608925cad7b4be8b8d1f1a
MD5 4a5e613635a3c9e5554f78c7c75c249b
BLAKE2b-256 7c7298ccf384749396a54812a4bba1f3fbae7c826ba002292caab03e5d14abda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e47b12158ee8be8a0c18bb57b5708a4ce23ee1f94e32a0699ffe9ebc984aa86f
MD5 080c90aaf19131a00745db3c6fefc276
BLAKE2b-256 a2fd7c60b00679838fe22e81ebc0d79f14925bd60e9bb8a20cc38bd1d6da8cc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1cbabc12da6e870396592ae2ecaeb6111ed84d1f6a97e7f260766e0db48c0c64
MD5 02b9aff888dc87acfe6ffbcd14b66b10
BLAKE2b-256 2c9e3edbf043ab5d2d4d2b3c7881c2d467c03b678104468d2c2753b822f832f5

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3eb8cbd1caaf31950febb02b33ea7404dc2765239c0afab21eecce5a65b0beb5
MD5 f9c7cc63c1060ec8a497e14c728fab05
BLAKE2b-256 e56c499f577569caeba49cc41b042dd5adb0a070288ab9ac3403f903d94d180f

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70865c501cbd8540d65307cc83abbcd47e7c2010d6109aad37483f19c78d2cd3
MD5 35865542205ef30609fcc6240739abd5
BLAKE2b-256 423121d364a429ba3da374abb3dd4076d63ce86c9b76b77130a0b442588ddf1e

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e5f1d7c2b38235b6d4f2ddf3c6c75b8bc1b7af14eb8ec2898c2599deed59c27
MD5 a6f4c85ae6c7686684fda8ce55f14da2
BLAKE2b-256 8ba222ebd9e5718baae161d53792294f6b0e7e55afff3032e1e64af0c37fc293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0be638004f56c74a8ebb078000e34d959fdcebc11faef01b8612a43d9567c14
MD5 89cc10039cabe4709cc47384409fac94
BLAKE2b-256 58511d02d9e3abc52837b4bdfd70153d9704458766f1eb2dcc7eb21cad910133

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 72e8dd2a4b969782214aa3c5a291895ed7a31f15d2410cf1d084b928ffdbc28f
MD5 a01983558436396df5e64c4272119da4
BLAKE2b-256 6d37fc49f5f05cf1307e5dacbfd49f300763dedb9cf7480f65ebeb06f25075e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aec7633698ba153521a861b222737601bb90a944db18d5ae4257db39f8dfca2b
MD5 61e7cb57b5c5d0b47eb13bc69b18d3eb
BLAKE2b-256 2f8ac627fed5cf3b92fef00d64c520f78d5c46a996f2b181cb7fa708c446ad98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8a76d3ce1a285d92942726fc39adc2ea5287863905311d0d68d8aa130ee6104d
MD5 88822332c9093c068a55687e549f7e5d
BLAKE2b-256 77be31af7b9d4e75abb78e1e7c1110bdce8651516f1faedd7c5cd536fd08792c

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9180116fde84e1ed89619c9000ca43e164c980c1f2991a6377f67fd0e2c28fc
MD5 a5b0fae8ebdca52b63fdd139418d3868
BLAKE2b-256 56a7e2470c51c0967f330c51e716f03f40420cfea333985b2fb2dd15cfa94ef8

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-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.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e8e5927f18259f41dc3603169de7721df294fb157083902c0421aecf8d41a06
MD5 f55a29abffc9ebb417beae9db820098f
BLAKE2b-256 1b057dc275bee96c7731d2fc9126b5b84b5488689fb1d1b0a23e35233147a09d

See more details on using hashes here.

File details

Details for the file wisdem_pyframe3dd-1.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14b68f88e30014e2009c7b64e2befe0add6215522c45ae2cc6fb736a906b6ddc
MD5 de7b4db0bc1a43c3d00075790a2c9f09
BLAKE2b-256 e1e6711870cc3bbca2ca3dd41666284cb67c1731ba29c758f9450240a956da04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wisdem_pyframe3dd-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2e918894547b4fa6254230d99bc5fb8fb11ffdd81bc0c4ac757ac5396e412f1
MD5 a18b5ca39a0b5dc9faa40b3583e640e4
BLAKE2b-256 ed5516f88513830113358436c708240db2c9e6c077a013283cc67e7354eb270b

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