Metadata-Version: 2.0
Name: RESSPyLab
Version: 0.1.1
Summary: Resilient Steel Structures Laboratory (RESSLab) Python Library
Home-page: https://github.com/AlbanoCastroSousa/RESSPyLab
Author: Albano de Castro e Sousa
Author-email: albano.sousa@epfl.ch
License: MIT license
Keywords: RESSPyLab
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: Click (>=6.0)
Requires-Dist: numdifftools
Requires-Dist: numpy
Requires-Dist: pandas

=========
RESSPyLab
=========


.. image:: https://img.shields.io/pypi/v/RESSPyLab.svg
        :target: https://pypi.python.org/pypi/RESSPyLab

.. image:: https://img.shields.io/travis/AlbanoCastroSousa/RESSPyLab.svg
        :target: https://travis-ci.org/AlbanoCastroSousa/RESSPyLab

.. image:: https://readthedocs.org/projects/RESSPyLab/badge/?version=latest
        :target: https://RESSPyLab.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/AlbanoCastroSousa/RESSPyLab/shield.svg
     :target: https://pyup.io/repos/github/AlbanoCastroSousa/RESSPyLab/
     :alt: Updates


Welcome to the Resilient Steel Structures Laboratory (RESSLab) Python Library. 

The RESSLab_ is a research laboratory at École Polytechnique Fédérale de Lausanne (EPFL).

.. _RESSLab: https://resslab.epfl.ch

* Free software: MIT license
* Documentation: https://RESSPyLab.readthedocs.io.


Features
--------



* Implicit integration scheme for non-linear uniaxial Voce and Chaboche metal plasticity
* Newton Trust-Region (NTR) with Singular Value Decomposition (SVD) preconditioning solver
* Voce and Chaboche material parameter estimation with NTR-SVD


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-09-01)
------------------

* First release on PyPI.


