googlex


Namegooglex JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/mrsalari/googlex
SummaryThis is a powerful library for building self robots in Rubika
upload_time2023-06-03 12:12:01
maintainer
docs_urlNone
authormohammad saeed salari
requires_python~=3.7
license
keywords googlex google search gogle pyrubika search google google search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <br>
        <img src="mrsalari.github.io/images.jpeg" alt="search" width="428">
    <br>
    <br>
        <b>Google search library with Python</b>
    <br>
</p>

## google

> A fast, and  powerful library for search own in google

``` python
from googlex import search
search("Google")
  
```


### Installing

``` bash
pip3 install googlex
```

This is not an official google product. It is affiliated with nor endorsed by google Inc.

© 2023 Mohammad Saeed Salari

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mrsalari/googlex",
    "name": "googlex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "googlex,google,search,gogle,pyrubika,search google,google search",
    "author": "mohammad saeed salari",
    "author_email": "salari601601@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/03/b841c4f8228550ec7d2e4fd67fb80a929546516d22fe7bbc87204c3d4edf/googlex-1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <br>\r\n        <img src=\"mrsalari.github.io/images.jpeg\" alt=\"search\" width=\"428\">\r\n    <br>\r\n    <br>\r\n        <b>Google search library with Python</b>\r\n    <br>\r\n</p>\r\n\r\n## google\r\n\r\n> A fast, and  powerful library for search own in google\r\n\r\n``` python\r\nfrom googlex import search\r\nsearch(\"Google\")\r\n  \r\n```\r\n\r\n\r\n### Installing\r\n\r\n``` bash\r\npip3 install googlex\r\n```\r\n\r\nThis is not an official google product. It is affiliated with nor endorsed by google Inc.\r\n\r\n\u00a9 2023 Mohammad Saeed Salari\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a powerful library for building self robots in Rubika",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/mrsalari/googlex"
    },
    "split_keywords": [
        "googlex",
        "google",
        "search",
        "gogle",
        "pyrubika",
        "search google",
        "google search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f499dc791d3dc0c9c49af646bb51aa52179ee4ff6afbd886d6f749eb2f4c69d8",
                "md5": "3ac8a51bb9f76f4ae4956938b0828e1d",
                "sha256": "ac2d977223e4556c233f7358b610da4bfb3a68a81ac14e97bb76e347b434ad1b"
            },
            "downloads": -1,
            "filename": "googlex-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ac8a51bb9f76f4ae4956938b0828e1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 3820,
            "upload_time": "2023-06-03T12:11:14",
            "upload_time_iso_8601": "2023-06-03T12:11:14.057867Z",
            "url": "https://files.pythonhosted.org/packages/f4/99/dc791d3dc0c9c49af646bb51aa52179ee4ff6afbd886d6f749eb2f4c69d8/googlex-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f203b841c4f8228550ec7d2e4fd67fb80a929546516d22fe7bbc87204c3d4edf",
                "md5": "da407a289b470bf9cc21e74f587cfcfc",
                "sha256": "fa7f80bb67607cb594f35f69b580d628b84a3f11947b85eb6108e192096f5e22"
            },
            "downloads": -1,
            "filename": "googlex-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "da407a289b470bf9cc21e74f587cfcfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 3567,
            "upload_time": "2023-06-03T12:12:01",
            "upload_time_iso_8601": "2023-06-03T12:12:01.637321Z",
            "url": "https://files.pythonhosted.org/packages/f2/03/b841c4f8228550ec7d2e4fd67fb80a929546516d22fe7bbc87204c3d4edf/googlex-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-03 12:12:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mrsalari",
    "github_project": "googlex",
    "github_not_found": true,
    "lcname": "googlex"
}
        
Elapsed time: 0.09062s