Metadata-Version: 2.1
Name: pystencils_reco
Version: 0.1.0
Summary: A flexible reconstruction framework based on pystencils
Home-page: https://pyscaffold.org/
Author: Stephan Seitz
Author-email: stephan.seitz@fau.de
License: gpl3
Description: pystencils_reco
        ===============
        
        `pystencils` is a HPC code generation framework based on SymPy.
        You can use it to generate C/C++ or CUDA for various frameworks including `waLBerla <www.walberla.net>`_, Torch, Tensorflow.
        
        This repository implements routines commonly needed for image processing and CT reconstruction.
        
        Installation
        ============
        
        Install via pip :
        
        .. code-block:: bash
        
           pip install TODO
        
        or if you downloaded this repository using:
        
        .. code-block:: bash
        
           pip install -e .
        
        
        Usage
        =====
        
        **TODO**. Have a look at the `tests <tests>`_
        
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Provides-Extra: testing
Provides-Extra: docs
