Sledo is a tool to automatically generate connected demo data.
$ pip install sledo$ pip install git+https://github.com/luxbe/sledo.git-
Create a yaml file called
config.yaml. Fill it with schemas and steps. -
Run the sledo generate command
$ sledo generate config.yaml
- Find the generated CSV files in the
outfolder
$ git clone https://github.com/luxbe/sledo.git
$ cd sledo
$ pipenv install$ pipenv run python sledo/__init__.py generate$ pytest -v --cov=sledo --cov-report htmlMIT licensed. See the bundled LICENSE file for more details.