googletrans-py


Namegoogletrans-py 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_time2022-04-13 14:48:07
maintainer
docs_urlNone
authorStarkProgrammer
requires_python>=3.7
licenseMIT
keywords google translate translator
VCS
bugtrack_url
requirements No requirements were recorded.
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-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": "googletrans-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "google translate translator",
    "author": "StarkProgrammer",
    "author_email": "starkbotsindustries@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/e5/37d8bd1d6f186b642b29f3c7761eb162c54e2bbd3cfc0182dc2fb6c1327f/googletrans-py-4.0.0.tar.gz",
    "platform": null,
    "description": "# googletrans-py\r\r\n\r\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\r\n\r\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\r\n\r\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\r\n\r\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\r\n\r\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\r\n\r\r\n## Installation\r\r\n\r\r\n### PyPI\r\r\n\r\r\nThis project is available on [PyPI](https://pypi.org/project/googletrans-py) and can be installed using pip.\r\r\n\r\r\n```shell\r\r\npip install googletrans-py\r\r\n```\r\r\n\r\r\n### Repository\r\r\n\r\r\nYou can also install the project directly from this repository.\r\r\n\r\r\n```shell\r\r\npip install git+https://github.com/StarkBotsIndustries/googletrans.git\r\r\n```\r\r\n\r\r\n## Credits\r\r\n\r\r\nOriginal Author - [Suhun Han](https://github.com/ssut)\r\r\n\r\r\nOriginal Repository - [googletrans](https://github.com/ssut/py-googletrans)\r\r\n\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": "50e537d8bd1d6f186b642b29f3c7761eb162c54e2bbd3cfc0182dc2fb6c1327f",
                "md5": "0694235ee200c57b5761370c425bba96",
                "sha256": "487963819ced88f1f81d848786e2d3e02544833d161cc5edb178a1f74bde6d98"
            },
            "downloads": -1,
            "filename": "googletrans-py-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0694235ee200c57b5761370c425bba96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12980,
            "upload_time": "2022-04-13T14:48:07",
            "upload_time_iso_8601": "2022-04-13T14:48:07.745362Z",
            "url": "https://files.pythonhosted.org/packages/50/e5/37d8bd1d6f186b642b29f3c7761eb162c54e2bbd3cfc0182dc2fb6c1327f/googletrans-py-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-04-13 14:48:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "StarkBotsIndustries",
    "github_project": "googletrans",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "googletrans-py"
}
        
Elapsed time: 0.40750s