Metadata-Version: 1.2
Name: framat
Version: 0.1.1
Summary: FramAT (Frame Analysis Tool) is a tool for 3D FEM beam analyses
Home-page: https://github.com/airinnova/framat
Author: Aaron Dettmann
Author-email: dettmann@kth.se
License: Apache License 2.0
Description: .. image:: https://img.shields.io/pypi/v/framat.svg?style=flat
           :target: https://pypi.org/project/framat/
           :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/framat/badge/?version=latest
            :target: https://framat.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
            :target: https://github.com/airinnova/framat/blob/master/LICENSE.txt
            :alt: License
        
        .. image:: https://travis-ci.org/airinnova/framat.svg?branch=master
            :target: https://travis-ci.org/airinnova/framat
            :alt: Build status
        
        .. image:: https://codecov.io/gh/airinnova/framat/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/airinnova/framat
            :alt: Coverage
        
        |
        
        .. image:: https://raw.githubusercontent.com/airinnova/framat/master/docs/source/_static/images/logo/logo.png
            :alt: FramAT
            :width: 100 px
            :scale: 100 %
        
        *FramAT* (Frame Analysis Tool) is a tool for FEM beam analyses. Currently FramAT provides a full implementation of 3D Euler-Bernoulli beam theory which is also known as standard engineering beam theory.
        
        .. image:: https://raw.githubusercontent.com/airinnova/framat/master/docs/source/_static/images/main.png
            :target: https://github.com/airinnova/framat
            :alt: Example
            :scale: 50 %
        
        How to get started
        ------------------
        
        Please refer to the documentation for installation instructions and a user guide:
        
        * https://framat.readthedocs.io/
        
        Additional information for developers
        -------------------------------------
        
        *For developers*: Recommended packages may be installed with the `requirements.txt`.
        
        .. code::
        
            pip install -r requirements.txt
        
        License
        -------
        
        **License:** Apache-2.0
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6.0
