File extends
Project description
FileExtension
Stworzenie pełnej ścieżki
from fileextend import mkdir_full
mkdir_full('a/b/c/d/e')
Pobranie liczby znaków z pliku
Umożliwia także wyliczanie liczby znaków dla dużyc plików za pomocą chunków
Drugi parametr określa rozmar chunka w MB, domyślnie 5MB
from fileextend import file_get_length
print(file_get_length('/file/path.txt', 50))
Wyliczenia hash sha256 dla pliku
Drugi parametr określa rozmar chunka w MB, domyślnie 5MB
from fileextend import file_get_sha256
print(file_get_sha256('/file/path.txt'))
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.
Source Distribution
fileextend-0.1.tar.gz
(1.6 kB
view details)
File details
Details for the file fileextend-0.1.tar.gz
.
File metadata
- Download URL: fileextend-0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f41607fe78181d8da56c11039f6c489417bd65e910b64343494b5a5cf630a9b |
|
MD5 | e519579f7cb94d508ec7e85131258381 |
|
BLAKE2b-256 | 108ced7b6e18ef62d79beba5c54641c7e428b18fbae24a4055ef2f7afc64d7c9 |