Skip to main content

Pyfilesystem2 wrapper for case insensitive access to a filesystem

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fs_wrapcifs-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

fs_wrapcifs-0.1.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page