pimm


Namepimm JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/lollipopnougat/pimm
Summarypypi mirrors manager
upload_time2024-01-04 16:44:45
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords pimm source manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pimm

## pip mirrors manager

This is a pip mirrors manager, just like [nrm](https://github.com/Pana/nrm) for npm.

### support command

```bash
pmm ls # list all server
pmm help # show help
pmm test # show response time of all servers 
pmm use <name> # use <server_name> server 
pmm -V # show current version
pmm add <name> <url> # Add a mirror
pmm rm <name> #Remove the mirror
pmm reset #Reset to the initial state
```

### mirrors includes

```json
{
    "aliyun": "https://mirrors.aliyun.com/pypi/simple",
    "douban": "https://pypi.doubanio.com/simple",
    "hit": "https://mirrors.hit.edu.cn/pypi/web/simple",
    "huawei": "https://repo.huaweicloud.com/repository/pypi/simple",
    "jlu": "https://mirrors.jlu.edu.cn/pypi/simple",
    "pku": "https://mirrors.pku.edu.cn/pypi/web/simple",
    "tencent": "https://mirrors.cloud.tencent.com/pypi/simple",
    "thu": "https://pypi.tuna.tsinghua.edu.cn/simple",
    "ustc": "https://pypi.mirrors.ustc.edu.cn/simple",
    "default": "https://pypi.org/simple"
}
```

### LICENSE

MIT



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lollipopnougat/pimm",
    "name": "pimm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pimm source manager",
    "author": "",
    "author_email": "lollipopnougat@126.com",
    "download_url": "",
    "platform": null,
    "description": "# pimm\n\n## pip mirrors manager\n\nThis is a pip mirrors manager, just like [nrm](https://github.com/Pana/nrm) for npm.\n\n### support command\n\n```bash\npmm ls # list all server\npmm help # show help\npmm test # show response time of all servers \npmm use <name> # use <server_name> server \npmm -V # show current version\npmm add <name> <url> # Add a mirror\npmm rm <name> #Remove the mirror\npmm reset #Reset to the initial state\n```\n\n### mirrors includes\n\n```json\n{\n    \"aliyun\": \"https://mirrors.aliyun.com/pypi/simple\",\n    \"douban\": \"https://pypi.doubanio.com/simple\",\n    \"hit\": \"https://mirrors.hit.edu.cn/pypi/web/simple\",\n    \"huawei\": \"https://repo.huaweicloud.com/repository/pypi/simple\",\n    \"jlu\": \"https://mirrors.jlu.edu.cn/pypi/simple\",\n    \"pku\": \"https://mirrors.pku.edu.cn/pypi/web/simple\",\n    \"tencent\": \"https://mirrors.cloud.tencent.com/pypi/simple\",\n    \"thu\": \"https://pypi.tuna.tsinghua.edu.cn/simple\",\n    \"ustc\": \"https://pypi.mirrors.ustc.edu.cn/simple\",\n    \"default\": \"https://pypi.org/simple\"\n}\n```\n\n### LICENSE\n\nMIT\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pypi mirrors manager",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/lollipopnougat/pimm"
    },
    "split_keywords": [
        "pimm",
        "source",
        "manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9047eec05d1ae386c1b61df3bc852d071b686de32a0b1448d658600e6adcc9cf",
                "md5": "2efcc92ae67a9169c8c1124b8cd240b3",
                "sha256": "b149aab3a3e1a1a12846aad6482530b0a4c4cfaa161fddaeec134c0769edfed2"
            },
            "downloads": -1,
            "filename": "pimm-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2efcc92ae67a9169c8c1124b8cd240b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6593,
            "upload_time": "2024-01-04T16:44:45",
            "upload_time_iso_8601": "2024-01-04T16:44:45.892682Z",
            "url": "https://files.pythonhosted.org/packages/90/47/eec05d1ae386c1b61df3bc852d071b686de32a0b1448d658600e6adcc9cf/pimm-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 16:44:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lollipopnougat",
    "github_project": "pimm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pimm"
}
        
Elapsed time: 0.17002s