Metadata-Version: 1.1
Name: pyswashes
Version: 0.2.1
Summary: "Analytic solutions to the shallow water equations."
Home-page: https://pyswashes.readthedocs.io
Author: Laurent Courty
Author-email: laurent@courty.me
License: GPLv3
Description: |PyPI| |anaconda| |RTFD| |CircleCI| |AppVeyor| |codecov|
        
        pyswashes is a python library that generates analytic solutions to the
        Shallow Water Equations
        
        The code is hosted on `GitHub <https://github.com/lrntct/pyswashes>`_.
        For more information, please see the `documentation <https://pyswashes.readthedocs.io>`_.
        
        .. |PyPI| image:: https://badge.fury.io/py/pyswashes.svg
           :target: https://pypi.python.org/pypi/pyswashes
           :alt: PyPI version
        .. |anaconda| image:: https://anaconda.org/lrntct/swashes/badges/installer/conda.svg
           :target: https://anaconda.org/lrntct/pyswashes
           :alt: Install with Anaconda
        .. |CircleCI| image:: https://circleci.com/gh/lrntct/pyswashes.svg?style=svg
           :target: https://circleci.com/gh/lrntct/pyswashes
           :alt: CircleCI status
        .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/lrntct/pyswashes?branch=master&svg=true
           :target: https://ci.appveyor.com/project/lrntct/pyswashes
           :alt: AppVeyor status
        .. |codecov| image:: https://codecov.io/gh/lrntct/pyswashes/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/lrntct/pyswashes
           :alt: code coverage
        .. |RTFD| image:: https://readthedocs.org/projects/pyswashes/badge/?version=latest
           :target: http://pyswashes.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
Keywords: science,engineering,hydraulics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
