[console_scripts]
anystore=anystore.cli:cli

[fsspec.specs]
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

