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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for fs_wrapcifs-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4e65df8c3e107a0fe1adc53b48c80914e26315ec78fd9de05effb8bdab5e9d9 |
|
MD5 | e3065c5a9674187ccda1890b49b4a394 |
|
BLAKE2b-256 | ebea15040480a45eaa9418fbdd45b5437034d555d51e5f457ff1d9c12e6062e5 |