Repository URL to install this package:
|
Version:
4.0.7 ▾
|
| sarus_synthetic_data |
| sarus_synthetic_data.egg-info |
| tests |
| MANIFEST.in |
| PKG-INFO |
| README.md |
| pyproject.toml |
| requirements.txt |
| setup.cfg |
| setup.py |
Sarus synthetic generation package. It provides two different models two generate synthetic data:
The code is organized in three directories:
Dependencies of the correlations generator are listed as optional in a dedicated section.
We use pipenv to lock separately the minimal dependencies and the ones for the correlations generator.
You can use the makefile to lock in a docker container so that it is reproducible, via the bash command
make lock. It generates two requirements file containing minimal and large dependencies.
Testing is done via tox, tests are split in column/correlation tests and dependencies are installed accordingly.