har2pm


Namehar2pm JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/whitexie/Har2Postman
SummaryConvert HAR(HTTP Archive) to Postman Collection
upload_time2023-08-01 09:29:32
maintainer
docs_urlNone
authorysansan
requires_python>=3.6,<4.0
licenseMIT
keywords har postman
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ## Har2Postman
[![unittest](https://github.com/whitexie/Har2Postman/workflows/unittest/badge.svg)](https://github.com/whitexie/Har2Postman/actions/workflows/unittest.yml)
> 将har文件转换为postman可导入文件

## 安装
```shell script
pip install Har2Postman
```

## 使用
1.将har文件转换为postman可导入文件
```shell script
har2postman postman_echo.har

# INFO:root:read postman_echo.har
# INFO:root:Generate postman collection successfully: postman_echo.json
```
2.在postman中导入postman_echo.json文件
![](https://i.loli.net/2020/02/11/7e1Zm2wrNIF5WEB.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/whitexie/Har2Postman",
    "name": "har2pm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "har,postman",
    "author": "ysansan",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6f/25/811f764c5ad095b360720117d5f8acbca3dc46d73065a65e3a3b73596fd3/har2pm-0.1.9.tar.gz",
    "platform": null,
    "description": "## Har2Postman\n[![unittest](https://github.com/whitexie/Har2Postman/workflows/unittest/badge.svg)](https://github.com/whitexie/Har2Postman/actions/workflows/unittest.yml)\n> \u5c06har\u6587\u4ef6\u8f6c\u6362\u4e3apostman\u53ef\u5bfc\u5165\u6587\u4ef6\n\n## \u5b89\u88c5\n```shell script\npip install Har2Postman\n```\n\n## \u4f7f\u7528\n1.\u5c06har\u6587\u4ef6\u8f6c\u6362\u4e3apostman\u53ef\u5bfc\u5165\u6587\u4ef6\n```shell script\nhar2postman postman_echo.har\n\n# INFO:root:read postman_echo.har\n# INFO:root:Generate postman collection successfully: postman_echo.json\n```\n2.\u5728postman\u4e2d\u5bfc\u5165postman_echo.json\u6587\u4ef6\n![](https://i.loli.net/2020/02/11/7e1Zm2wrNIF5WEB.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Convert HAR(HTTP Archive) to Postman Collection",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/whitexie/Har2Postman",
        "Repository": "https://github.com/whitexie/Har2Postman"
    },
    "split_keywords": [
        "har",
        "postman"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a2ed23b167c58e9261dc7b95737abb3e6411c367c36b9636fde0a071d77612a",
                "md5": "7a462d983b5c4fcf599c424ab0227a3b",
                "sha256": "0688a5bc6b546d3d5cd14675315ad03d4170f11ac73d4011a42fde7a0be48cbf"
            },
            "downloads": -1,
            "filename": "har2pm-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a462d983b5c4fcf599c424ab0227a3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 5649,
            "upload_time": "2023-08-01T09:29:30",
            "upload_time_iso_8601": "2023-08-01T09:29:30.474214Z",
            "url": "https://files.pythonhosted.org/packages/9a/2e/d23b167c58e9261dc7b95737abb3e6411c367c36b9636fde0a071d77612a/har2pm-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f25811f764c5ad095b360720117d5f8acbca3dc46d73065a65e3a3b73596fd3",
                "md5": "4e9abd8d16fa5cc6e759d19f96f0b03a",
                "sha256": "25656baea67834947598a3da850e8a8f62b9e17aa16fb9460a7e80fe0ede607e"
            },
            "downloads": -1,
            "filename": "har2pm-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4e9abd8d16fa5cc6e759d19f96f0b03a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 4480,
            "upload_time": "2023-08-01T09:29:32",
            "upload_time_iso_8601": "2023-08-01T09:29:32.099815Z",
            "url": "https://files.pythonhosted.org/packages/6f/25/811f764c5ad095b360720117d5f8acbca3dc46d73065a65e3a3b73596fd3/har2pm-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 09:29:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "whitexie",
    "github_project": "Har2Postman",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "har2pm"
}
        
Elapsed time: 0.13998s