FSSpec
Name: | flytekitplugins-data-fsspec |
Version: | 0.0.0+develop |
Author: | admin@flyte.org |
Provides: |
flytekitplugins.fsspec |
Python: | >=3.9 |
License: | apache2 |
Source Code: | https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-data-fsspec |
- Intended Audience :: Science/Research
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
This plugin provides an implementation of the data persistence layer in Flytekit that uses fsspec. Once this plugin is installed, it overrides all default implementations of the data plugins and provides the ones supported by fsspec. This plugin will only install the fsspec core. To install all fsspec plugins, please follow the fsspec documentation.