fs.wrapcifs
===========
``fs.wrapcifs`` is a PyFileSystem2 wrapper which makes path lookups case insensitive.
Supported Python versions
-------------------------
- Python 3.11
Usage
-----
.. code:: python
>>> 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/Omniflux/fs.wrapcifs",
"name": "fs-wrapcifs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "filesystem,Pyfilesystem2",
"author": "Omni Flux",
"author_email": "omniflux@omniflux.com",
"download_url": "https://files.pythonhosted.org/packages/db/d8/18498324b44901c4989e37e74d0248c381c42d84963c2a868ba9811f8138/fs_wrapcifs-0.1.0.tar.gz",
"platform": null,
"description": "fs.wrapcifs\n===========\n\n``fs.wrapcifs`` is a PyFileSystem2 wrapper which makes path lookups case insensitive.\n\nSupported Python versions\n-------------------------\n\n- Python 3.11\n\nUsage\n-----\n\n.. code:: python\n\n >>> from fs.wrapcifs import WrapCaseInsensitive\n >>> from fs.zipfs import ReadZipFS\n\n >>> WrapCaseInsensitive(ReadZipFS('example.zip')).getinfo('abc').name == 'ABC'\n ....\n True\n\nLicense\n-------\n\nThis module is published under the MIT license.",
"bugtrack_url": null,
"license": "MIT",
"summary": "Pyfilesystem2 wrapper for case insensitive access to a filesystem",
"version": "0.1.0",
"split_keywords": [
"filesystem",
"pyfilesystem2"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ebea15040480a45eaa9418fbdd45b5437034d555d51e5f457ff1d9c12e6062e5",
"md5": "e3065c5a9674187ccda1890b49b4a394",
"sha256": "f4e65df8c3e107a0fe1adc53b48c80914e26315ec78fd9de05effb8bdab5e9d9"
},
"downloads": -1,
"filename": "fs_wrapcifs-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e3065c5a9674187ccda1890b49b4a394",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 3494,
"upload_time": "2023-01-07T22:51:26",
"upload_time_iso_8601": "2023-01-07T22:51:26.906220Z",
"url": "https://files.pythonhosted.org/packages/eb/ea/15040480a45eaa9418fbdd45b5437034d555d51e5f457ff1d9c12e6062e5/fs_wrapcifs-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dbd818498324b44901c4989e37e74d0248c381c42d84963c2a868ba9811f8138",
"md5": "8db81d058e1bcc591bc2e70c706003ec",
"sha256": "24c77c6a04e9a870794411458f195da31172b3ff061f07f5887a1661571f82c6"
},
"downloads": -1,
"filename": "fs_wrapcifs-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "8db81d058e1bcc591bc2e70c706003ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 5387,
"upload_time": "2023-01-07T22:51:28",
"upload_time_iso_8601": "2023-01-07T22:51:28.207464Z",
"url": "https://files.pythonhosted.org/packages/db/d8/18498324b44901c4989e37e74d0248c381c42d84963c2a868ba9811f8138/fs_wrapcifs-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-07 22:51:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Omniflux",
"github_project": "fs.wrapcifs",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fs-wrapcifs"
}