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
Release files for norfs 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| norfs-3.0.0.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| norfs-3.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:28.0 kB
Release files / norfs-3.0.0.tar.gz
| Download URL | norfs-3.0.0.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a61b03c124cca37020da1e21f561d75eefb94fa55a2af4cbc33fe21a21704be2
|
|
BLAKE2b-256 checksum How to use checksums |
8656363baacdd513e8c5443cd5253ccb9a57b3820640be0d331eb94729b41b44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7
|
Release files / norfs-3.0.0-py3-none-any.whl
| Download URL | norfs-3.0.0-py3-none-any.whl |
|---|---|
| Size | 16.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5950d05b96060d4328780a5d259417c5e164ad688a23fe8b3a94c8758de4643f
|
|
BLAKE2b-256 checksum How to use checksums |
b1cb8afd20ce0102f0be18ab16d3d8dc4fff473adf3db95e894ce11ded5bd662
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7
|