[fsspec.specs]
appwrite = upathtools.filesystems.appwrite_fs.AppwriteFS
ast = upathtools.filesystems.python_ast_fs.PythonAstFS
basemodel = upathtools.filesystems.basemodel_fs.BaseModelFS
cli = upathtools.filesystems.cli_fs.CliFS
distribution = upathtools.filesystems.distribution_fs.DistributionFS
flatunion = upathtools.filesystems.flat_union_fs.FlatUnionFS
gist = upathtools.filesystems.gist_fs.GistFS
markdown = upathtools.filesystems.markdown_fs.MarkdownFS
mcp = upathtools.filesystems.mcp_fs.MCPFileSystem
mod = upathtools.filesystems.module_fs.ModuleFS
notion = upathtools.filesystems.notion_fs.NotionFS
openapi = upathtools.filesystems.openapi_fs.OpenAPIFS
pkg = upathtools.filesystems.package_fs.PackageFS
wiki = upathtools.filesystems.wiki_fs.WikiFS

[universal_pathlib.implementations]
appwrite = upathtools.filesystems.appwrite_fs.AppwritePath
ast = upathtools.filesystems.python_ast_fs.PythonAstPath
basemodel = upathtools.filesystems.basemodel_fs.BaseModelPath
cli = upathtools.filesystems.cli_fs.CliPath
distribution = upathtools.filesystems.distribution_fs.DistributionPath
flatunion = upathtools.filesystems.flat_union_fs.FlatUnionPath
gist = upathtools.filesystems.gist_fs.GistPath
markdown = upathtools.filesystems.markdown_fs.MarkdownPath
mcp = upathtools.filesystems.mcp_fs.MCPPath
mod = upathtools.filesystems.module_fs.ModulePath
notion = upathtools.filesystems.notion_fs.NotionPath
openapi = upathtools.filesystems.openapi_fs.OpenAPIPath
pkg = upathtools.filesystems.package_fs.PackagePath
wiki = upathtools.filesystems.wiki_fs.WikiPath

