{ "info": { "author": "Stefaan Lippens", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: System :: Systems Administration" ], "description": ".. image:: https://travis-ci.org/soxofaan/duviz.svg?branch=master\n :target: https://travis-ci.org/soxofaan/duviz\n\n\nWhat is duviz?\n--------------\n\n``duviz`` is a (Python 3) command-line tool to visualize disk space usage.\n\nIt's like the plethora of desktop applications and widgets\n(e.g. Filelight, DaisyDisk, WinDirStat, JDiskReport, TreeSize, SpaceSniffer, ...),\nbut instead of a fancy GUI with animated pie charts and shaded boxes\nyou get a funky \"ASCII art style hierarchical tree of bars\" in your shell.\nIf that didn't make a lot of sense to you, look at this example of this ``/opt`` folder::\n\n $ duviz /opt\n ________________________________________________________________________________\n [ /opt ]\n [____________________________________3.30GB____________________________________]\n [ local ]\n [____________________________________3.30GB____________________________________]\n [ var ][ lib ][ share ][Libr][lib][]|\n [_____________1.36GB____________][______925.47MB______][411.37MB][231.][222][]|\n [ macports ]|[gcc][gcc4][]||| [][]||||||[Fra]|[gc] |\n [____________1.36GB____________]|[250][226.][]||| [][]||||||[231]|[21] |\n [ software ][distfile][]| | || | | ||||||||[Pyt] [x8]\n [____785.31MB____][421.56MB][]| | || | | ||||||||[231] [21]\n [gc][][]||||||||||||||||||||[] | ||| | [Ve] ||[]\n [17][][]||||||||||||||||||||[] | ||| | [23] ||[]\n\n\nFeatures\n--------\n\n- Basically it consists of just one Python 3 script ``duviz.py``.\n No installation required: put it where you want it. Use it how you want it.\n- Only uses standard library and just depends on ``du`` and ``ls`` utilities,\n which are available out of the box on a typical Unix platform (Linux, macOS)\n- Speed. No need to wait for a GUI tool to get up and running, let alone scanning your disk.\n The hard work is done by ``du`` (or ``ls``), which run an C-speed.\n- Progress reporting while you wait. Be hypnotized!\n- Detects your terminal width for maximum visualization pleasure.\n- Apart from file size (the default), you can also just count files (inodes)\n\n\nInstallation\n------------\n\nWith Pip\n ``duviz`` can be installed through ``pip`` (e.g. in a virtual env)::\n\n pip install duviz\n\n which will install the ``duviz`` utility to the corresponding ``bin`` folder.\n\nWith Homebrew\n ``duviz`` can also be installed with `Homebrew `_::\n\n brew install https://raw.github.com/soxofaan/duviz/master/extra/homebrew/duviz.rb\n\nNo installation\n The file ``duviz.py`` is also intended to be usable as a standalone Python script,\n without having to install it.\n Download ``duviz.py`` to some location of your liking and run it::\n\n python path/to/duviz.py\n\n\nPython 2 Support\n~~~~~~~~~~~~~~~~\n\n``duviz`` was originally (2009) a Python 2 script, and started supporting Python 3 around 2016.\nWith the end of life of Python 2 nearing in 2019, support for Python 2 was dropped.\nThe Python 2 compatible version can be found in the ``py2-compatible`` branch (last release: 1.1.1).\n\nUsage\n-----\n\nIf you run ``duviz`` without arguments, it will render the disk usage of the current working folder.\nIf you specify one or more directories, it will render the usage of those directories, how intuitive is that!\n\nInstead of size in bytes, you can also get inode usage: just use the option ``--inodes`` (or ``-i`` in short).\n\nRun it with option ``--help`` for more options.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/soxofaan/duviz", "keywords": "disk usage visualization asciiart", "license": "", "maintainer": "", "maintainer_email": "", "name": "duviz", "package_url": "https://pypi.org/project/duviz/", "platform": "", "project_url": "https://pypi.org/project/duviz/", "project_urls": { "Homepage": "https://github.com/soxofaan/duviz" }, "release_url": "https://pypi.org/project/duviz/3.0.0/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Command line disk space visualization tool", "version": "3.0.0" }, "last_serial": 6002789, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "56b7817d68bd919701c974caaa380c40", "sha256": "36d9cb253dbfd16ee53c64f19d88462aecc2fe77d72e13a96ae933afd4b578b8" }, "downloads": -1, "filename": "duviz-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "56b7817d68bd919701c974caaa380c40", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9506, "upload_time": "2018-01-05T00:04:54", "url": "https://files.pythonhosted.org/packages/c3/66/94da83606eeccbcd6be1a15bef9e06cfaa704163eaa6577e6733bcaafafa/duviz-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cca84fa672f1a45032bb119ee01dd2e", "sha256": "70c21da2e3cf56d6bb38143c1ab0731f09c8680998cec892740a56c9cf810693" }, "downloads": -1, "filename": "duviz-1.1.0.tar.gz", "has_sig": false, "md5_digest": "4cca84fa672f1a45032bb119ee01dd2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7097, "upload_time": "2018-01-05T00:04:55", "url": "https://files.pythonhosted.org/packages/84/1e/07b7fed73e29d209dea14324644c7adec1bc0cd2990942db53ed297be74f/duviz-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "ddf237f03e10f0540ed5595daf5f5c73", "sha256": "da70220681f8ed7bd9ab8cb01aa69c00d0b8e2c004cd8cc4baa5e9d2e2db4592" }, "downloads": -1, "filename": "duviz-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ddf237f03e10f0540ed5595daf5f5c73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8282, "upload_time": "2019-10-20T10:58:20", "url": "https://files.pythonhosted.org/packages/f2/41/49598e682d3bcc00e3c762f4c2f43e5e4419dbe0a3167dd8e7f3e2722d56/duviz-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc41df9ec2316187271c4a0b92233ea6", "sha256": "b1e57f9ea4cf07c05ee9c33d56a7aad0c19e6cf5f60020d655ae4881d3566c0b" }, "downloads": -1, "filename": "duviz-1.1.1.tar.gz", "has_sig": false, "md5_digest": "cc41df9ec2316187271c4a0b92233ea6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7278, "upload_time": "2019-10-20T10:58:22", "url": "https://files.pythonhosted.org/packages/86/1f/d9ec26fe1d778e181228c3137fbca2b6cc980dd068804ba2914fe2233522/duviz-1.1.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "bf1254060b5179ed2e34b5c4d8c4c325", "sha256": "63b29de56b539acafc6eb644f45f02095be16aabd2025cb62ff89ec938021a66" }, "downloads": -1, "filename": "duviz-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bf1254060b5179ed2e34b5c4d8c4c325", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8367, "upload_time": "2019-10-20T12:22:35", "url": "https://files.pythonhosted.org/packages/a6/a6/fef17db45fa2426f01e161583a17f2abd4765518b28b7b2313a01a04da9f/duviz-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3928e52ce3c02d377134ec129e12ade5", "sha256": "626831dc0260d846395635aecdfe2c9bdf1dff6e43ec017ebaf506d8b62a7dbc" }, "downloads": -1, "filename": "duviz-2.0.0.tar.gz", "has_sig": false, "md5_digest": "3928e52ce3c02d377134ec129e12ade5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7360, "upload_time": "2019-10-20T12:22:37", "url": "https://files.pythonhosted.org/packages/66/45/8e5467c351009e95f29bee3336bf54e3a066430649759e8e5badb1678a78/duviz-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "58e2a43f4c2c3d967d24439e6e79b149", "sha256": "2e9c490792290e412884d1bc48ad7ac7cc913638af2880a86a92267fc60943bc" }, "downloads": -1, "filename": "duviz-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "58e2a43f4c2c3d967d24439e6e79b149", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8004, "upload_time": "2019-10-20T12:30:37", "url": "https://files.pythonhosted.org/packages/e1/00/fa9bbe1aa87b32bc8a5e2a60bd9f0aeacf3a3c1f04ed20e8199120a0d549/duviz-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6385c619eaa69000e33d99f9804ce87", "sha256": "6d94e644b8b16e681fa829663f9079a0874f8550f3ac766e74a10aa5e7b81769" }, "downloads": -1, "filename": "duviz-2.0.1.tar.gz", "has_sig": false, "md5_digest": "a6385c619eaa69000e33d99f9804ce87", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7020, "upload_time": "2019-10-20T12:30:39", "url": "https://files.pythonhosted.org/packages/9e/31/f30f1c5b95addfd9a7f4f26605d959f23f8d952b6dcb16e9953cc21e8bef/duviz-2.0.1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "6d23ee2aa31b10365e420050e4c173c9", "sha256": "3888fc2d05c46200ce8da6a8c2b55c54c945f26251efaa1a611d1483599074a9" }, "downloads": -1, "filename": "duviz-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6d23ee2aa31b10365e420050e4c173c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8482, "upload_time": "2019-10-20T12:46:15", "url": "https://files.pythonhosted.org/packages/67/7d/6a8b932279d5c74d890017aefc35e26af24dc507cce4e722aa769a5e7692/duviz-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0585b17ae8a366af45f10efbb99dcc13", "sha256": "7f2a12ea58c71d9d8262980699ea8cf0df404ed86e355c89096df7a3ee80aef5" }, "downloads": -1, "filename": "duviz-3.0.0.tar.gz", "has_sig": false, "md5_digest": "0585b17ae8a366af45f10efbb99dcc13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7522, "upload_time": "2019-10-20T12:46:17", "url": "https://files.pythonhosted.org/packages/b1/37/488128868cdb563343884704a851383659b47a19ee0986e5b5a9b8acf281/duviz-3.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d23ee2aa31b10365e420050e4c173c9", "sha256": "3888fc2d05c46200ce8da6a8c2b55c54c945f26251efaa1a611d1483599074a9" }, "downloads": -1, "filename": "duviz-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6d23ee2aa31b10365e420050e4c173c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8482, "upload_time": "2019-10-20T12:46:15", "url": "https://files.pythonhosted.org/packages/67/7d/6a8b932279d5c74d890017aefc35e26af24dc507cce4e722aa769a5e7692/duviz-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0585b17ae8a366af45f10efbb99dcc13", "sha256": "7f2a12ea58c71d9d8262980699ea8cf0df404ed86e355c89096df7a3ee80aef5" }, "downloads": -1, "filename": "duviz-3.0.0.tar.gz", "has_sig": false, "md5_digest": "0585b17ae8a366af45f10efbb99dcc13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7522, "upload_time": "2019-10-20T12:46:17", "url": "https://files.pythonhosted.org/packages/b1/37/488128868cdb563343884704a851383659b47a19ee0986e5b5a9b8acf281/duviz-3.0.0.tar.gz" } ] }