Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 911 Bytes

File metadata and controls

51 lines (35 loc) · 911 Bytes

ftm-random

Generate random followthemoney entities.

Usage

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...

Development

This project uses uv and prek.

Run tests with:

$ uv run pytest

or run tests and linters with:

$ prek run