http-pyparser


Namehttp-pyparser JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/jaedsonpys/http-pyparser
SummaryParse HTTP messages simply and quickly with Python
upload_time2022-12-04 23:46:17
maintainer
docs_urlNone
authorJaedson Silva
requires_python>= 3.6
licenseApache 2.0
keywords http parser python request
VCS
bugtrack_url
requirements argeasy bupytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HTTPPyparser

Format or create HTTP messages easily and simply using the `HTTPPyParser` library in Python! You can install `http-pyparser` with **pip** package manager:

```
pip install http-pyparser
```

## License

```
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
```

This project uses the `Apache 2.0` license, see the [LICENSE](https://github.com/jaedsonpys/http-pyparser/blob/main/LICENSE) file for **more information**.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jaedsonpys/http-pyparser",
    "name": "http-pyparser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.6",
    "maintainer_email": "",
    "keywords": "http,parser,python,request",
    "author": "Jaedson Silva",
    "author_email": "imunknowuser@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/99/9f071dd67f87eee80159bb9f675fad00510c389eed7c2b96b70f01bd8971/http-pyparser-0.5.1.tar.gz",
    "platform": "any",
    "description": "# HTTPPyparser\n\nFormat or create HTTP messages easily and simply using the `HTTPPyParser` library in Python! You can install `http-pyparser` with **pip** package manager:\n\n```\npip install http-pyparser\n```\n\n## License\n\n```\nApache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n```\n\nThis project uses the `Apache 2.0` license, see the [LICENSE](https://github.com/jaedsonpys/http-pyparser/blob/main/LICENSE) file for **more information**.",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Parse HTTP messages simply and quickly with Python",
    "version": "0.5.1",
    "split_keywords": [
        "http",
        "parser",
        "python",
        "request"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "24cd40b452b5d732a7f6c06fbb9ecd78",
                "sha256": "9d4a6e721c2c5c0cfbdcc45c9b8c852782c4ca676131a2ad2b53c9af3e662fe2"
            },
            "downloads": -1,
            "filename": "http-pyparser-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "24cd40b452b5d732a7f6c06fbb9ecd78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.6",
            "size": 4100,
            "upload_time": "2022-12-04T23:46:17",
            "upload_time_iso_8601": "2022-12-04T23:46:17.936412Z",
            "url": "https://files.pythonhosted.org/packages/8d/99/9f071dd67f87eee80159bb9f675fad00510c389eed7c2b96b70f01bd8971/http-pyparser-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 23:46:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jaedsonpys",
    "github_project": "http-pyparser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "argeasy",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "bupytest",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        }
    ],
    "lcname": "http-pyparser"
}
        
Elapsed time: 0.01518s