mihomo


Namemihomo JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/Mar-7th/mihomo.py
SummaryLibrary for API wrapper data from mihomo
upload_time2024-05-26 10:17:37
maintainerNone
docs_urlNone
authormobyw
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mihomo.py

## Introduction

This is a Python library for getting data from [mihomo.me](https://api.mihomo.me). It can also parse the data into a more readable format.

## Installation

```bash
pip install mihomo
```

## Usage

Refer to [example](./examples/example.py).

Document of API: <https://march7th.xiaohei.moe/en/resource/mihomo_api.html>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mar-7th/mihomo.py",
    "name": "mihomo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "mobyw",
    "author_email": "mobyw66@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/34/db/c930e765f56c34d1ac44e3904e2632f0d10dcae7dca0695790e153e8444c/mihomo-2.3.0.tar.gz",
    "platform": null,
    "description": "# mihomo.py\n\n## Introduction\n\nThis is a Python library for getting data from [mihomo.me](https://api.mihomo.me). It can also parse the data into a more readable format.\n\n## Installation\n\n```bash\npip install mihomo\n```\n\n## Usage\n\nRefer to [example](./examples/example.py).\n\nDocument of API: <https://march7th.xiaohei.moe/en/resource/mihomo_api.html>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for API wrapper data from mihomo",
    "version": "2.3.0",
    "project_urls": {
        "Homepage": "https://github.com/Mar-7th/mihomo.py",
        "Repository": "https://github.com/Mar-7th/mihomo.py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e863c94da887e340b3bb4fa194103872649d2753ee3836acb03ab11b67c8fd8",
                "md5": "218341770449062c8c22a1b61a541ddd",
                "sha256": "524e353ce0f19083b581ecc67e6ac54111daf5e63f6adcebdcfd3449224e8181"
            },
            "downloads": -1,
            "filename": "mihomo-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "218341770449062c8c22a1b61a541ddd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5927,
            "upload_time": "2024-05-26T10:17:35",
            "upload_time_iso_8601": "2024-05-26T10:17:35.247147Z",
            "url": "https://files.pythonhosted.org/packages/8e/86/3c94da887e340b3bb4fa194103872649d2753ee3836acb03ab11b67c8fd8/mihomo-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34dbc930e765f56c34d1ac44e3904e2632f0d10dcae7dca0695790e153e8444c",
                "md5": "654bf7a64448cfb18f8772d1d18f5615",
                "sha256": "348412afc9483ce56e35f1266cba1b5da9eac4b5e5b6425e34159ab503710f82"
            },
            "downloads": -1,
            "filename": "mihomo-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "654bf7a64448cfb18f8772d1d18f5615",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 5105,
            "upload_time": "2024-05-26T10:17:37",
            "upload_time_iso_8601": "2024-05-26T10:17:37.031469Z",
            "url": "https://files.pythonhosted.org/packages/34/db/c930e765f56c34d1ac44e3904e2632f0d10dcae7dca0695790e153e8444c/mihomo-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 10:17:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mar-7th",
    "github_project": "mihomo.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mihomo"
}
        
Elapsed time: 0.37637s