File size utils contains method for conversion between size unit like byte, kilobyte, megabyte...
Project description
File Size Utils
A library provide function converting file size or memory size between different unit byte, kilo byte, mega byte...
Installation
pip install pyFileSizeUtils
Demo
import pyFileSizeUtils
from pyFileSizeUtils import BinarySize,SizeUnit
oneMB = BinarySize.ofMBFromInt(1).inByte()
print(oneKB.inByte()) # 1024
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
pyFileSizeUtils-0.0.2.tar.gz
(15.1 kB
view details)
File details
Details for the file pyFileSizeUtils-0.0.2.tar.gz
.
File metadata
- Download URL: pyFileSizeUtils-0.0.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0afe5a33199cb710e358c2cb615f551fc3b4c2ec6a39e68c7e679956697784 |
|
MD5 | 56e92a428d67a718ddca4e27d7e24ae3 |
|
BLAKE2b-256 | ecff63e2a0ef3dc4e4cd40c7120b9cbc48c7ac65d34a7c9550dd2113f35cdfff |