Skip to content

Pyfilesystem2 wrapper for case insensitive access to a filesystem

License

Notifications You must be signed in to change notification settings

Omniflux/fs.wrapcifs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs.wrapcifs

fs.wrapcifs is a PyFileSystem2 wrapper which makes path lookups case insensitive.

Supported Python versions

  • Python 3.11

Usage

>>> from fs.wrapcifs import WrapCaseInsensitive
>>> from fs.zipfs import ReadZipFS

>>> WrapCaseInsensitive(ReadZipFS('example.zip')).getinfo('abc').name == 'ABC'
....
True

License

This module is published under the MIT license.

About

Pyfilesystem2 wrapper for case insensitive access to a filesystem

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages