Metadata-Version: 2.1
Name: managed-file-system-operator
Version: 0.0.1
Summary: A Python manager class implementing a variety of file system operations in a spawned process, supporting AWS (and AWS-like systems), HTTP, and the local file system.
Home-page: https://github.com/ahs2202/managed-file-system-operator
Author: Hyunsu An
Author-email: ahs2202@gm.gist.ac.kr
License: GPLv3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiofiles (>=23.2.1)
Requires-Dist: aiohttp (>=3.8.5)
Requires-Dist: aioshutil (>=1.3)
Requires-Dist: nest-asyncio (>=1.5.6)
Requires-Dist: zarr (>=2.16.0)
Requires-Dist: fsspec (>=2023.6.0)
Requires-Dist: s3fs (>=2023.6.0)
Requires-Dist: gcsfs (>=2023.6.0)

# managed-file-system-operator

A Python manager class implementing a variety of file system operations in a spawned process, supporting AWS (and AWS-like systems), HTTP, and the local file system.
