Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.26 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.26 KB

Sledo

Stars PyPI badge

A tool to generate demo data

Built with Python

About

Sledo is a tool to automatically generate connected demo data.

Installation

pip

$ pip install sledo

Github

$ pip install git+https://github.com/luxbe/sledo.git

Quickstart

  1. Create a yaml file called config.yaml. Fill it with schemas and steps.

  2. Run the sledo generate command

$ sledo generate config.yaml
  1. Find the generated CSV files in the out folder

Develop

Install dependencies

$ git clone https://github.com/luxbe/sledo.git
$ cd sledo
$ pipenv install

Run sledo

$ pipenv run python sledo/__init__.py generate

Run tests

$ pytest -v --cov=sledo --cov-report html

License

MIT licensed. See the bundled LICENSE file for more details.