Нема описа

Fabian Peter Hammerle b6e8a04cd8 env: remove black's dependencies for python<3.6 to restore python3.4 compatibility пре 3 година
.github 44be415908 github workflow: report test coverage пре 3 година
free_disk 498d5abc78 black format пре 4 година
tests 498d5abc78 black format пре 4 година
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 пре 4 година
.pylintrc 2dc9238adc pylint: enable import requirements plugin пре 4 година
.travis.yml 3904b3fd5b travis pipeline: downgrade pipenv to restore compatibility with python3.4 пре 3 година
CHANGELOG.md c49e302582 release v0.2.1 пре 4 година
LICENSE 576cd0c9fa MIT license пре 5 година
Pipfile b6e8a04cd8 env: remove black's dependencies for python<3.6 to restore python3.4 compatibility пре 3 година
Pipfile.lock b6e8a04cd8 env: remove black's dependencies for python<3.6 to restore python3.4 compatibility пре 3 година
README.md f097861aac readme: added last release badge пре 4 година
setup.py 0bef894769 added python3.8 build пре 4 година

README.md

free-disk 💾

Build Status Last Release Python Version

Delete file with the oldest modification date until a minimum of --free-bytes are available on the respective disk.

Install

pip3 install --user --upgrade free-disk

Usage

free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup

Tests

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