ovos-phal-plugin-ipgeo


Nameovos-phal-plugin-ipgeo JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-PHAL-plugin-ipgeo
SummaryA PHAL plugin for mycroft
upload_time2024-11-19 12:35:47
maintainerNone
docs_urlNone
authorJarbasAi
requires_pythonNone
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements ovos-plugin-manager ovos-config ovos-utils
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PHAL plugin - IPGeo

Autoconfigure default location based on ip address via [ip-api.com](https://ip-api.com)

> **This will not overwrite** user defined configuration, only populates values if missing

`City`, `regionName` and `country` will be also be localized to your language if possible

Supported langs: `"en", "de", "es", "pt", "fr", "ja", "zh", "ru"`


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-PHAL-plugin-ipgeo",
    "name": "ovos-phal-plugin-ipgeo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "JarbasAi",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/58/d7/2f53812d088c66e982a7f16ab4fcd6e731f2070c3168987679bc0aeea22f/ovos-phal-plugin-ipgeo-0.1.2.tar.gz",
    "platform": null,
    "description": "# PHAL plugin - IPGeo\n\nAutoconfigure default location based on ip address via [ip-api.com](https://ip-api.com)\n\n> **This will not overwrite** user defined configuration, only populates values if missing\n\n`City`, `regionName` and `country` will be also be localized to your language if possible\n\nSupported langs: `\"en\", \"de\", \"es\", \"pt\", \"fr\", \"ja\", \"zh\", \"ru\"`\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A PHAL plugin for mycroft",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-PHAL-plugin-ipgeo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6382b9e4c1e21f1c22ef110639d81a2ef0fcc0baf94a12b4252d95a6ee91f7c9",
                "md5": "78021f0a990bed1fae8bb0734e713948",
                "sha256": "205273c5bedd5a650c43ab180db09249a53a112cd989c43a758d94146eaf1c68"
            },
            "downloads": -1,
            "filename": "ovos_phal_plugin_ipgeo-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78021f0a990bed1fae8bb0734e713948",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7607,
            "upload_time": "2024-11-19T12:35:45",
            "upload_time_iso_8601": "2024-11-19T12:35:45.952159Z",
            "url": "https://files.pythonhosted.org/packages/63/82/b9e4c1e21f1c22ef110639d81a2ef0fcc0baf94a12b4252d95a6ee91f7c9/ovos_phal_plugin_ipgeo-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58d72f53812d088c66e982a7f16ab4fcd6e731f2070c3168987679bc0aeea22f",
                "md5": "bc5489f2923d0863f64975ddc339b807",
                "sha256": "2e11c051176a026539c13c3e2dc58a4224a7c6b2cf5245a362cbe973ab35c19c"
            },
            "downloads": -1,
            "filename": "ovos-phal-plugin-ipgeo-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bc5489f2923d0863f64975ddc339b807",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7357,
            "upload_time": "2024-11-19T12:35:47",
            "upload_time_iso_8601": "2024-11-19T12:35:47.460744Z",
            "url": "https://files.pythonhosted.org/packages/58/d7/2f53812d088c66e982a7f16ab4fcd6e731f2070c3168987679bc0aeea22f/ovos-phal-plugin-ipgeo-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 12:35:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-PHAL-plugin-ipgeo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ovos-plugin-manager",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        },
        {
            "name": "ovos-config",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.0.10"
                ]
            ]
        },
        {
            "name": "ovos-utils",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.4.0"
                ]
            ]
        }
    ],
    "lcname": "ovos-phal-plugin-ipgeo"
}
        
Elapsed time: 0.46494s