simple-file-sorter


Namesimple-file-sorter JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/moskrc/filesorter
SummarySimple File Sorter
upload_time2022-12-11 15:56:04
maintainer
docs_urlNone
authorVitalii Shishorin
requires_python>=3.9,<4.0
license
keywords sort file_sorter file sorter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FileSorter - A simple file sorter

## What is it?

Sometimes you have a folder with a lot of files, and you want 
to sort them into folders. This is where FileSorter comes in. 
It will sort your files into folders based on the file extension.

## How to install

```bash
$ pip install simple_file_sorter
```

## How to use
```bash
usage: simple_file_sorter [-h] [-s SRC] [-d DST]

File sorter

options:
  -h, --help         show this help message and exit
  -s SRC, --src SRC  Source dir
  -d DST, --dst DST  Destination dir
```

## Example

```bash
$ simple_file_sorter -s ~/Downloads
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/moskrc/filesorter",
    "name": "simple-file-sorter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "sort,file_sorter,file,sorter",
    "author": "Vitalii Shishorin",
    "author_email": "moskrc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/0e/007b3a5abf07389328d54f5f1b26ea09cca6dd190eacc3a34838aa15fe56/simple_file_sorter-0.1.2.tar.gz",
    "platform": null,
    "description": "# FileSorter - A simple file sorter\n\n## What is it?\n\nSometimes you have a folder with a lot of files, and you want \nto sort them into folders. This is where FileSorter comes in. \nIt will sort your files into folders based on the file extension.\n\n## How to install\n\n```bash\n$ pip install simple_file_sorter\n```\n\n## How to use\n```bash\nusage: simple_file_sorter [-h] [-s SRC] [-d DST]\n\nFile sorter\n\noptions:\n  -h, --help         show this help message and exit\n  -s SRC, --src SRC  Source dir\n  -d DST, --dst DST  Destination dir\n```\n\n## Example\n\n```bash\n$ simple_file_sorter -s ~/Downloads\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple File Sorter",
    "version": "0.1.2",
    "split_keywords": [
        "sort",
        "file_sorter",
        "file",
        "sorter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "15f106fbd75896d796e0f9fc9a492db6",
                "sha256": "363e973b88f16cadf4b6addc0f83671a8f29bbe8c182ca2a6a88ddf31f18892e"
            },
            "downloads": -1,
            "filename": "simple_file_sorter-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15f106fbd75896d796e0f9fc9a492db6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 2603,
            "upload_time": "2022-12-11T15:56:02",
            "upload_time_iso_8601": "2022-12-11T15:56:02.914429Z",
            "url": "https://files.pythonhosted.org/packages/82/b0/19eded24e2138795f6b2903904864b4bb124f70eee751a9eef6eaeb8b243/simple_file_sorter-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b167bb46f7ee7617541bdcf7b1e02ea5",
                "sha256": "de554d32bfa721dbcfad6b32d54e6960af975845b4302bdf9177a6ec7badd37a"
            },
            "downloads": -1,
            "filename": "simple_file_sorter-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b167bb46f7ee7617541bdcf7b1e02ea5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2170,
            "upload_time": "2022-12-11T15:56:04",
            "upload_time_iso_8601": "2022-12-11T15:56:04.855899Z",
            "url": "https://files.pythonhosted.org/packages/a3/0e/007b3a5abf07389328d54f5f1b26ea09cca6dd190eacc3a34838aa15fe56/simple_file_sorter-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-11 15:56:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "moskrc",
    "github_project": "filesorter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simple-file-sorter"
}
        
Elapsed time: 0.01976s