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.
For python 3.4 and 3.5 you can install pip install norfs-py3.4.
Find more information in the documentation
Release files for norfs-py3.4 2.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| norfs_py3.4-2.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / norfs_py3.4-2.0.1-py3-none-any.whl
| Download URL | norfs_py3.4-2.0.1-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5968f532b7f2ec52c0a29c9a4f889312eba32abc906604c03f7cd91cce6aa99
|
|
BLAKE2b-256 checksum How to use checksums |
9467e0cfddfc0d1829d8af315aa7f6fc747ab9bcf5ea0e235147f6e761b917b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|