feat(synctool): 虚拟文件系统初步方案
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "heurams"
|
||||
version = "0.4.0"
|
||||
version = "0.4.3"
|
||||
description = "Heuristic Assisted Memory Scheduler"
|
||||
license = {file = "LICENSE"}
|
||||
classifiers = [
|
||||
|
||||
5
src/heurams/services/vfs.py
Normal file
5
src/heurams/services/vfs.py
Normal file
@@ -0,0 +1,5 @@
|
||||
""" vfs.py
|
||||
得益于 FSSpec, 无需实现大部分虚拟文件系统的 Providers
|
||||
"""
|
||||
|
||||
import fsspec
|
||||
0
src/heurams/services/vfs/zipfs.py
Normal file
0
src/heurams/services/vfs/zipfs.py
Normal file
Reference in New Issue
Block a user