Generate random followthemoney entities.
Run it with uvx (requires uv).
$ uvx ftm-random
or install it with pip:
$ pip install ftm-random
$ ftm-random --help
Usage: ftm-random [OPTIONS] COMMAND [ARGS]...
Generate random followthemoney entities.
Options:
--help Show this message and exit.
Commands:
connected Generate connected random followthemoney entities.
entities Generate random followthemoney entities.
inbox Generate a realistic email inbox for one Person entity.
list List all available FTM schemata with their type and...
This project uses uv and prek.
Run tests with:
$ uv run pytest
or run tests and linters with:
$ prek run