googletrans-py39


Namegoogletrans-py39 JSON
Version 4.0.2 PyPI version JSON
download
home_pagehttps://github.com/StarkBotsIndustries/googletrans
SummaryFree Google Translate API for Python. Translates totally free of charge.
upload_time2023-12-04 04:43:58
maintainer
docs_urlNone
authorCoykto
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/ShivangKakkar/googletrans) to make it compatible with Python3.9.

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

## Installation

### PyPI

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

```shell
pip install googletrans-py39
```

### Repository

You can also install the project directly from this repository.

```shell
pip install git+https://github.com/Coykto/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-py39",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "google translate translator",
    "author": "Coykto",
    "author_email": "coykto@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/e6/1137cc559e812a6e87b5c2b0afdac03c6506a32bf30b2c632eb0df645299/googletrans-py39-4.0.2.tar.gz",
    "platform": null,
    "description": "# googletrans-py\n\nThis is a fork of the [googletrans](https://github.com/ShivangKakkar/googletrans) to make it compatible with Python3.9.\n\n> **Note**: I have no intention to add features or to maintain this project. This is a permanent solution to a \"temporary\" problem.\n\n## Installation\n\n### PyPI\n\nThis project is available on [PyPI](https://pypi.org/project/googletrans-py39) and can be installed using pip.\n\n```shell\npip install googletrans-py39\n```\n\n### Repository\n\nYou can also install the project directly from this repository.\n\n```shell\npip install git+https://github.com/Coykto/googletrans.git\n```\n\n## Credits\n\nOriginal Author - [Suhun Han](https://github.com/ssut)\n\nOriginal Repository - [googletrans](https://github.com/ssut/py-googletrans)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Free Google Translate API for Python. Translates totally free of charge.",
    "version": "4.0.2",
    "project_urls": {
        "Homepage": "https://github.com/StarkBotsIndustries/googletrans"
    },
    "split_keywords": [
        "google",
        "translate",
        "translator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b1d89bdd6c08bf223d7fcfa5ad5f7b3285b8716bd817ab48e3691f334a5f00a",
                "md5": "5e306a67c7f2bbcc5b283e4b11258ccd",
                "sha256": "2d24844d9b118b710bf47c8e95094f5fd1bbce1e3f19113031d5a47f0e0f67db"
            },
            "downloads": -1,
            "filename": "googletrans_py39-4.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e306a67c7f2bbcc5b283e4b11258ccd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12819,
            "upload_time": "2023-12-04T04:43:56",
            "upload_time_iso_8601": "2023-12-04T04:43:56.370356Z",
            "url": "https://files.pythonhosted.org/packages/3b/1d/89bdd6c08bf223d7fcfa5ad5f7b3285b8716bd817ab48e3691f334a5f00a/googletrans_py39-4.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0e61137cc559e812a6e87b5c2b0afdac03c6506a32bf30b2c632eb0df645299",
                "md5": "14c7babdff1fd0f393236f4100e452b7",
                "sha256": "f6db7b1d8843e9f9c74e2a1eda59304bba1f0728fc5b5e269745548d351abdb1"
            },
            "downloads": -1,
            "filename": "googletrans-py39-4.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "14c7babdff1fd0f393236f4100e452b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12279,
            "upload_time": "2023-12-04T04:43:58",
            "upload_time_iso_8601": "2023-12-04T04:43:58.312556Z",
            "url": "https://files.pythonhosted.org/packages/c0/e6/1137cc559e812a6e87b5c2b0afdac03c6506a32bf30b2c632eb0df645299/googletrans-py39-4.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 04:43:58",
    "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-py39"
}
        
Elapsed time: 0.14772s