Metadata-Version: 2.1
Name: pymech
Version: 1.3.0.post0
Summary: A Python suite of routines for Nek5000 and Simson.
Home-page: https://github.com/jcanton/pymech
Author: Jacopo Canton, Guillaume Chauvat, Nicolo Fabbiane and Ashwin Vishnu Mohanan
Author-email: jacopo.canton@gmail.com
License: GNU General Public License v3 or later (GPLv3+)
Project-URL: documentation, https://pymech.readthedocs.io
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: xarray (>=0.15)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: importlib-metadata ; (python_version < "3.8") and extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest (>=4.6) ; extra == 'tests'
Requires-Dist: pytest-pep8 ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'

[![Build Status](https://travis-ci.org/jcanton/pymech.svg?branch=master)](https://travis-ci.org/jcanton/pymech/builds)
[![Coverage Status](https://coveralls.io/repos/github/jcanton/pymech/badge.png?branch=master)](https://coveralls.io/github/jcanton/pymech?branch=master)
[![Documentation Status](https://readthedocs.org/projects/pymech/badge/?version=latest)](http://pymech.readthedocs.org/en/latest/?badge=latest)

# pymech

A Python suite of routines for *Nek5000* and *Simson*.

by Jacopo Canton, Guillaume Chauvat, Nicolò Fabbiane and Ashwin Vishnu Mohanan<br>
[@jcanton](https://github.com/jcanton)
[@guillaumechauvat](https://github.com/guillaumechauvat)
[@nfabbiane](https://github.com/nfabbiane)
[@ashwinvis](https://github.com/ashwinvis)

Install with `pip install pymech`

Read the full documentation at [Pymech doc](http://pymech.readthedocs.io).


