Normalized filesystem. This library offers a common interface to interact with multiple filesystems, local or remote.
Project description
Normalized filesystem. This library offers a common interface to interact with multiple filesystems, local or remote:
import norfs.helpers local = norfs.helpers.local() demo_file = local.file('demo.txt') demo_file.write(b'Hello World') print(demo_file.read())
Install with pip: pip install norfs.
Find more information in the documentation
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size norfs-3.0.0-py3-none-any.whl (16.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size norfs-3.0.0.tar.gz (11.1 kB) | File type Source | Python version None | Upload date | Hashes View |