Skip to content
/ sledo Public

Sledo is a tool to automatically generate connected demo data.

License

Notifications You must be signed in to change notification settings

luxbe/sledo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sledo is a tool to automatically generate connected demo data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages