continuousbeam

View on PyPIReverse Dependencies (0)

2023.11.0 continuousbeam-2023.11.0-py3-none-any.whl

Wheel Details

Project: continuousbeam
Version: 2023.11.0
Filename: continuousbeam-2023.11.0-py3-none-any.whl
Download: [link]
Size: 46586
MD5: c80b950ec77ea1ea9c3ddcbc73042fb1
SHA256: 82949052b6b92a2598172d6f2ad013b29e3e1ab8e7600a717d36cf0e9fc3c6d6
Uploaded: 2023-12-01 17:40:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: continuousbeam
Version: 2023.11.0
Summary: Structural analysis of continuous beam using stiffness matrix method
Author-Email: "Sanjay G. Khirwadkar" <khirwadkar[at]gmail.com>
Project-Url: Homepage, https://github.com/khirwadkar/StructInsight_in_Python
License: MIT License Copyright (c) 2022 khirwadkar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: continuous beam,indeterminate beam,stiffness matrix,structural engineering,structural analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: continuousbeam-backend (>=2023.11.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3468 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
continuousbeam/__init__.py sha256=LdiPmkxrQq1KeP61yvBDtxj8DW_HTvIkpszoYPMMBYU 117
continuousbeam/analysis.py sha256=covvi-HqrjL2uucFYpfnrRGC8jnFbDqQF0psPs86W2Q 28399
continuousbeam/beam_data.py sha256=dXYasnMLGC1AQK-Jlzl0DUV7GeiXStctENtjBsgXvfM 20648
continuousbeam/contibeam_main.py sha256=fPOXh9FjyWnWZGawhHrtPpkEvY6TInUpn_jP2T-BeaQ 6752
continuousbeam/load_data.py sha256=rOsjH4fmA-zyYAR0Rx9UYRm0N60b1irTnHl438XyaZI 29311
continuousbeam/MyIcons/__init__.py sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA 2
continuousbeam/MyIcons/anticlockwise-moment.gif sha256=WiAX8puTIGDOMhL-LrCfmBU3Zmv3ahyDF_Xk73LcdTo 138
continuousbeam/MyIcons/clockwise-moment.gif sha256=9CMycpFHCK_NDmVUBznsrbhuofP5Cwqq34_xQmKQrx4 137
continuousbeam/MyIcons/down-arrow.gif sha256=51q_-zRtdnatuS3Oorrs9po_2O5eQ1O-itiiZUjmwow 135
continuousbeam/MyIcons/up-arrow.gif sha256=3SqrdzO-Q69rKPmgYdfLnYr3rEk5hBddOofKItgd-1c 137
continuousbeam/MyIcons/__pycache__/__init__.cpython-38.pyc sha256=EOMffLg1cE-SN5ummYpXwJ9CsbiOt7C135WryM_MP44 197
continuousbeam/__pycache__/__init__.cpython-38.pyc sha256=KGdEhi6-VSe9qL-JkvKGpY79lSZ-Vf5b1_HMqzSZdUg 363
continuousbeam/__pycache__/analysis.cpython-38.pyc sha256=VTH0Z6mCFqG-CKHKyZb2ag3RbN9peJwvnShYNrQw9ek 19599
continuousbeam/__pycache__/beam_data.cpython-38.pyc sha256=G6soWqLl6hDOhC5kEqwkdqAXiSMrxhRFt8Pj92SU_Ss 14871
continuousbeam/__pycache__/contibeam_main.cpython-38.pyc sha256=OxaJD3FQG0VsObxM__yuFM57yQc8-cmGaH28hMFjHrc 5291
continuousbeam/__pycache__/load_data.cpython-38.pyc sha256=RthQisgffQ9bE1Fz4dilPPuQz22R8V1PkCSyMNtqBHo 19807
continuousbeam-2023.11.0.dist-info/LICENSE sha256=zvHdHcwUGQLMRvcsVoPckGTkD7fFWMyO8w5bZNbNL7g 1067
continuousbeam-2023.11.0.dist-info/METADATA sha256=IU2ZC7t88a0UbNS6iIHf25tUZXj2sNe4-erpg4Bh9ts 5417
continuousbeam-2023.11.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
continuousbeam-2023.11.0.dist-info/entry_points.txt sha256=0uQXZU0nZni8Pua1FWEL040jpKkkVW7vmA59zvpKst0 135
continuousbeam-2023.11.0.dist-info/top_level.txt sha256=cZBQ20TXTQkZfnR9m1tmcMMEQEA6CpHMD1_f8Q5IXP0 15
continuousbeam-2023.11.0.dist-info/RECORD

top_level.txt

continuousbeam

entry_points.txt

contibeam = continuousbeam.contibeam_main:main
contibeam_win = continuousbeam.contibeam_main:main_gui