structural engineering design python applications
Project description
*************************************************************************
* *
* Struthon 0.6 *
* Structural engineering design Python applications *
* *
* (c) 2015-2018 Lukasz Laba (e-mail : lukaszlab@o2.pl) *
* *
*************************************************************************
Struthon is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Struthon is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
* Visible changes:
-------------------------------------------------------------------------
Struthon 0.6.4
- check for update option updated to curent pip version
- open project website option added
- Tebe writer integrated
Struthon 0.6.3
- StruthonSteelMember hot fix
Struthon 0.6.2
- new application StruthonSteelMember (buckling analysis available)
- StruthonSteelMonoSection application removed
Struthon 0.5.4
- ConcretePanel to Mecway7 upgraded
Struthon 0.5.3
- DxfStructure integrated
Struthon 0.5.2
- StruthonMainPanel - check for updates option added
- ConcretePanel new features (cut_peak and smooth for reinforcement)
- SteelMonoSection - profile class acc. EC3 included
- SteelBrowser and SteelBoltedConnection updated
Struthon 0.5.1
- StruthonSteelBoltedConnection added
- SeePy and Py4Structure integrated
Struthon 0.4.5.2
- StruthonConcretePanel save-open corrected
Struthon 0.4.5
- StruthonConcretePanel Mecway integrated
Struthon 0.4.4
- StruthonConcretePanel new features (dxf export, multi loadcase, save/open
project file)
Struthon 0.4.2
- StruthonConcretePanel upgraded
Struthon 0.4.1
- StruthonConcretePanel application added
Struthon 0.3.3
- StruthonConcreteMonoSection user interface upgraded
- StruthonConcreteMonoSection M-N chart creating speed improved
Struthon 0.3.2
- no changes
Struthon 0.3.1
- StruthonSteelSectionBrowser application upgraded (section drawing,
section groups filter)
- StruthonSteelMonoSection application added
Struthon 0.2
- StruthonSteelSectionBrowser application added
Struthon 0.1
- the first working version with StruthonConcreteMonoSection application
-------------------------------------------------------------------------
* Prerequisites:
-------------------------------------------------------------------------
Python 2.7.
Non-standard Python library list
Minimal:
Struthon (https://pypi.python.org/pypi/struthon)
StruPy (https://pypi.python.org/pypi/strupy)
NumPy (http://www.numpy.org)
PyQt4 (https://www.riverbankcomputing.com/software/pyqt)
Matplotlib (http://matplotlib.org)
Unum (https://pypi.python.org/pypi/Unum)
xlrd (https://pypi.python.org/pypi/xlrd)
dxfwrite (https://pypi.python.org/pypi/dxfwrite)
easygui (https://pypi.python.org/pypi/easygui)
pyautocad (https://pypi.python.org/pypi/pyautocad)
Extra packages to make SeePy available:
SeePy (https://pypi.python.org/pypi/seepy)
mistune (https://pypi.python.org/pypi/mistune)
pillow (https://pillow.readthedocs.io)
svgwrite (https://pypi.python.org/pypi/svgwrite)
Extra packages to make py4structure available:
py4structure (https://pypi.python.org/pypi/py4structure)
Extra packages to make DxfStructure available:
dxfstructure (https://pypi.python.org/pypi/dxfstructure)
ezdxf (https://pypi.python.org/pypi/ezdxf)
tabulate (https://pypi.python.org/pypi/tabulate)
mistune (https://pypi.python.org/pypi/mistune)
Extra packages to make Tebe writer available:
tebe (https://pypi.org/project/tebe/)
sphinx (http://www.sphinx-doc.org)
rst2pdf (https://pypi.org/project/rst2pdf/)
docutils (https://pypi.org/project/decutils/)
recommonmark (https://pypi.org/project/recommonmark/)
-------------------------------------------------------------------------
* To install struthon:
-------------------------------------------------------------------------
After the Python and needed library was installed, install Struthon
by typing "pip install struthon".
To run struthon GUI execute the file struthon.py from installed struthon
package folder - probabiliit is "C:\Python27\Lib\site-packages\struthon"
For easy run make shortcut on your system pulpit to this file.
There is install instruction on project website, go to:
https://bitbucket.org/struthonteam/struthon/wiki/installing
Windows(7) and Linux(xubuntu, fedora) tested.
-------------------------------------------------------------------------
* Other information :
-------------------------------------------------------------------------
- Project website: https://bitbucket.org/struthonteam/struthon
- Git repo: https://bitbucket.org/struthonteam/struthon
- E-mail : lukaszlab@o2.pl, struthon@gmail.com
=========================================================================
* *
* Struthon 0.6 *
* Structural engineering design Python applications *
* *
* (c) 2015-2018 Lukasz Laba (e-mail : lukaszlab@o2.pl) *
* *
*************************************************************************
Struthon is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Struthon is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
* Visible changes:
-------------------------------------------------------------------------
Struthon 0.6.4
- check for update option updated to curent pip version
- open project website option added
- Tebe writer integrated
Struthon 0.6.3
- StruthonSteelMember hot fix
Struthon 0.6.2
- new application StruthonSteelMember (buckling analysis available)
- StruthonSteelMonoSection application removed
Struthon 0.5.4
- ConcretePanel to Mecway7 upgraded
Struthon 0.5.3
- DxfStructure integrated
Struthon 0.5.2
- StruthonMainPanel - check for updates option added
- ConcretePanel new features (cut_peak and smooth for reinforcement)
- SteelMonoSection - profile class acc. EC3 included
- SteelBrowser and SteelBoltedConnection updated
Struthon 0.5.1
- StruthonSteelBoltedConnection added
- SeePy and Py4Structure integrated
Struthon 0.4.5.2
- StruthonConcretePanel save-open corrected
Struthon 0.4.5
- StruthonConcretePanel Mecway integrated
Struthon 0.4.4
- StruthonConcretePanel new features (dxf export, multi loadcase, save/open
project file)
Struthon 0.4.2
- StruthonConcretePanel upgraded
Struthon 0.4.1
- StruthonConcretePanel application added
Struthon 0.3.3
- StruthonConcreteMonoSection user interface upgraded
- StruthonConcreteMonoSection M-N chart creating speed improved
Struthon 0.3.2
- no changes
Struthon 0.3.1
- StruthonSteelSectionBrowser application upgraded (section drawing,
section groups filter)
- StruthonSteelMonoSection application added
Struthon 0.2
- StruthonSteelSectionBrowser application added
Struthon 0.1
- the first working version with StruthonConcreteMonoSection application
-------------------------------------------------------------------------
* Prerequisites:
-------------------------------------------------------------------------
Python 2.7.
Non-standard Python library list
Minimal:
Struthon (https://pypi.python.org/pypi/struthon)
StruPy (https://pypi.python.org/pypi/strupy)
NumPy (http://www.numpy.org)
PyQt4 (https://www.riverbankcomputing.com/software/pyqt)
Matplotlib (http://matplotlib.org)
Unum (https://pypi.python.org/pypi/Unum)
xlrd (https://pypi.python.org/pypi/xlrd)
dxfwrite (https://pypi.python.org/pypi/dxfwrite)
easygui (https://pypi.python.org/pypi/easygui)
pyautocad (https://pypi.python.org/pypi/pyautocad)
Extra packages to make SeePy available:
SeePy (https://pypi.python.org/pypi/seepy)
mistune (https://pypi.python.org/pypi/mistune)
pillow (https://pillow.readthedocs.io)
svgwrite (https://pypi.python.org/pypi/svgwrite)
Extra packages to make py4structure available:
py4structure (https://pypi.python.org/pypi/py4structure)
Extra packages to make DxfStructure available:
dxfstructure (https://pypi.python.org/pypi/dxfstructure)
ezdxf (https://pypi.python.org/pypi/ezdxf)
tabulate (https://pypi.python.org/pypi/tabulate)
mistune (https://pypi.python.org/pypi/mistune)
Extra packages to make Tebe writer available:
tebe (https://pypi.org/project/tebe/)
sphinx (http://www.sphinx-doc.org)
rst2pdf (https://pypi.org/project/rst2pdf/)
docutils (https://pypi.org/project/decutils/)
recommonmark (https://pypi.org/project/recommonmark/)
-------------------------------------------------------------------------
* To install struthon:
-------------------------------------------------------------------------
After the Python and needed library was installed, install Struthon
by typing "pip install struthon".
To run struthon GUI execute the file struthon.py from installed struthon
package folder - probabiliit is "C:\Python27\Lib\site-packages\struthon"
For easy run make shortcut on your system pulpit to this file.
There is install instruction on project website, go to:
https://bitbucket.org/struthonteam/struthon/wiki/installing
Windows(7) and Linux(xubuntu, fedora) tested.
-------------------------------------------------------------------------
* Other information :
-------------------------------------------------------------------------
- Project website: https://bitbucket.org/struthonteam/struthon
- Git repo: https://bitbucket.org/struthonteam/struthon
- E-mail : lukaszlab@o2.pl, struthon@gmail.com
=========================================================================
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
struthon-0.6.4.zip
(7.3 MB
view details)
File details
Details for the file struthon-0.6.4.zip
.
File metadata
- Download URL: struthon-0.6.4.zip
- Upload date:
- Size: 7.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c22adc940029351a8c4b6ee79328065d836ed5ddb9d894334d72223bf6d74952 |
|
MD5 | 8d0d9636bd897231076f741fdb4a312a |
|
BLAKE2b-256 | 4086d0687b675e4e1a4609907683bb19c4f30034ea12cdd49877f2eedf3ed195 |