[fsspec.specs]
appwrite = upathtools.filesystems:AppwriteFileSystem
ast = upathtools.filesystems:PythonAstFileSystem
basemodel = upathtools.filesystems:BaseModelFileSystem
cli = upathtools.filesystems:CliFileSystem
distribution = upathtools.filesystems:DistributionFileSystem
flatunion = upathtools.filesystems:FlatUnionFileSystem
gist = upathtools.filesystems:GistFileSystem
gitlab = upathtools.filesystems:GitLabFileSystem
issues = upathtools.filesystems:IssueFileSystem
jsonschema = upathtools.filesystems:JsonSchemaFileSystem
markdown = upathtools.filesystems:MarkdownFileSystem
mcp = upathtools.filesystems:MCPFileSystem
mod = upathtools.filesystems:ModuleFileSystem
notion = upathtools.filesystems:NotionFileSystem
openapi = upathtools.filesystems:OpenAPIFileSystem
pkg = upathtools.filesystems:PackageFileSystem
sqlite = upathtools.filesystems:SqliteFileSystem
ts = upathtools.filesystems:TreeSitterFileSystem
typeadapter = upathtools.filesystems:TypeAdapterFileSystem
wiki = upathtools.filesystems:WikiFileSystem

[universal_pathlib.implementations]
appwrite = upathtools.filesystems:AppwritePath
ast = upathtools.filesystems:PythonAstPath
basemodel = upathtools.filesystems:BaseModelPath
cli = upathtools.filesystems:CliPath
distribution = upathtools.filesystems:DistributionPath
flatunion = upathtools.filesystems:FlatUnionPath
gist = upathtools.filesystems:GistPath
gitlab = upathtools.filesystems:GitLabPath
issues = upathtools.filesystems:IssuePath
jsonschema = upathtools.filesystems:JsonSchemaPath
markdown = upathtools.filesystems:MarkdownPath
mcp = upathtools.filesystems:MCPPath
mod = upathtools.filesystems:ModulePath
notion = upathtools.filesystems:NotionPath
openapi = upathtools.filesystems:OpenAPIPath
pkg = upathtools.filesystems:PackagePath
sqlite = upathtools.filesystems:SqlitePath
ts = upathtools.filesystems:TreeSitterPath
typeadapter = upathtools.filesystems:TypeAdapterPath
wiki = upathtools.filesystems:WikiPath

