filetags


Namefiletags JSON
Version 2024.2.12.1 PyPI version JSON
download
home_pagehttps://github.com/novoid/filetags
SummaryManagement of simple tags within file names
upload_time2024-02-12 18:54:25
maintainer
docs_urlNone
authorKarl Voit
requires_python
license
keywords tagging tags file managing file management files tagtrees tagstore tag-based navigation tag-based filter
VCS
bugtrack_url
requirements pyreadline3 colorama clint
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This Python script adds or removes tags to file names in the following
form:

- file without time stamp in name -- tag2.txt
- file name with several tags -- tag1 tag2.jpeg
- another example file name with multiple example tags -- fun videos kids.mpeg
- 2013-05-09 a file name with ISO date stamp in name -- tag1.jpg
- 2013-05-09T16.17 file name with time stamp -- tag3.csv

The script accepts an arbitrary number of files (see your shell for
possible length limitations).

- Target group: users who are able to use command line tools and who
  are using tags in file names.
- Hosted and documented on github: https://github.com/novoid/filetags

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/novoid/filetags",
    "name": "filetags",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tagging,tags,file managing,file management,files,tagtrees,tagstore,tag-based navigation,tag-based filter",
    "author": "Karl Voit",
    "author_email": "tools@Karl-Voit.at",
    "download_url": "https://github.com/novoid/filetags/zipball/master",
    "platform": null,
    "description": "This Python script adds or removes tags to file names in the following\nform:\n\n- file without time stamp in name -- tag2.txt\n- file name with several tags -- tag1 tag2.jpeg\n- another example file name with multiple example tags -- fun videos kids.mpeg\n- 2013-05-09 a file name with ISO date stamp in name -- tag1.jpg\n- 2013-05-09T16.17 file name with time stamp -- tag3.csv\n\nThe script accepts an arbitrary number of files (see your shell for\npossible length limitations).\n\n- Target group: users who are able to use command line tools and who\n  are using tags in file names.\n- Hosted and documented on github: https://github.com/novoid/filetags\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Management of simple tags within file names",
    "version": "2024.2.12.1",
    "project_urls": {
        "Download": "https://github.com/novoid/filetags/zipball/master",
        "Homepage": "https://github.com/novoid/filetags"
    },
    "split_keywords": [
        "tagging",
        "tags",
        "file managing",
        "file management",
        "files",
        "tagtrees",
        "tagstore",
        "tag-based navigation",
        "tag-based filter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8483412e3e0ef8e7d6e62ae834e44d673d09b8935052195190adecf646326f3",
                "md5": "476f7c7464a7ddff19c8271134e2cf28",
                "sha256": "543eb6e58c6c2c8c383db273b946bb3e054589e03dce7d84434094af3afd106a"
            },
            "downloads": -1,
            "filename": "filetags-2024.2.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "476f7c7464a7ddff19c8271134e2cf28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 47847,
            "upload_time": "2024-02-12T18:54:25",
            "upload_time_iso_8601": "2024-02-12T18:54:25.738378Z",
            "url": "https://files.pythonhosted.org/packages/c8/48/3412e3e0ef8e7d6e62ae834e44d673d09b8935052195190adecf646326f3/filetags-2024.2.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 18:54:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "novoid",
    "github_project": "filetags",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyreadline3",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "clint",
            "specs": []
        }
    ],
    "lcname": "filetags"
}
        
Elapsed time: 0.24380s