googletrans-wheel2-py


Namegoogletrans-wheel2-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_time2024-06-29 13:22:07
maintainerNone
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-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": "googletrans-wheel2-py",
    "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": "c4ac978ccffb3bff0ea2dfbda4e3f2d863013ea5173a4125e71b071d8f477a6d",
                "md5": "871fe99c02d2d725e7430420f4dbd223",
                "sha256": "5e618439588fbd3cf1c6416accdf54350ebb33b26bd5473cbf13cc6ff56f2621"
            },
            "downloads": -1,
            "filename": "googletrans_wheel2_py-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "871fe99c02d2d725e7430420f4dbd223",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13221,
            "upload_time": "2024-06-29T13:22:07",
            "upload_time_iso_8601": "2024-06-29T13:22:07.412679Z",
            "url": "https://files.pythonhosted.org/packages/c4/ac/978ccffb3bff0ea2dfbda4e3f2d863013ea5173a4125e71b071d8f477a6d/googletrans_wheel2_py-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 13:22: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-wheel2-py"
}
        
Elapsed time: 0.46155s