Metadata-Version: 2.1
Name: free-disk
Version: 0.2.2
Summary: delete file with oldest modification date until a minimum of --free-bytes are available on disk
Home-page: https://github.com/fphammerle/free-disk
Author: Fabian Peter Hammerle
Author-email: fabian@hammerle.me
License: MIT
Description: # free-disk 💾
        
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Build Status](https://travis-ci.org/fphammerle/free-disk.svg?branch=master)](https://travis-ci.org/fphammerle/free-disk)
        [![Last Release](https://img.shields.io/pypi/v/free-disk.svg)](https://pypi.org/project/free-disk/#history)
        [![Python Version](https://img.shields.io/pypi/pyversions/free-disk.svg)](https://pypi.org/project/free-disk/)
        
        Delete file with the oldest modification date
        until a minimum of `--free-bytes` are available on the respective disk.
        
        ## Install
        
        ```sh
        pip3 install --user --upgrade free-disk
        ```
        
        ## Usage
        
        ```sh
        free-disk --help
        free-disk --free-bytes 1GiB /dir/to/cleanup
        free-disk --debug --free-bytes 2GB /dir/to/cleanup
        ```
        
        ## Tests
        
        ```sh
        pip3 install --user pipenv
        git clone https://github.com/fphammerle/free-disk.git
        cd freesurfer-volume-reader
        pipenv run pylint free_disk
        pipenv run pytest
        ```
        
Keywords: disk,files,cleanup,free,delete,old
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
