Metadata-Version: 2.1
Name: synthia
Version: 0.2.0
Summary: Multi-dimensional synthetic data generation in Python
Home-page: https://dmey.github.io/synthia
Author: D. Meyer, T. Nagler
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: bottleneck
Provides-Extra: full
Requires-Dist: pyvinecopulib ; extra == 'full'

<div align="center">
  <img src="assets/img/logo.png" alt="synthia" height="120"><br><br>


  [Overview](#overview) | [Documentation](#documentation) | [How to cite](#how-to-cite) | [Contributing](#contributing) | [Development notes](#development-notes) | [Copyright and license](#copyright-and-license) | [Acknowledgements](#acknowledgements)
</div>

## Overview

Synthia is a tool for generating (continuous) multi-dimensional data in Python.


## Documentation

For installation instructions, tutorials and general information, see https://dmey.github.io/synthia.


## How to cite

[TODO]


## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).


## Development notes

See [DEVELOP.md](DEVELOP.md).


## Copyright and license

Copyright 2020 D. Meyer and T. Nagler. Licensed under [MIT](LICENSE.txt).


## Acknowledgements

Special thanks to [@letmaik](https://github.com/letmaik) for his suggestions and contributions to the project.


