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
out
folder
$ 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 html
MIT licensed. See the bundled LICENSE file for more details.