Metadata-Version: 1.1
Name: strupy
Version: 0.3.4
Summary: structural engineering design python package
Home-page: https://www.strupy.org
Author: Lukasz Laba
Author-email: lukaszlab@o2.pl
License: GNU General Public License (GPL)
Description: *************************************************************************
        *                                                                       *
        *                              StruPy 0.3                               *
        *            Structural engineering design Python package               *
        *                                                                       *
        *                      (c) 2015 Lukasz Laba                             *
        *                                                                       *
        *************************************************************************
        
        StruPy 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.
        
        StruPy 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:
        -------------------------------------------------------------------------
          
          StruPy 0.1
          - some functionality for conncrete deisgn was added
          StruPy 0.2
          - steel section database created (SectionBase class in strupy.steel)
          StruPy 0.3.1
          - strupy.steel package upgraded
          - strupy.x_graphic package created
          StruPy 0.3.2
          - some strupy.concrete modules optimized
          StruPy 0.3.3
          - some strupy.concrete modules optimized
          StruPy 0.3.4
          - strupy.concrete.RcRecSectSolver corrected
        
        -------------------------------------------------------------------------
        * Prerequisites: 
        -------------------------------------------------------------------------
          
        Python 2.7.
          Non-standard Python library needed (tested version):
          - Unum 4.1
          - matplotlib 1.4.2 (not necessary - needed only for a few 
            ploting function)
          - PyQt4 1.4.2 (not necessary - needed only for strupy.x_graphic package)
        
        -------------------------------------------------------------------------
        * To install StruPy:
        -------------------------------------------------------------------------
        
          After the Python and needed library was installed:
        
          Use "pip install strupy" in Python shell console. 
            
        -------------------------------------------------------------------------
        * Other information :
        -------------------------------------------------------------------------
        
          - Website: http://strupy.org
          - E-mail : lukaszlab@o2.pl
        
        =========================================================================
Keywords: civil engineering,structural engineering,concrete structures,steel structures
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
