file-typer


Namefile-typer JSON
Version 1.0.18 PyPI version JSON
download
home_pagehttps://github.com/mperon/file-typer
SummaryFile Typer: Append extension in files without-it, based on mimetypes
upload_time2023-03-20 20:41:46
maintainer
docs_urlNone
authorMarcos Peron
requires_python
licenseMIT
keywords forensic file extension mimetypes investigation analisys
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # File Typer

Append extension in files without-it, based on mimetypes
Some files comes without any extension and windows comply
about it! Because of that, several tools, including Windows Explorer cannot
show the users the file preview, and cannot open-it.

This tool allows the user pass an directory/file and traverse-it, renaming
files, putting extension of known table into-it, based on mimetypes

Now, if an FileListInfo found, the tool process-it and rename files acording to metadata presented. (this file is sent by Apple in law enforcement return).

## Requirements

* You must install Python 3.8 ou superior.
* Works only on Linux or MacOS

## Installation

*file-typer* can be installed using pip:

    python3 -m pip install -U file-typer

If you want to run the latest version of the code, you can install from git:

    python3 -m pip install -U git+https://github.com/mperon/file-typer.git

## Usage

The applications uses command line arguments to interact with the user. To see
all the options, execute:

`file-typer --help`

To process a folder, run with this command:

`file-typer /path/to/folder -o /path/to/output`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mperon/file-typer",
    "name": "file-typer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "forensic,file,extension,mimetypes,investigation,analisys",
    "author": "Marcos Peron",
    "author_email": "mperon@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/ec/f2b0ee6bb3be2e57ee5d46767597ba143ae008baff71c5cf339cc1641bb5/file-typer-1.0.18.tar.gz",
    "platform": null,
    "description": "# File Typer\n\nAppend extension in files without-it, based on mimetypes\nSome files comes without any extension and windows comply\nabout it! Because of that, several tools, including Windows Explorer cannot\nshow the users the file preview, and cannot open-it.\n\nThis tool allows the user pass an directory/file and traverse-it, renaming\nfiles, putting extension of known table into-it, based on mimetypes\n\nNow, if an FileListInfo found, the tool process-it and rename files acording to metadata presented. (this file is sent by Apple in law enforcement return).\n\n## Requirements\n\n* You must install Python 3.8 ou superior.\n* Works only on Linux or MacOS\n\n## Installation\n\n*file-typer* can be installed using pip:\n\n    python3 -m pip install -U file-typer\n\nIf you want to run the latest version of the code, you can install from git:\n\n    python3 -m pip install -U git+https://github.com/mperon/file-typer.git\n\n## Usage\n\nThe applications uses command line arguments to interact with the user. To see\nall the options, execute:\n\n`file-typer --help`\n\nTo process a folder, run with this command:\n\n`file-typer /path/to/folder -o /path/to/output`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "File Typer: Append extension in files without-it, based on mimetypes",
    "version": "1.0.18",
    "split_keywords": [
        "forensic",
        "file",
        "extension",
        "mimetypes",
        "investigation",
        "analisys"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eebd3bffe55d9778d4ce42cbd83362b7db0cd390e0c9365301225023006a69e0",
                "md5": "455c073de767cea277fd088328420541",
                "sha256": "446d624e137a6e98adcc8ab44713b2f2d78f6cb39619c67ec554b7fbf9a00c09"
            },
            "downloads": -1,
            "filename": "file_typer-1.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "455c073de767cea277fd088328420541",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14940,
            "upload_time": "2023-03-20T20:41:45",
            "upload_time_iso_8601": "2023-03-20T20:41:45.682579Z",
            "url": "https://files.pythonhosted.org/packages/ee/bd/3bffe55d9778d4ce42cbd83362b7db0cd390e0c9365301225023006a69e0/file_typer-1.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cecf2b0ee6bb3be2e57ee5d46767597ba143ae008baff71c5cf339cc1641bb5",
                "md5": "5f3ffbd519f66a92559c8fecdbab54e8",
                "sha256": "d2f8ba08d0954a906365073bc375a84913d06a8fb11c553965c8b1d8bcdf6965"
            },
            "downloads": -1,
            "filename": "file-typer-1.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "5f3ffbd519f66a92559c8fecdbab54e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15996,
            "upload_time": "2023-03-20T20:41:46",
            "upload_time_iso_8601": "2023-03-20T20:41:46.773347Z",
            "url": "https://files.pythonhosted.org/packages/7c/ec/f2b0ee6bb3be2e57ee5d46767597ba143ae008baff71c5cf339cc1641bb5/file-typer-1.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 20:41:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mperon",
    "github_project": "file-typer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "file-typer"
}
        
Elapsed time: 0.22925s