googletranswheel2


Namegoogletranswheel2 JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/StarkBotsIndustries/googletrans
SummaryFree Google Translate API for Python. Translates totally free of charge.
upload_time2024-06-29 14:10:52
maintainerNone
docs_urlNone
authorStarkProgrammer
requires_python>=3.7
licenseMIT
keywords google translate translator
VCS
bugtrack_url
requirements httpx h2
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # googletrans-py



This is a fork of the [googletrans](https://github.com/ssut/py-googletrans) which makes the original package compatible with the latest versions of `httpx`, `httpcore` and their dependencies. This compatibility makes it possible to use `httpx`'s newer versions than `0.13.3`.



The base is taken from the [feature/rpc](https://github.com/ssut/py-googletrans/tree/feature/rpc) branch of googletrans which was the last version, including pre-releases.



Comparing with PyPI, the base uses [v4.0.0rc1](https://pypi.org/project/googletrans/4.0.0rc1/) which was the last version on pypi, including pre-releases.



> **Note**: I have no intention to add features or to maintain this project. This is a temporary solution to a temporary a problem, hopefully.



As the original project ended with version `4.0.0rc1` (pre-release), this fork's versioning starts from `4.0.0` (stable release).



## Installation



### PyPI



This project is available on [PyPI](https://pypi.org/project/googletrans-py) and can be installed using pip.



```shell

pip install googletrans-wheel2-py

```



### Repository



You can also install the project directly from this repository.



```shell

pip install git+https://github.com/StarkBotsIndustries/googletrans.git

```



## Credits



Original Author - [Suhun Han](https://github.com/ssut)



Original Repository - [googletrans](https://github.com/ssut/py-googletrans)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/StarkBotsIndustries/googletrans",
    "name": "googletranswheel2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "google translate translator",
    "author": "StarkProgrammer",
    "author_email": "starkbotsindustries@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# googletrans-py\r\n\r\n\r\n\r\nThis is a fork of the [googletrans](https://github.com/ssut/py-googletrans) which makes the original package compatible with the latest versions of `httpx`, `httpcore` and their dependencies. This compatibility makes it possible to use `httpx`'s newer versions than `0.13.3`.\r\n\r\n\r\n\r\nThe base is taken from the [feature/rpc](https://github.com/ssut/py-googletrans/tree/feature/rpc) branch of googletrans which was the last version, including pre-releases.\r\n\r\n\r\n\r\nComparing with PyPI, the base uses [v4.0.0rc1](https://pypi.org/project/googletrans/4.0.0rc1/) which was the last version on pypi, including pre-releases.\r\n\r\n\r\n\r\n> **Note**: I have no intention to add features or to maintain this project. This is a temporary solution to a temporary a problem, hopefully.\r\n\r\n\r\n\r\nAs the original project ended with version `4.0.0rc1` (pre-release), this fork's versioning starts from `4.0.0` (stable release).\r\n\r\n\r\n\r\n## Installation\r\n\r\n\r\n\r\n### PyPI\r\n\r\n\r\n\r\nThis project is available on [PyPI](https://pypi.org/project/googletrans-py) and can be installed using pip.\r\n\r\n\r\n\r\n```shell\r\n\r\npip install googletrans-wheel2-py\r\n\r\n```\r\n\r\n\r\n\r\n### Repository\r\n\r\n\r\n\r\nYou can also install the project directly from this repository.\r\n\r\n\r\n\r\n```shell\r\n\r\npip install git+https://github.com/StarkBotsIndustries/googletrans.git\r\n\r\n```\r\n\r\n\r\n\r\n## Credits\r\n\r\n\r\n\r\nOriginal Author - [Suhun Han](https://github.com/ssut)\r\n\r\n\r\n\r\nOriginal Repository - [googletrans](https://github.com/ssut/py-googletrans)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Free Google Translate API for Python. Translates totally free of charge.",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://github.com/StarkBotsIndustries/googletrans"
    },
    "split_keywords": [
        "google",
        "translate",
        "translator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "395bfc569bdca0202c0ed8c0b8bd375cbc6b8d0054550e36bb2faf979a28f636",
                "md5": "40df1d344ee17be2f97bec2ab7c42305",
                "sha256": "e585b581218d27b6c145fb3f52676e65418ec88b10dacecfa849adfe3bad33ce"
            },
            "downloads": -1,
            "filename": "googletranswheel2-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40df1d344ee17be2f97bec2ab7c42305",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13286,
            "upload_time": "2024-06-29T14:10:52",
            "upload_time_iso_8601": "2024-06-29T14:10:52.101242Z",
            "url": "https://files.pythonhosted.org/packages/39/5b/fc569bdca0202c0ed8c0b8bd375cbc6b8d0054550e36bb2faf979a28f636/googletranswheel2-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 14:10:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "StarkBotsIndustries",
    "github_project": "googletrans",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "httpx",
            "specs": [
                [
                    ">=",
                    "0.22.0"
                ]
            ]
        },
        {
            "name": "h2",
            "specs": [
                [
                    ">=",
                    "4"
                ],
                [
                    "<",
                    "5"
                ]
            ]
        }
    ],
    "lcname": "googletranswheel2"
}
        
Elapsed time: 4.19813s