Metadata-Version: 1.1
Name: struthon
Version: 0.6.4
Summary: structural engineering design python applications
Home-page: https://bitbucket.org/struthonteam/struthon
Author: Lukasz Laba
Author-email: lukaszlab@o2.pl
License: GNU General Public License (GPL)
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
        
        =========================================================================
Keywords: civil engineering,structural engineering,concrete structures,steel structures
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
