Metadata-Version: 2.1
Name: steel-helper
Version: 0.1.13
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
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: pint

========
Overview
========



Python module to help calculate requirements for design of steel structures.

* Uses equations and values from AISC Steel Construction Manual Fifteenth Edition

* 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://steel-helper.readthedocs.io/en/latest/index.html

.. 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.

0.1.12 (2021-03-01)
-------------------

* Added display in Markdown


