Metadata-Version: 1.1
Name: lstree
Version: 0.1.0
Summary: lstree is for ls what pstree is for ps, and some more
Home-page: https://github.com/shreyas/lstree
Author: Shreyas Kulkarni
Author-email: shyran@gmail.com
License: MIT
Description: ===============================
        lstree
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/lstree.svg
                :target: https://pypi.python.org/pypi/lstree
        
        .. image:: https://img.shields.io/travis/shreyas/lstree.svg
                :target: https://travis-ci.org/shreyas/lstree
        
        .. image:: https://readthedocs.org/projects/lstree/badge/?version=latest
                :target: https://readthedocs.org/projects/lstree/?badge=latest
                :alt: Documentation Status
        
        
        lstree is for ls what pstree is for ps, and some more ...
        
        * Free software: MIT license
        * Documentation: https://lstree.readthedocs.org.
        
        Features
        --------
        
        * Show a folder (or many, if specified) in tree structure
        * Show/hide hidden files 
        * Ignore empty directories
        * Show (filter for) only certain files
        * Ignore certain files/folders
        
        Installation
        ------------
        
        Use pip to install lstree::
        
            pip install lstree
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-05-01)
        ------------------
        
        * First release on PyPI.
        
Keywords: lstree
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
