Metadata-Version: 2.1
Name: sizer
Version: 1.0.0
Summary: A simple Python script for iterating recursively over a directory and returning all of the files sorted by size
Author-email: Georgi Petrov <petrov.d.george@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

## Sizer

A simple Python script for iterating recursively over a directory and returning all of the files sorted by size

### Dependencies

You need Python 3.8+ and to run the following command:

        pip install -r requirements.txt

### Usage

You can use the script as an executable by running:

        python -m sizer

You can also install it with *pipx*. \
For more information on the usege of the script, simply run it with -h. \
\
Alternatively, you can access this as a library by importing from sizer:

        import sizer

