Metadata-Version: 2.1
Name: PSyclone
Version: 2.2.0
Summary: PSyclone - a compiler for Finite Element/Volume/Difference DSLs in Fortran
Home-page: https://github.com/stfc/psyclone
Author: Rupert Ford <rupert.ford@stfc.ac.uk>, Andrew Porter <andrew.porter@stfc.ac.uk>
Author-email: rupert.ford@stfc.ac.uk
License: OSI Approved :: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
License-File: LICENSE
Requires-Dist: pyparsing
Requires-Dist: fparser (==0.0.14)
Requires-Dist: configparser
Requires-Dist: six
Requires-Dist: jsonschema (==3.0.2)
Requires-Dist: sympy
Provides-Extra: dag
Requires-Dist: graphviz ; extra == 'dag'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinxcontrib.bibtex ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: autoapi ; extra == 'doc'
Provides-Extra: psydata
Requires-Dist: Jinja2 ; extra == 'psydata'
Provides-Extra: test
Requires-Dist: pep8 ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-pep8 ; extra == 'test'
Requires-Dist: pytest-pylint ; extra == 'test'
Requires-Dist: pytest-flakes ; extra == 'test'
Requires-Dist: pytest-pep257 ; extra == 'test'

PSyclone is a compiler for Fortran-embedded Domain Specific Languages
targetting Finite Element/Volume/Difference methods in earth-system
modelling.

See https://github.com/stfc/psyclone for more information.


