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

[jinjarope.environment]
upathtools = upathtools.filetree:setup_jinjarope_filters

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

