Metadata-Version: 2.1
Name: folder-display
Version: 1.0.0
Summary: A Python library for displaying and managing folder structures
Home-page: https://github.com/Arjunmehta312/folder-display-tool
Author: Arjun Mehta
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


    Folder Structure Display Tool is a Python library for displaying and managing folder structures.
    Features:
    - Display folder structure with proper indentation
    - Export to various formats (Text, HTML, JSON)
    - Exclude specific folders (e.g., node_modules)
    - Include/exclude hidden files
    
