Metadata-Version: 1.1
Name: sympy-to-c
Version: 0.1.1
Summary: Simple library to create importable C-functions from sympy-Expressions
Home-page: https://github.com/cknoll/sympy_to_c
Author: Carsten Knoll
Author-email: carsten.knoll@poste.de
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Description: ==========
        sympy to c
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/sympy_to_c.svg
                :target: https://pypi.python.org/pypi/sympy_to_c
        
        .. image:: https://img.shields.io/travis/cknoll/sympy_to_c.svg
                :target: https://travis-ci.org/cknoll/sympy_to_c
        
        .. image:: https://readthedocs.org/projects/sympy-to-c/badge/?version=latest
                :target: https://sympy-to-c.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Simple library to create importable C-functions from sympy-Expressions
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://sympy-to-c.readthedocs.io.
        
        
        Features
        --------
        
        * TODO: write docs. (For now, please have a look to the tests)
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-06-04)
        ------------------
        
        * First release on PyPI.
        
Keywords: sympy_to_c
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
