Metadata-Version: 2.1
Name: polyfempy
Version: 0.2.3
Summary: Polyfem Python Bindings
Home-page: https://polyfem.github.io/
Author: Teseo Schneider
Author-email: 
License: UNKNOWN
Description: # polyfem-python
        [![Build Status](https://travis-ci.com/polyfem/polyfem-python.svg?branch=master)](https://travis-ci.com/polyfem/polyfem-python)
        [![Build status](https://ci.appveyor.com/api/projects/status/lqfxi2pbkhpatxls?svg=true)](https://ci.appveyor.com/project/teseoch/polyfem-python)
        
        
        
        [![Last update](https://anaconda.org/conda-forge/polyfempy/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/polyfempy)
        [![Downloads](https://anaconda.org/conda-forge/polyfempy/badges/downloads.svg)](https://anaconda.org/conda-forge/polyfempy)
        [![Install](https://anaconda.org/conda-forge/polyfempy/badges/installer/conda.svg)](https://anaconda.org/conda-forge/polyfempy)
        
        
        
        <aside class="warning">
        	The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!
        </aside>
        
        I am making efforts to provide a simple python interface to Polyfem.
        
        For doing so I am maintaining  a *conda* package which can be easily installed [https://anaconda.org/conda-forge/polyfempy](https://anaconda.org/conda-forge/polyfempy).
        
        Note that the conda deployment is slow and this tutorial will follow the deployment version.
        
        If you hare in a hurry for the juicy latest feature you can clone the repository [Polyfem-python](https://github.com/polyfem/polyfem-python) and use `pip` to install:
        ```
        python setup.py develop
        ```
        and
        ```
        python setup.py test
        ```
        for testing.
        
        For python documentation [https://polyfem.github.io/python/](https://polyfem.github.io/python/).
        
        For full documentation see [https://polyfem.github.io/](https://polyfem.github.io/).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
