dir-audit


Namedir-audit JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/deltodon/dir-audit
SummaryDirectory tree audit tool
upload_time2024-10-20 16:43:11
maintainerNone
docs_urlNone
authorJiri Klic
requires_python<4.0,>=3.8
licenseGPL-3.0
keywords directory tree search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dir-audit

|   |   |
|---|---|
|Project|[![Python Versions](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?logo=python&logoColor=white)](https://www.python.org/) [![License](https://img.shields.io/github/license/deltodon/dir-audit)](LICENSE) |
|Quality| [![Issues](https://img.shields.io/github/issues/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/issues) |
| Tools | [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com/) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) |
|Community|[![Maintenance](https://img.shields.io/badge/Maintained-yes-green)](https://github.com/deltodon/dir-audit/graphs/commit-activity) [![Stars](https://img.shields.io/github/stars/deltodon/dir-audit)](https://github.com/deltodon/dir-audit)  [![Forks](https://img.shields.io/github/forks/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/network/members)  [![Contributors](https://img.shields.io/github/contributors/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/graphs/contributors)  [![Commit activity](https://img.shields.io/github/commit-activity/m/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/commits/main)|

Directory tree audit tool

### Setup

install with pip

```bash
pip install dir-audit
```

or with [Poetry](https://python-poetry.org/)

```bash
poetry add dir-audit
```

### Usage

get help

```bash
poetry run python dir_audit --help
usage: dir-audit [-h] [-v] {make,check} ...

Audit directory tree structure

positional arguments:
  {make,check}   Audit command
    make         Make directory tree
    check        Check directory tree

options:
  -h, --help     show this help message and exit
  -v, --version  Get dir-audit version
```

> NOTE: `make` command is still work in progress.

check for empty directories

```bash
poetry run python dir_audit check --empty /path/to/your/directory
```

check for files and directories that contain substring (i.e.: `admin`)

```bash
poetry run python dir_audit check --contains admin /path/to/your/directory
```

print full directory tree

```bash
poetry run python dir_audit check --full /path/to/your/directory
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/deltodon/dir-audit",
    "name": "dir-audit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "Directory, Tree, Search",
    "author": "Jiri Klic",
    "author_email": "web@jiriklic.com",
    "download_url": "https://files.pythonhosted.org/packages/b7/a3/fee303022e1ea4417fc788a3fbef861e4dc38bee24e70526125c5180d829/dir_audit-0.3.2.tar.gz",
    "platform": null,
    "description": "# dir-audit\n\n|   |   |\n|---|---|\n|Project|[![Python Versions](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?logo=python&logoColor=white)](https://www.python.org/) [![License](https://img.shields.io/github/license/deltodon/dir-audit)](LICENSE) |\n|Quality| [![Issues](https://img.shields.io/github/issues/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/issues) |\n| Tools | [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com/) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) |\n|Community|[![Maintenance](https://img.shields.io/badge/Maintained-yes-green)](https://github.com/deltodon/dir-audit/graphs/commit-activity) [![Stars](https://img.shields.io/github/stars/deltodon/dir-audit)](https://github.com/deltodon/dir-audit)  [![Forks](https://img.shields.io/github/forks/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/network/members)  [![Contributors](https://img.shields.io/github/contributors/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/graphs/contributors)  [![Commit activity](https://img.shields.io/github/commit-activity/m/deltodon/dir-audit)](https://github.com/deltodon/dir-audit/commits/main)|\n\nDirectory tree audit tool\n\n### Setup\n\ninstall with pip\n\n```bash\npip install dir-audit\n```\n\nor with [Poetry](https://python-poetry.org/)\n\n```bash\npoetry add dir-audit\n```\n\n### Usage\n\nget help\n\n```bash\npoetry run python dir_audit --help\nusage: dir-audit [-h] [-v] {make,check} ...\n\nAudit directory tree structure\n\npositional arguments:\n  {make,check}   Audit command\n    make         Make directory tree\n    check        Check directory tree\n\noptions:\n  -h, --help     show this help message and exit\n  -v, --version  Get dir-audit version\n```\n\n> NOTE: `make` command is still work in progress.\n\ncheck for empty directories\n\n```bash\npoetry run python dir_audit check --empty /path/to/your/directory\n```\n\ncheck for files and directories that contain substring (i.e.: `admin`)\n\n```bash\npoetry run python dir_audit check --contains admin /path/to/your/directory\n```\n\nprint full directory tree\n\n```bash\npoetry run python dir_audit check --full /path/to/your/directory\n```\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Directory tree audit tool",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/deltodon/dir-audit",
        "Repository": "https://github.com/deltodon/dir-audit"
    },
    "split_keywords": [
        "directory",
        " tree",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb24d61bd6cd51a1580fc7596b8eb8341cfd2533872ddf9e639e1699b284ff4",
                "md5": "005cb0f196a3285103fc70c930ed5ae3",
                "sha256": "d4a5e381daddd983b0bd9d528b208e19b8b2ba5bfafeccd32c4129d4d32b4e0d"
            },
            "downloads": -1,
            "filename": "dir_audit-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "005cb0f196a3285103fc70c930ed5ae3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 16138,
            "upload_time": "2024-10-20T16:43:10",
            "upload_time_iso_8601": "2024-10-20T16:43:10.437618Z",
            "url": "https://files.pythonhosted.org/packages/5e/b2/4d61bd6cd51a1580fc7596b8eb8341cfd2533872ddf9e639e1699b284ff4/dir_audit-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7a3fee303022e1ea4417fc788a3fbef861e4dc38bee24e70526125c5180d829",
                "md5": "afa3902857282008d201f8acc85e5471",
                "sha256": "87579aeb56d78b897843a8ae56c95505fd153f775fc069b19c3b04480303e41a"
            },
            "downloads": -1,
            "filename": "dir_audit-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "afa3902857282008d201f8acc85e5471",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 15025,
            "upload_time": "2024-10-20T16:43:11",
            "upload_time_iso_8601": "2024-10-20T16:43:11.378281Z",
            "url": "https://files.pythonhosted.org/packages/b7/a3/fee303022e1ea4417fc788a3fbef861e4dc38bee24e70526125c5180d829/dir_audit-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 16:43:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltodon",
    "github_project": "dir-audit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dir-audit"
}
        
Elapsed time: 0.36198s