copytool


Namecopytool JSON
Version 0.12 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/copytool
Summarycopytool copies files hell-bent for leather
upload_time2023-05-15 02:28:11
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords copy
VCS
bugtrack_url
requirements getfilenuitkapython hackyargparser pandas touchtouch tqdm uffspd
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # copytool
copytool copies files hell-bent for leather

### Tested+compiled against Windows 10 / Python 3.10 / Anaconda


TeraCopy needs 4 minutes, copytool does it 6 seconds
![](https://github.com/hansalemaos/copytool/blob/main/fastcopyscreenshot.png?raw=true)

## CLI
Compiled EXE: 
[](https://github.com/hansalemaos/copytool/raw/main/copytool.zip)
[](https://github.com/hansalemaos/copytool/raw/main/copytool.z01)

      Example: copytool --src "C:\ProgramData\anaconda3\envs" --dst "e:\envbackup" --use_tqdm 1 --copy_date 1 --copy_permission 0 --overwrite 1
      --src                     str         (source folder)
      --dst                     str         (destination folder)
      --log                     str  ""     (csv log)
      --copy_date               int  0      (copy date stats)
      --copy_permission         int  0      (copy permissions)
      --use_tqdm                int  1      (show progress bar)
      --overwrite               int  1      (overwrite existing files in dst)
      --use_uffs                int  1      (use uffs to get a list of files)


## Python

```python
# pip install copytool 
from copytool import get_all_files_on_hdd_and_copy
get_all_files_on_hdd_and_copy(
    src = r"C:\path",
    dst = r"e:\dest",
    log = "c:\\copylog.csv",
    copy_date= 0,
    copy_permission= 0,
    use_tqdm = 1,
    overwrite = 1,
    use_uffs = 1
)     

get_all_files_on_hdd_and_copy(
    src = r"C:\path",
    dst = r"e:\dest",
    log = "",
    copy_date= 0,
    copy_permission= 0,
    use_tqdm = 1,
    overwrite = 1,
    use_uffs = 0 # no logging without uffs 
)     
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/copytool",
    "name": "copytool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "copy",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/b2/9e5572d57e7a18cdb09af932ad3c15e9b54a8714af71f31df7022fcfb21e/copytool-0.12.tar.gz",
    "platform": null,
    "description": "# copytool\r\ncopytool copies files hell-bent for leather\r\n\r\n### Tested+compiled against Windows 10 / Python 3.10 / Anaconda\r\n\r\n\r\nTeraCopy needs 4 minutes, copytool does it 6 seconds\r\n![](https://github.com/hansalemaos/copytool/blob/main/fastcopyscreenshot.png?raw=true)\r\n\r\n## CLI\r\nCompiled EXE: \r\n[](https://github.com/hansalemaos/copytool/raw/main/copytool.zip)\r\n[](https://github.com/hansalemaos/copytool/raw/main/copytool.z01)\r\n\r\n      Example: copytool --src \"C:\\ProgramData\\anaconda3\\envs\" --dst \"e:\\envbackup\" --use_tqdm 1 --copy_date 1 --copy_permission 0 --overwrite 1\r\n      --src                     str         (source folder)\r\n      --dst                     str         (destination folder)\r\n      --log                     str  \"\"     (csv log)\r\n      --copy_date               int  0      (copy date stats)\r\n      --copy_permission         int  0      (copy permissions)\r\n      --use_tqdm                int  1      (show progress bar)\r\n      --overwrite               int  1      (overwrite existing files in dst)\r\n      --use_uffs                int  1      (use uffs to get a list of files)\r\n\r\n\r\n## Python\r\n\r\n```python\r\n# pip install copytool \r\nfrom copytool import get_all_files_on_hdd_and_copy\r\nget_all_files_on_hdd_and_copy(\r\n    src = r\"C:\\path\",\r\n    dst = r\"e:\\dest\",\r\n    log = \"c:\\\\copylog.csv\",\r\n    copy_date= 0,\r\n    copy_permission= 0,\r\n    use_tqdm = 1,\r\n    overwrite = 1,\r\n    use_uffs = 1\r\n)     \r\n\r\nget_all_files_on_hdd_and_copy(\r\n    src = r\"C:\\path\",\r\n    dst = r\"e:\\dest\",\r\n    log = \"\",\r\n    copy_date= 0,\r\n    copy_permission= 0,\r\n    use_tqdm = 1,\r\n    overwrite = 1,\r\n    use_uffs = 0 # no logging without uffs \r\n)     \r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "copytool copies files hell-bent for leather",
    "version": "0.12",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/copytool"
    },
    "split_keywords": [
        "copy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74da14238ef8a09d8bfe1240148cdd2ff75b3bc8b0a6abce28fbee05bbd220f0",
                "md5": "363df801947a79b77df946a7c88cbe7e",
                "sha256": "fb008a194839d7767e162735ff0b173957cecc533d2bd1265545cec6a4718f66"
            },
            "downloads": -1,
            "filename": "copytool-0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "363df801947a79b77df946a7c88cbe7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28173,
            "upload_time": "2023-05-15T02:28:09",
            "upload_time_iso_8601": "2023-05-15T02:28:09.555034Z",
            "url": "https://files.pythonhosted.org/packages/74/da/14238ef8a09d8bfe1240148cdd2ff75b3bc8b0a6abce28fbee05bbd220f0/copytool-0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99b29e5572d57e7a18cdb09af932ad3c15e9b54a8714af71f31df7022fcfb21e",
                "md5": "57ebed3612aea49ba9c3e94224b1da67",
                "sha256": "6e8dd36cf700b1b1fdd2d08d33bc55ba9837a900dbe4d19b3ff1ad6422924a92"
            },
            "downloads": -1,
            "filename": "copytool-0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "57ebed3612aea49ba9c3e94224b1da67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18989,
            "upload_time": "2023-05-15T02:28:11",
            "upload_time_iso_8601": "2023-05-15T02:28:11.683268Z",
            "url": "https://files.pythonhosted.org/packages/99/b2/9e5572d57e7a18cdb09af932ad3c15e9b54a8714af71f31df7022fcfb21e/copytool-0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-15 02:28:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "copytool",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "getfilenuitkapython",
            "specs": []
        },
        {
            "name": "hackyargparser",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "touchtouch",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "uffspd",
            "specs": []
        }
    ],
    "lcname": "copytool"
}
        
Elapsed time: 0.06437s