Simple cli tool to generate random test data for a given schema.
- Python 3.12
- Poetry
- Pipx
% git clone [email protected]:langrenn-sprint/test-data-generator.git
% cd test-data-generator
% poetry install
% poetry build
% pipx install dist/test_data_generator-1.0.0-py3-none-any.whl
% test-data-generator --help