recursive-size

Recursively get the size of folder


Keywords
size, get_size, get, recursive, recursive_size
Licenses
LGPL-2.0/LGPL-3.0
Install
pip install recursive-size==1.0

Documentation

recursive_size

Recursively calculate the size of a folder or file. Works with docker directories.

Install

pip install recursive-size

Usage

from recursive_size import get_size
size = get_size('path/to/folder')
print(size)