[babel.extractors]
ftmmodel = followthemoney.messages:extract_yaml

[console_scripts]
ftm = followthemoney.cli.cli:cli
ftmutil = followthemoney.cli.cli:cli

[followthemoney.cli]
aggregate = followthemoney.cli.aggregate:aggregate
csv = followthemoney.cli.exports:export_csv
cypher = followthemoney.cli.exports:export_cypher
excel = followthemoney.cli.exports:export_excel
gexf = followthemoney.cli.exports:export_gexf
mapping = followthemoney.cli.mapping:run_mapping
ocds = followthemoney.cli.ocds:import_ocds
rdf = followthemoney.cli.exports:export_rdf
sieve = followthemoney.cli.sieve:sieve

[followthemoney.types]
address = followthemoney.types.address:AddressType
checksum = followthemoney.types.checksum:ChecksumType
country = followthemoney.types.country:CountryType
date = followthemoney.types.date:DateType
domain = followthemoney.types.domain:DomainType
email = followthemoney.types.email:EmailType
entity = followthemoney.types.entity:EntityType
html = followthemoney.types.string:HTMLType
iban = followthemoney.types.iban:IbanType
identifier = followthemoney.types.identifier:IdentifierType
ip = followthemoney.types.ip:IpType
json = followthemoney.types.json:JsonType
language = followthemoney.types.language:LanguageType
mimetype = followthemoney.types.mimetype:MimeType
name = followthemoney.types.name:NameType
number = followthemoney.types.number:NumberType
phone = followthemoney.types.phone:PhoneType
string = followthemoney.types.string:StringType
text = followthemoney.types.string:TextType
topic = followthemoney.types.topic:TopicType
url = followthemoney.types.url:UrlType

