conda_index.index.fs
¶
This module provides a filesystem abstraction for sourcing packages.
Minimal (just what conda-index uses) filesystem abstraction.
Allows fsspec to be used to index remote repositories, without making it a required dependency.
- class conda_index.index.fs.FileInfo(fn: str, st_mtime: Number, st_size: Number)¶
Filename and a bit of stat information.
- fn: str¶
- st_mtime: Number¶
- st_size: Number¶