goodip


Namegoodip JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Erfan-Bafandeh/goodip
Summaryyou can get your ip address and get its information.
upload_time2024-04-02 15:24:04
maintainerNone
docs_urlNone
authorErfan Bafandeh
requires_python~=3.6
licenseNone
keywords ip myip goodip checkip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## get start:

```python
from goodip import ip

ip = ip()

ip.ip
ip.region
ip.city
ip.isp
ip.organization
ip.network
ip.usage_type
ip.timezone
ip.local_time
ip.coordinates
ip.os
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Erfan-Bafandeh/goodip",
    "name": "goodip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.6",
    "maintainer_email": null,
    "keywords": "ip, myip, goodip, checkip",
    "author": "Erfan Bafandeh",
    "author_email": "user.enbh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/c6/057adfe09cd236d3224b2e3670eec2be5f3b52e0a24450e1acf93d0b6f78/goodip-0.0.3.tar.gz",
    "platform": null,
    "description": "## get start:\r\n\r\n```python\r\nfrom goodip import ip\r\n\r\nip = ip()\r\n\r\nip.ip\r\nip.region\r\nip.city\r\nip.isp\r\nip.organization\r\nip.network\r\nip.usage_type\r\nip.timezone\r\nip.local_time\r\nip.coordinates\r\nip.os\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "you can get your ip address and get its information.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Erfan-Bafandeh/goodip"
    },
    "split_keywords": [
        "ip",
        " myip",
        " goodip",
        " checkip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e43c60f67a1b3b35f429e77255e2b7f9cd56e6cf5c521b1655c0c9020556479c",
                "md5": "7115fe38aaf3dc711120b2207b92c29a",
                "sha256": "68b2ae6c71420dd35fc3479e7086acfd767d2bcd36e3683696a53ea5f876c301"
            },
            "downloads": -1,
            "filename": "goodip-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7115fe38aaf3dc711120b2207b92c29a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.6",
            "size": 3399,
            "upload_time": "2024-04-02T15:24:03",
            "upload_time_iso_8601": "2024-04-02T15:24:03.215463Z",
            "url": "https://files.pythonhosted.org/packages/e4/3c/60f67a1b3b35f429e77255e2b7f9cd56e6cf5c521b1655c0c9020556479c/goodip-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84c6057adfe09cd236d3224b2e3670eec2be5f3b52e0a24450e1acf93d0b6f78",
                "md5": "62bc9be5e88eb5965e7805eb873f7c98",
                "sha256": "48fdb281bc4707b729fca9728a4a4d391497ff1fcfb89bd0c1d8876879ece1b3"
            },
            "downloads": -1,
            "filename": "goodip-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "62bc9be5e88eb5965e7805eb873f7c98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.6",
            "size": 2857,
            "upload_time": "2024-04-02T15:24:04",
            "upload_time_iso_8601": "2024-04-02T15:24:04.953724Z",
            "url": "https://files.pythonhosted.org/packages/84/c6/057adfe09cd236d3224b2e3670eec2be5f3b52e0a24450e1acf93d0b6f78/goodip-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 15:24:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Erfan-Bafandeh",
    "github_project": "goodip",
    "github_not_found": true,
    "lcname": "goodip"
}
        
Elapsed time: 0.23907s