faceblur


Namefaceblur JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryFaceblur is a Python library and command-line tool to obfuscate faces from photos and videos via blurring them.
upload_time2025-01-22 00:31:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseBSD 3-Clause License Copyright (C) 2025 Simona Dimitrova Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords faceblur deidentify anonymize face recognition video image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Faceblur
_Faceblur_ is a Python library and command-line tool to obfuscate
faces from photos and videos via blurring them.

It uses the _av_ package to access _FFmpeg_ functionality, and _pymediainfo_
to obtain file and stream metadata, that is not yet available through _av_
(even though it _is_ available in _FFmpeg_).

## License
Licensed under BSD 3-Clause.

## Copyright
Copyright (C) 2025 Simona Dimitrova

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "faceblur",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "faceblur, deidentify, anonymize, face, recognition, video, image",
    "author": null,
    "author_email": "Simona Dimitrova <nimeria1308@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b8/ed/e63b08b46714de3c3f5549baf6b72129516101f7c6745fea394ff5225bce/faceblur-1.1.1.tar.gz",
    "platform": null,
    "description": "# Faceblur\r\n_Faceblur_ is a Python library and command-line tool to obfuscate\r\nfaces from photos and videos via blurring them.\r\n\r\nIt uses the _av_ package to access _FFmpeg_ functionality, and _pymediainfo_\r\nto obtain file and stream metadata, that is not yet available through _av_\r\n(even though it _is_ available in _FFmpeg_).\r\n\r\n## License\r\nLicensed under BSD 3-Clause.\r\n\r\n## Copyright\r\nCopyright (C) 2025 Simona Dimitrova\r\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License\r\n        \r\n        Copyright (C) 2025 Simona Dimitrova\r\n        \r\n        Redistribution and use in source and binary forms, with or without\r\n        modification, are permitted provided that the following conditions are met:\r\n        \r\n        1. Redistributions of source code must retain the above copyright notice, this\r\n           list of conditions and the following disclaimer.\r\n        \r\n        2. Redistributions in binary form must reproduce the above copyright notice,\r\n           this list of conditions and the following disclaimer in the documentation\r\n           and/or other materials provided with the distribution.\r\n        \r\n        3. Neither the name of the copyright holder nor the names of its\r\n           contributors may be used to endorse or promote products derived from\r\n           this software without specific prior written permission.\r\n        \r\n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\r\n        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\n        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\n        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r\n        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r\n        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\n        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r\n        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r\n        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n        ",
    "summary": "Faceblur is a Python library and command-line tool to obfuscate faces from photos and videos via blurring them.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/nimeria1308/faceblur"
    },
    "split_keywords": [
        "faceblur",
        " deidentify",
        " anonymize",
        " face",
        " recognition",
        " video",
        " image"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd6ae9aeefcbccfc29511062063e5ee43c2cd4875a56b802ce0ad0bc959d27f4",
                "md5": "406c616ec8c59eb0491f18f907357625",
                "sha256": "502db3be216ce29f08a9cae055c3a92a736bca780f3f2b598dbe48f33a00d86c"
            },
            "downloads": -1,
            "filename": "faceblur-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "406c616ec8c59eb0491f18f907357625",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 23126,
            "upload_time": "2025-01-22T00:31:37",
            "upload_time_iso_8601": "2025-01-22T00:31:37.919083Z",
            "url": "https://files.pythonhosted.org/packages/fd/6a/e9aeefcbccfc29511062063e5ee43c2cd4875a56b802ce0ad0bc959d27f4/faceblur-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8ede63b08b46714de3c3f5549baf6b72129516101f7c6745fea394ff5225bce",
                "md5": "b7b4c3c739e13fa0a1edf1eb19cd1b9e",
                "sha256": "65aac0cb797020c847a8f74570106ffe212a9e352e8599b5151fe6010b57da81"
            },
            "downloads": -1,
            "filename": "faceblur-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b7b4c3c739e13fa0a1edf1eb19cd1b9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 19255,
            "upload_time": "2025-01-22T00:31:39",
            "upload_time_iso_8601": "2025-01-22T00:31:39.676889Z",
            "url": "https://files.pythonhosted.org/packages/b8/ed/e63b08b46714de3c3f5549baf6b72129516101f7c6745fea394ff5225bce/faceblur-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 00:31:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nimeria1308",
    "github_project": "faceblur",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "faceblur"
}
        
Elapsed time: 1.10825s