[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
modify = cobib.commands.modify:ModifyCommand
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
undo = cobib.commands.undo:UndoCommand
unify_labels = cobib.commands.unify_labels:UnifyLabelsCommand

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

[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
