[betty.command]
clear-caches = betty.cli.commands.clear_caches:ClearCaches
config = betty.cli.commands.config:Config
demo = betty.cli.commands.demo:Demo
docs = betty.cli.commands.docs:Docs
extension-new-translation = betty.cli.commands.extension_new_translation:ExtensionNewTranslation
extension-update-translations = betty.cli.commands.extension_update_translations:ExtensionUpdateTranslations
generate = betty.cli.commands.generate:Generate
new = betty.cli.commands.new:New
new-translation = betty.cli.commands.new_translation:NewTranslation
serve = betty.cli.commands.serve:Serve
update-translations = betty.cli.commands.update_translations:UpdateTranslations

[betty.copyright_notice]
project-author = betty.copyright_notice.copyright_notices:ProjectAuthor
public-domain = betty.copyright_notice.copyright_notices:PublicDomain
streetmix = betty.project.extension.demo.copyright_notice:Streetmix
wikipedia-contributors = betty.wikipedia.copyright_notice:WikipediaContributors

[betty.dev.command]
dev-update-translations = betty.cli.commands.dev_update_translations:DevUpdateTranslations

[betty.entity_type]
citation = betty.ancestry.citation:Citation
enclosure = betty.ancestry.enclosure:Enclosure
event = betty.ancestry.event:Event
file = betty.ancestry.file:File
note = betty.ancestry.note:Note
person = betty.ancestry.person:Person
person-name = betty.ancestry.person_name:PersonName
place = betty.ancestry.place:Place
presence = betty.ancestry.presence:Presence
source = betty.ancestry.source:Source

[betty.event_type]
adoption = betty.ancestry.event_type.event_types:Adoption
baptism = betty.ancestry.event_type.event_types:Baptism
bar-mitzvah = betty.ancestry.event_type.event_types:BarMitzvah
bat-mitzvah = betty.ancestry.event_type.event_types:BatMitzvah
birth = betty.ancestry.event_type.event_types:Birth
burial = betty.ancestry.event_type.event_types:Burial
conference = betty.ancestry.event_type.event_types:Conference
confirmation = betty.ancestry.event_type.event_types:Confirmation
correspondence = betty.ancestry.event_type.event_types:Correspondence
cremation = betty.ancestry.event_type.event_types:Cremation
death = betty.ancestry.event_type.event_types:Death
divorce = betty.ancestry.event_type.event_types:Divorce
divorce-announcement = betty.ancestry.event_type.event_types:DivorceAnnouncement
emigration = betty.ancestry.event_type.event_types:Emigration
engagement = betty.ancestry.event_type.event_types:Engagement
funeral = betty.ancestry.event_type.event_types:Funeral
immigration = betty.ancestry.event_type.event_types:Immigration
marriage = betty.ancestry.event_type.event_types:Marriage
marriage-announcement = betty.ancestry.event_type.event_types:MarriageAnnouncement
missing = betty.ancestry.event_type.event_types:Missing
occupation = betty.ancestry.event_type.event_types:Occupation
residence = betty.ancestry.event_type.event_types:Residence
retirement = betty.ancestry.event_type.event_types:Retirement
unknown = betty.ancestry.event_type.event_types:Unknown
will = betty.ancestry.event_type.event_types:Will

[betty.extension]
cotton-candy = betty.project.extension.cotton_candy:CottonCandy
demo = betty.project.extension.demo:Demo
deriver = betty.project.extension.deriver:Deriver
gramps = betty.project.extension.gramps:Gramps
http-api-doc = betty.project.extension.http_api_doc:HttpApiDoc
maps = betty.project.extension.maps:Maps
privatizer = betty.project.extension.privatizer:Privatizer
raspberry-mint = betty.project.extension.raspberry_mint:RaspberryMint
trees = betty.project.extension.trees:Trees
webpack = betty.project.extension.webpack:Webpack
wikipedia = betty.project.extension.wikipedia:Wikipedia

[betty.gender]
female = betty.ancestry.gender.genders:Female
male = betty.ancestry.gender.genders:Male
non-binary = betty.ancestry.gender.genders:NonBinary
unknown = betty.ancestry.gender.genders:Unknown

[betty.license]
all-rights-reserved = betty.license.licenses:AllRightsReserved
public-domain = betty.license.licenses:PublicDomain

[betty.place_type]
borough = betty.ancestry.place_type.place_types:Borough
building = betty.ancestry.place_type.place_types:Building
city = betty.ancestry.place_type.place_types:City
country = betty.ancestry.place_type.place_types:Country
county = betty.ancestry.place_type.place_types:County
department = betty.ancestry.place_type.place_types:Department
district = betty.ancestry.place_type.place_types:District
farm = betty.ancestry.place_type.place_types:Farm
hamlet = betty.ancestry.place_type.place_types:Hamlet
locality = betty.ancestry.place_type.place_types:Locality
municipality = betty.ancestry.place_type.place_types:Municipality
neighborhood = betty.ancestry.place_type.place_types:Neighborhood
number = betty.ancestry.place_type.place_types:Number
parish = betty.ancestry.place_type.place_types:Parish
province = betty.ancestry.place_type.place_types:Province
region = betty.ancestry.place_type.place_types:Region
state = betty.ancestry.place_type.place_types:State
street = betty.ancestry.place_type.place_types:Street
town = betty.ancestry.place_type.place_types:Town
unknown = betty.ancestry.place_type.place_types:Unknown
village = betty.ancestry.place_type.place_types:Village

[betty.presence_role]
attendee = betty.ancestry.presence_role.presence_roles:Attendee
beneficiary = betty.ancestry.presence_role.presence_roles:Beneficiary
celebrant = betty.ancestry.presence_role.presence_roles:Celebrant
informant = betty.ancestry.presence_role.presence_roles:Informant
organizer = betty.ancestry.presence_role.presence_roles:Organizer
speaker = betty.ancestry.presence_role.presence_roles:Speaker
subject = betty.ancestry.presence_role.presence_roles:Subject
unknown = betty.ancestry.presence_role.presence_roles:Unknown
witness = betty.ancestry.presence_role.presence_roles:Witness

[betty.renderer]
jinja2 = betty.jinja2:Jinja2Renderer

[betty.serde_format]
json = betty.serde.format.formats:Json
yaml = betty.serde.format.formats:Yaml

[console_scripts]
betty = betty.cli:main
