Metadata-Version: 2.1
Name: daceypy
Version: 1.0.2
Summary: Python wrapper of DACE, the Differential Algebra Computational Toolbox.
Home-page: https://github.com/giovannipurpura/daceypy
Author: Giovanni Purpura
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE

# DACEyPy

Python wrapper of DACE, the Differential Algebra Computational Toolbox.

## Introduction

DACEyPy is a Python wrapper of DACE, the Differential Algebra Computational Toolbox
(https://github.com/dacelib/dace).

## Setup

DACEyPy requires Python >= 3.7, running under:
- Windows (32 or 64 bit),
- Linux (32 or 64 bit),
- MacOs (64 bit).

To use this library in other architectures, it is necessary to recompile the
DACE core (as a dynamic-link library) and set the path in the code, see the lib folder.

DACEyPy can be installed using pip.

## Documentation

The documentation is available [here](https://github.com/giovannipurpura/daceypy/blob/master/docs/index.md).

## Tutorials

The original DACE C++ tutorials have been translated to Python and are available in the
[Tutorials](https://github.com/giovannipurpura/daceypy/tree/master/docs/Tutorials) folder.
