Metadata-Version: 2.4
Name: ftm-random
Version: 0.1.2
Summary: Add your description here
Requires-Python: >=3.13
Requires-Dist: click>=8.3.1
Requires-Dist: faker>=40.5.1
Requires-Dist: followthemoney>=4.5.3
Description-Content-Type: text/markdown

# ftm-random

Generate random [followthemoney](https://followthemoney.tech) entities.

# Usage

```
$ uvx ftm-random --help
Usage: ftm-random [OPTIONS]

  Generate random followthemoney entities.

Options:
  --count INTEGER  Number of entities to generate.
  --schema TEXT    FTM schema name (can be specified multiple times).
  --random-schema  Use a random schema for each entity.
  --outfile TEXT   JSONL output file (leave this out for stdout)
  --help           Show this message and exit.
```