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

[betty.content_provider]
-demo-front-page-content = betty.project.extension.demo.content_provider:_FrontPageContent
maps-map = betty.project.extension.maps.content_provider:Map
notes = betty.content_provider.content_providers:Notes
plain-text = betty.content_provider.content_providers:PlainText
raspberry-mint-color-style = betty.project.extension.raspberry_mint.content_provider:ColorStyle
raspberry-mint-external-links = betty.project.extension.raspberry_mint.content_provider:ExternalLinks
raspberry-mint-family = betty.project.extension.raspberry_mint.content_provider:Family
raspberry-mint-featured-entities = betty.project.extension.raspberry_mint.content_provider:FeaturedEntities
raspberry-mint-media = betty.project.extension.raspberry_mint.content_provider:Media
raspberry-mint-section = betty.project.extension.raspberry_mint.content_provider:Section
trees-tree = betty.project.extension.trees.content_provider:Tree
wiki-wikipedia-summary = betty.project.extension.wiki.content_provider:WikipediaSummary

[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.wiki.copyright_notice:WikipediaContributors

[betty.dev.command]
dev-profile-demo = betty.console.command.commands.dev_profile_demo:DevProfileDemo
dev-update-translations = betty.console.command.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]
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
wiki = betty.project.extension.wiki:Wiki

[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.http_rate_limit]
wikipedia-action-api = betty.http_client.rate_limits:WikipediaActionApi
wikipedia-rest-api = betty.http_client.rate_limits:WikipediaRestApi

[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
cemetery = betty.ancestry.place_type.place_types:Cemetery
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.plugin]
command = betty.console.command:CommandPlugin
content-provider = betty.content_provider:ContentProviderPlugin
copyright-notice = betty.copyright_notice:CopyrightNoticePlugin
entity = betty.model:EntityPlugin
event-type = betty.ancestry.event_type:EventTypePlugin
extension = betty.project.extension:ExtensionPlugin
format = betty.serde.format:FormatPlugin
gender = betty.ancestry.gender:GenderPlugin
http-rate-limit = betty.http_client.rate_limit:RateLimitPlugin
license = betty.license:LicensePlugin
place-type = betty.ancestry.place_type:PlaceTypePlugin
presence-role = betty.ancestry.presence_role:PresenceRolePlugin
renderer = betty.render:RendererPlugin

[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]
plain-text = betty.render.plain_text:PlainText

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

[console_scripts]
betty = betty.console:main_standalone
