tidyup


Nametidyup JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryHelp keep your files and folders tidy by file type or date
upload_time2024-11-05 04:12:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.1
licenseMIT
keywords utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tidyup 🧹

> Sweep up your files into organized piles for clean up  

## Description  

Simple python utility to clean up project directories from the mess you make while working.  

### How it works  

Go to the directory, get all of the files, exclude the ones that are likely important for your project and then create directories in the project by the file extension. Once the directory is made, the files are moved to the file extension directory.

## Usage

Install the python utility:

```bash
pip install tidyup
```

Then get to tidying up 


```bash
#Clean up directory with the structure year/month/extension/file_here.extension
tidyup -de <directory/with/mess>
```

## Functionality

```bash

tidyup -h
usage: tidyup [-h] [-e] [-d] directory

Organize files by extension and/or date.

positional arguments:
  directory   Directory to organize

options:
  -h, --help  show this help message and exit
  -e          Organize by extension
  -d          Organize by date

Examples:
  tidyup -e /path/to/dir       Organize by extension
  tidyup -d /path/to/dir       Organize by date
  tidyup -ed /path/to/dir      Organize by extension and date
  tidyup -de /path/to/dir      Organize by date and extension
```




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tidyup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.1",
    "maintainer_email": "Esteban Valencia <me@estebanvalencia.com>",
    "keywords": "utility",
    "author": null,
    "author_email": "Esteban Valencia <me@estebanvalencia.com>",
    "download_url": "https://files.pythonhosted.org/packages/8c/8b/2ebfc937c0c0258c485087eb0dfdfa4a2bf174af573e2122db077cd936e0/tidyup-0.0.3.tar.gz",
    "platform": null,
    "description": "# Tidyup \ud83e\uddf9\n\n> Sweep up your files into organized piles for clean up  \n\n## Description  \n\nSimple python utility to clean up project directories from the mess you make while working.  \n\n### How it works  \n\nGo to the directory, get all of the files, exclude the ones that are likely important for your project and then create directories in the project by the file extension. Once the directory is made, the files are moved to the file extension directory.\n\n## Usage\n\nInstall the python utility:\n\n```bash\npip install tidyup\n```\n\nThen get to tidying up \n\n\n```bash\n#Clean up directory with the structure year/month/extension/file_here.extension\ntidyup -de <directory/with/mess>\n```\n\n## Functionality\n\n```bash\n\ntidyup -h\nusage: tidyup [-h] [-e] [-d] directory\n\nOrganize files by extension and/or date.\n\npositional arguments:\n  directory   Directory to organize\n\noptions:\n  -h, --help  show this help message and exit\n  -e          Organize by extension\n  -d          Organize by date\n\nExamples:\n  tidyup -e /path/to/dir       Organize by extension\n  tidyup -d /path/to/dir       Organize by date\n  tidyup -ed /path/to/dir      Organize by extension and date\n  tidyup -de /path/to/dir      Organize by date and extension\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Help keep your files and folders tidy by file type or date",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66609e5663b38bb3d36f97227842a0fb93bd60d12fd718778d7097af91e4fabe",
                "md5": "74bbba06a17aa65538b41eaff33c31b8",
                "sha256": "bb27d50b6d4c7015403ba6a6672221d3250c0f093e831a80e0987f3497745808"
            },
            "downloads": -1,
            "filename": "tidyup-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74bbba06a17aa65538b41eaff33c31b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.1",
            "size": 4931,
            "upload_time": "2024-11-05T04:12:09",
            "upload_time_iso_8601": "2024-11-05T04:12:09.331222Z",
            "url": "https://files.pythonhosted.org/packages/66/60/9e5663b38bb3d36f97227842a0fb93bd60d12fd718778d7097af91e4fabe/tidyup-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8b2ebfc937c0c0258c485087eb0dfdfa4a2bf174af573e2122db077cd936e0",
                "md5": "41865bcb9d83b72eb55f7dc1c24e2df8",
                "sha256": "fb667e228927ed62c2745415d8280118e171dec2ef46aa23c36a40222dd1d0f5"
            },
            "downloads": -1,
            "filename": "tidyup-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "41865bcb9d83b72eb55f7dc1c24e2df8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.1",
            "size": 7893,
            "upload_time": "2024-11-05T04:12:11",
            "upload_time_iso_8601": "2024-11-05T04:12:11.036316Z",
            "url": "https://files.pythonhosted.org/packages/8c/8b/2ebfc937c0c0258c485087eb0dfdfa4a2bf174af573e2122db077cd936e0/tidyup-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 04:12:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tidyup"
}
        
Elapsed time: 1.18165s