Metadata-Version: 2.4
Name: pystencilssfg
Version: 0.1
Summary: pystencils Source File Generator
Author-email: Frederik Hennig <frederik.hennig@fau.de>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://pycodegen.pages.i10git.cs.fau.de
Project-URL: Documentation, https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/
Project-URL: Source Code, https://i10git.cs.fau.de/pycodegen/pystencils-sfg
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pystencils>=2.0b1
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: clang-format; extra == "dev"
Provides-Extra: testsuite
Requires-Dist: pytest; extra == "testsuite"
Requires-Dist: pytest-cov~=7.0; extra == "testsuite"
Requires-Dist: pyyaml; extra == "testsuite"
Requires-Dist: requests; extra == "testsuite"
Requires-Dist: fasteners; extra == "testsuite"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme==0.15.4; extra == "docs"
Requires-Dist: sphinx-book-theme==1.1.3; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: packaging; extra == "docs"
Requires-Dist: clang-format; extra == "docs"
Dynamic: license-file

# pystencils Source File Generator (pystencils-sfg)

[![documentation](https://img.shields.io/badge/read-the_docs-brightgreen)](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg)
[![pipeline](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/badges/master/pipeline.svg)](https://i10git.cs.fau.de/pycodegen-/pystencils-sfg/commits/master)
![coverage](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/badges/master/coverage.svg)
[![licence](https://img.shields.io/gitlab/license/pycodegen%2Fpystencils-sfg?gitlab_url=https%3A%2F%2Fi10git.cs.fau.de)](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/-/blob/master/LICENSE)


A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework.
This project is still in an early stage of development.

## Contribute

Contributions, be they bugfixes, documentation, or entirely new features, are always welcome.
Before submitting your code, please read the [contribution guidelines](CONTRIBUTING.md).

