dore

Schema based fake data generator


License
Apache-2.0
Install
pip install dore==1.1.4

Documentation


8 888888888o.           ,o888888o.      8 888888888o.    8 888888888888
8 8888    `^888.     . 8888     `88.    8 8888    `88.   8 8888
8 8888        `88.  ,8 8888       `8b   8 8888     `88   8 8888
8 8888         `88  88 8888        `8b  8 8888     ,88   8 8888
8 8888          88  88 8888         88  8 8888.   ,88'   8 888888888888
8 8888          88  88 8888         88  8 888888888P'    8 8888
8 8888         ,88  88 8888        ,8P  8 8888`8b        8 8888
8 8888        ,88'  `8 8888       ,8P   8 8888 `8b.      8 8888
8 8888    ,o88P'     ` 8888     ,88'    8 8888   `8b.    8 8888
8 888888888P'           `8888888P'      8 8888     `88.  8 888888888888


                   SCHEMA BASED FAKE DATA GENERATOR

Helpful Links

Installation

Install Dore

$ pip install dore

Usage

Create a Manifest which defines requirements for the target data, and Invoke Dore with the Manifest:

$ dore --manifest MANIFEST_FILE [OPTIONS]

Please refer CLI Reference for details on the dore command usage.

Also, do check out our Tutorial to learn how to create a Manifest for an ecommerce schema and use Dore to generate data for it.