py-googletrans


Namepy-googletrans JSON
Version 4.0.0 PyPI version JSON
download
home_pageNone
SummaryAn unofficial Google Translate API for Python
upload_time2024-12-13 14:59:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements anyio certifi h11 h2 hpack httpcore httpx hyperframe idna sniffio
Travis-CI
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "py-googletrans",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "SuHun Han <ssut@ssut.me>",
    "download_url": "https://files.pythonhosted.org/packages/36/43/b778a254f5a698f90f7087757b03aa911fca2660e04d7ced7d6869f70ebc/py_googletrans-4.0.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": null,
    "summary": "An unofficial Google Translate API for Python",
    "version": "4.0.0",
    "project_urls": {
        "homepage": "https://github.com/ssut/py-googletrans"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18a2e7102ca033307f74d83f5b56cc0dd2e57a63f2c6a1ace3f34bf1c10a40ca",
                "md5": "0a75c75168816b9d06c8483305541af7",
                "sha256": "9b735ad33a6042a7fef2d5e3c595dafd4ffe1768e625b7f0a945063a10301037"
            },
            "downloads": -1,
            "filename": "py_googletrans-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a75c75168816b9d06c8483305541af7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14963,
            "upload_time": "2024-12-13T14:59:26",
            "upload_time_iso_8601": "2024-12-13T14:59:26.769903Z",
            "url": "https://files.pythonhosted.org/packages/18/a2/e7102ca033307f74d83f5b56cc0dd2e57a63f2c6a1ace3f34bf1c10a40ca/py_googletrans-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3643b778a254f5a698f90f7087757b03aa911fca2660e04d7ced7d6869f70ebc",
                "md5": "8ac23a40d69f346f912989716fb087c7",
                "sha256": "0dc45254560cc97076a25e1ef9d67b66024d1f80a0c3f7456c9a99a1726a84a6"
            },
            "downloads": -1,
            "filename": "py_googletrans-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8ac23a40d69f346f912989716fb087c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18757,
            "upload_time": "2024-12-13T14:59:29",
            "upload_time_iso_8601": "2024-12-13T14:59:29.824312Z",
            "url": "https://files.pythonhosted.org/packages/36/43/b778a254f5a698f90f7087757b03aa911fca2660e04d7ced7d6869f70ebc/py_googletrans-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 14:59:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ssut",
    "github_project": "py-googletrans",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "anyio",
            "specs": [
                [
                    "==",
                    "4.6.2.post1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.8.30"
                ]
            ]
        },
        {
            "name": "h11",
            "specs": [
                [
                    "==",
                    "0.14.0"
                ]
            ]
        },
        {
            "name": "h2",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "hpack",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "httpcore",
            "specs": [
                [
                    "==",
                    "1.0.7"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    "==",
                    "0.27.2"
                ]
            ]
        },
        {
            "name": "hyperframe",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "sniffio",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "py-googletrans"
}
        
Elapsed time: 1.17799s