[swarm_crawler.commands]
dataset_delete = swarm_crawler.commands.dataset:DeleteDataset
restore = swarm_crawler.commands.crawl:Restore
dataset_list = swarm_crawler.commands.dataset:DatasetList
datasource_delete = swarm_crawler.commands.datasource:DeleteDatasource
dataset_backup = swarm_crawler.commands.dataset:DatasetBackup
serve = swarm_crawler.commands.server:Web
start = swarm_crawler.commands.start:StartDataset
datasource_create = swarm_crawler.commands.datasource:CreateDatasource
start_text = swarm_crawler.commands.start:StartText
restore_list = swarm_crawler.commands.crawl:RestoreList
dataset_info = swarm_crawler.commands.dataset:DatasetInfo
start_datasource = swarm_crawler.commands.start:StartDatasource

[console_scripts]
crawler = swarm_crawler.main:main

