Metadata-Version: 2.1
Name: conctools
Version: 0.1.0
Summary: Tools for analysis of reinforced concrete sections
Home-page: https://github.com/timskovjacobsen/conctools
Author: Tim Skov Jacobsen
Author-email: timskovjacobsen@gmail.com
License: MIT license
Description: =========
        conctools
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/conctools.svg
                :target: https://pypi.python.org/pypi/conctools
        
        .. image:: https://img.shields.io/travis/timskovjacobsen/conctools.svg
                :target: https://travis-ci.org/timskovjacobsen/conctools
        
        .. image:: https://readthedocs.org/projects/conctools/badge/?version=latest
                :target: https://conctools.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/timskovjacobsen/conctools/shield.svg
             :target: https://pyup.io/repos/github/timskovjacobsen/conctools/
             :alt: Updates
        
        
        Tools for analysis of reinforced concrete sections
        
        * Free software: MIT license
        * Documentation: https://conctools.readthedocs.io.
        
        
        Current Features
        ----------------
        
        Currently **conctools** let's you:
        
        * Work with a reinforced concrete section of polygon shape
        * Calculate the plastic centroid of the section
        * Calculate ohe capacity (NM) diagram of the section
        * Plot the cross section
        
        Planned New Features
        --------------------
        
        Apart from improving the already implemented features, the new features
        in focus for future releases are:
        
        * Plot of the capacity (NM) diagram with optional load combinations
        * Calculation of neutral axis, strains, stresses and forces in the section
          for given (N, M) loads.
        * Crack width verification
        
        
        .. include:: docs/history.rst
        
Keywords: conctools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
