PeekDir


NamePeekDir JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/ayyucedemirbas/PeekDirl
SummaryPrints folder structure with smart file truncation
upload_time2025-04-07 14:13:58
maintainerNone
docs_urlNone
authorAyyuce Demirbas
requires_python>=3.6
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PeekDir

A Python utility to visualize directory structures with smart truncation of common file types.

## Installation
```bash
pip install PeekDir
```

## Usage
```bash
PeekDir [directory]
```

## Features
- Truncates file groups with >5 items
- Directory-first listing
- Permission handling

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ayyucedemirbas/PeekDirl",
    "name": "PeekDir",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ayyuce Demirbas",
    "author_email": "a.ayyuced@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/1c/9dfe1c2e73e3a6102e5cbe65d5808f440383414848a2ccf3a99e06e68ce5/PeekDir-0.2.0.tar.gz",
    "platform": null,
    "description": "# PeekDir\n\nA Python utility to visualize directory structures with smart truncation of common file types.\n\n## Installation\n```bash\npip install PeekDir\n```\n\n## Usage\n```bash\nPeekDir [directory]\n```\n\n## Features\n- Truncates file groups with >5 items\n- Directory-first listing\n- Permission handling\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Prints folder structure with smart file truncation",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/ayyucedemirbas/PeekDirl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6554a05454bc680eb48a2ff65804460a874095c9793adc35859ba304f6eed2a3",
                "md5": "1f095953509f0f53786260055dbb1e3f",
                "sha256": "162472ce9d8076a3ee3a8dbc71c091cd9df81a4a711e0dd2febb3667aeae5af4"
            },
            "downloads": -1,
            "filename": "PeekDir-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f095953509f0f53786260055dbb1e3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15423,
            "upload_time": "2025-04-07T14:13:57",
            "upload_time_iso_8601": "2025-04-07T14:13:57.084983Z",
            "url": "https://files.pythonhosted.org/packages/65/54/a05454bc680eb48a2ff65804460a874095c9793adc35859ba304f6eed2a3/PeekDir-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "541c9dfe1c2e73e3a6102e5cbe65d5808f440383414848a2ccf3a99e06e68ce5",
                "md5": "c0b65252e259b09fb73bb4a84253b37a",
                "sha256": "6980f361a7f9cc6264d378d6a932d5846b1719d8d9ac5403211b34f05c295566"
            },
            "downloads": -1,
            "filename": "PeekDir-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c0b65252e259b09fb73bb4a84253b37a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15058,
            "upload_time": "2025-04-07T14:13:58",
            "upload_time_iso_8601": "2025-04-07T14:13:58.638809Z",
            "url": "https://files.pythonhosted.org/packages/54/1c/9dfe1c2e73e3a6102e5cbe65d5808f440383414848a2ccf3a99e06e68ce5/PeekDir-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-07 14:13:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ayyucedemirbas",
    "github_project": "PeekDirl",
    "github_not_found": true,
    "lcname": "peekdir"
}
        
Elapsed time: 0.43504s