[cobib.commands]
_example_config = cobib.config.command:ExampleConfigCommand
add = cobib.commands.add:AddCommand
delete = cobib.commands.delete:DeleteCommand
edit = cobib.commands.edit:EditCommand
export = cobib.commands.export:ExportCommand
git = cobib.commands.git:GitCommand
import = cobib.commands.import_:ImportCommand
init = cobib.commands.init:InitCommand
lint = cobib.commands.lint:LintCommand
list = cobib.commands.list_:ListCommand
man = cobib.commands.man:ManCommand
modify = cobib.commands.modify:ModifyCommand
note = cobib.commands.note:NoteCommand
open = cobib.commands.open:OpenCommand
redo = cobib.commands.redo:RedoCommand
review = cobib.commands.review:ReviewCommand
search = cobib.commands.search:SearchCommand
show = cobib.commands.show:ShowCommand
tutorial = cobib.commands.tutorial:TutorialCommand
undo = cobib.commands.undo:UndoCommand
unify_labels = cobib.commands.unify_labels:UnifyLabelsCommand

[cobib.importers]
bibtex = cobib.importers.bibtex:BibtexImporter
zotero = cobib.importers.zotero:ZoteroImporter

[cobib.man]
cobib-add.1 = cobib.man:A_common
cobib-arxiv.7 = cobib.man:P_parsers
cobib-bibtex.7 = cobib.man:P_parsers
cobib-commands.7 = cobib.man:A_overview
cobib-config.5 = cobib.man:_config
cobib-database.7 = cobib.man:B_info
cobib-delete.1 = cobib.man:A_common
cobib-doi.7 = cobib.man:P_parsers
cobib-edit.1 = cobib.man:A_common
cobib-event.7 = cobib.man:B_info
cobib-export.1 = cobib.man:A_common
cobib-filter.7 = cobib.man:B_info
cobib-getting-started.7 = cobib.man:_miscellaneous
cobib-git.1 = cobib.man:B_utility
cobib-git.7 = cobib.man:B_info
cobib-import.1 = cobib.man:A_common
cobib-importers.7 = cobib.man:A_overview
cobib-init.1 = cobib.man:B_utility
cobib-isbn.7 = cobib.man:P_parsers
cobib-lint.1 = cobib.man:B_utility
cobib-list.1 = cobib.man:A_common
cobib-man.1 = cobib.man:B_utility
cobib-man.7 = cobib.man:B_info
cobib-modify.1 = cobib.man:A_common
cobib-note.1 = cobib.man:A_common
cobib-open.1 = cobib.man:A_common
cobib-parsers.7 = cobib.man:A_overview
cobib-plugins.7 = cobib.man:B_info
cobib-redo.1 = cobib.man:B_utility
cobib-review.1 = cobib.man:A_common
cobib-search.1 = cobib.man:A_common
cobib-shell.7 = cobib.man:B_info
cobib-show.1 = cobib.man:A_common
cobib-tui.7 = cobib.man:B_info
cobib-tutorial.1 = cobib.man:B_utility
cobib-undo.1 = cobib.man:B_utility
cobib-unify-labels.1 = cobib.man:B_utility
cobib-url.7 = cobib.man:P_parsers
cobib-yaml.7 = cobib.man:P_parsers
cobib-zotero.7 = cobib.man:I_importers
cobib.1 = cobib.man:_commands

[cobib.parsers]
arxiv = cobib.parsers.arxiv:ArxivParser
bibtex = cobib.parsers.bibtex:BibtexParser
doi = cobib.parsers.doi:DOIParser
isbn = cobib.parsers.isbn:ISBNParser
url = cobib.parsers.url:URLParser
yaml = cobib.parsers.yaml:YAMLParser

[console_scripts]
cobib = cobib.__main__:_main
