Metadata-Version: 2.1
Name: cadnaPromise
Version: 0.0.1
Summary: Precision auto-tuning of floating-point variables in program
Home-page: https://github.com/PEQUAN/cadnaPromise
Author: PEQUAN team
Author-email: thibault.hilaire@lip6.fr; fabienne.jezequel@lip6.fr
License: GNU General Public License v3.0
Keywords: computer arithmetic mixed-precision,precision auto-tuning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: colorlog
Requires-Dist: colorama
Requires-Dist: docopt
Requires-Dist: pyyaml
Requires-Dist: tqdm
Requires-Dist: regex
Requires-Dist: pytest
Requires-Dist: pytest-cov
Provides-Extra: with-doc
Requires-Dist: sphinx; extra == "with-doc"
Requires-Dist: sphinx_bootstrap_theme; extra == "with-doc"

cadnaPromise
==============

.. image:: https://img.shields.io/badge/License-GPLv3-yellowgreen.svg
    :target: LICENSE
    :alt: License


Software for precision auto-tuning of floating-point variables in program

--------
Install
--------

To install ``cadnaPromise``, simply use the pip command:  

.. parsed-literal::

  pip install cadnaPromise


Then to activate the ``cadnaPromise``, use 

.. parsed-literal::

  activate-cadna


