Metadata-Version: 2.1
Name: pythermica
Version: 0.2.2
Summary: Post processing for Thermica simulation results
Home-page: https://github.com/astronautix/pythermica
Author: Antoine Tavant
Author-email: antoine.tavant@lpp.polytechnique.fr
License: GNU General Public License v3
Keywords: pythermica
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
License-File: LICENSE
License-File: AUTHORS.rst

==========
pythermica
==========


.. image:: https://img.shields.io/pypi/v/pythermica.svg
        :target: https://pypi.python.org/pypi/pythermica
.. 
  .. image:: https://img.shields.io/travis/antoinetavant/pythermica.svg
        :target: https://travis-ci.com/antoinetavant/pythermica

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

.. image:: https://raw.githubusercontent.com/astronautix/pythermica/main/coverage.svg
        :target: https://raw.githubusercontent.com/astronautix/pythermica/main/coverage.svg
        :alt: Coverage percent
 

Post processing for Thermica simulation results


* Free software: GNU General Public License v3
* Documentation: https://pythermica.readthedocs.io.


Features
--------
Allows the automatic and deep analyses of Systema-Thermica results:

* Analyse the nwk files to asses the Conductive and Radiative coupling coefficients
* Analyse the simulation results, like Temperature, internal dissipation, flexes, etc.
* Generate automaticaly the relevant figures

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 (2021-03-09)
------------------

* First release on PyPI.

0.2.0 (2022-01-21)
------------------

* Added network analyse


