Metadata-Version: 1.2
Name: steel_helper
Version: 0.1.3
Summary: Python module to help calculate requirements for design of steel structures
Home-page: https://github.com/Denvernoell/steel_helper
Author: Denver Noell
Author-email: denvernoell@gmail.com
License: LGPL-3.0-or-later
Project-URL: Documentation, https://steel-helper.readthedocs.io/
Project-URL: Changelog, https://steel-helper.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/Denvernoell/steel_helper/issues
Description: ========
        Overview
        ========
        
        
        
        Python module to help calculaterequirements for design of steel structures
        
        * Free software: GNU Lesser General Public License v3 or later (LGPLv3+)
        
        Installation
        ============
        
        ::
        
            pip install steel_helper
        
        You can also install the in-development version with::
        
            pip install https://github.com/denvernoell/python-steel-helper/archive/master.zip
        
        
        Documentation
        =============
        
        
        https://python-steel-helper.readthedocs.io/
        
        
        .. Development
        .. ===========
        
        .. To run all the tests run::
        
        ..     tox
        
        .. Note, to combine the coverage data from all the tox environments run:
        
        .. .. list-table::
        ..     :widths: 10 90
        ..     :stub-columns: 1
        
        ..     - - Windows
        ..       - ::
        
        ..             set PYTEST_ADDOPTS=--cov-append
        ..             tox
        
        ..     - - Other
        ..       - ::
        
        ..             PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.0.0 (2021-02-17)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Requires-Python: >=3.6
