Skip to main content

Normalized filesystem. This library offers a common interface to interact with multiple filesystems, local or remote.

Project description

Build Status Coverage Status PyPI Status PyPI Version PyPI Python PyPI License PyPI Format

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


Download files

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

Source Distribution

norfs-3.0.0.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

norfs-3.0.0-py3-none-any.whl (16.9 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