[console_scripts]
anystore=anystore.cli:cli

[fsspec.specs]
anystore+http=anystore.fs.api:ApiFileSystem
anystore+https=anystore.fs.api:ApiFileSystem
file=anystore.fs.local.AnyLocalFileSystem
local=anystore.fs.local.AnyLocalFileSystem
mysql=anystore.fs.sql.SqlFileSystem
postgresql=anystore.fs.sql.SqlFileSystem
redis=anystore.fs.redis.RedisFileSystem
sql=anystore.fs.sql.SqlFileSystem
sqlite=anystore.fs.sql.SqlFileSystem

