Metadata-Version: 2.1
Name: contspy
Version: 0.0.4
Summary: Numerical continuation tools for partial differential equations using spectral elements method
Home-page: https://github.com/ajacquey/contspy
Author: Antoine B. Jacquey
Author-email: ajacquey@mit.edu
License: MIT
Project-URL: Code, https://github.com/ajacquey/contspy
Project-URL: Issues, https://github.com/ajacquey/contspy/issues
Description: # contspy
        
        [![gh-actions](https://github.com/ajacquey/contspy/workflows/Build/badge.svg)](https://github.com/ajacquey/contspy/actions?query=workflow%3Aci)
        [![codecov](https://codecov.io/gh/ajacquey/contspy/branch/master/graph/badge.svg)](https://codecov.io/gh/ajacquey/contspy)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/contspy.svg)](https://pypi.org/pypi/contspy/)
        [![PyPi Version](https://img.shields.io/pypi/v/contspy.svg)](https://pypi.org/project/contspy)
        [![License](https://img.shields.io/badge/License-MIT-purple.svg)](https://github.com/ajacquey/contspy/blob/master/LICENSE)
        [![PyPi downloads](https://img.shields.io/pypi/dm/contspy.svg)](https://pypistats.org/packages/contspy)
        
        Contspy provides several tools to perform numerical continuation for partial differential equations (PDEs) using the spectral elements method.
        
        ### Testing
        
        To run the contspy unit tests, check out this repository and type
        ```
        pytest
        ```
        
        ### License
        
        contspy is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
        
        ### Acknowledgements
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
Description-Content-Type: text/markdown
