mewo-http-client


Namemewo-http-client JSON
Version 0.1.19 PyPI version JSON
download
home_page
Summary
upload_time2023-11-16 05:14:02
maintainer
docs_urlNone
authorfeluxe
requires_python>=3.9,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mewo-http-client

This repo contains:

- A http client lirary.
- A cli tool to help with http calls.

The library is very high-level and opinionated. It's a wrapper around the 'requests' library.
The main goal is to make http serivce to service communication super simple in regards to retry-logic and loggin.
The library is created with mewo services in mind (e.g. mub).
This is not intended to be a flexible http client for all purposes. It just offers a simple, opinionated, highlevel interface for http communication within mewo.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mewo-http-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "feluxe",
    "author_email": "felix@meyerwolters.de",
    "download_url": "",
    "platform": null,
    "description": "# mewo-http-client\n\nThis repo contains:\n\n- A http client lirary.\n- A cli tool to help with http calls.\n\nThe library is very high-level and opinionated. It's a wrapper around the 'requests' library.\nThe main goal is to make http serivce to service communication super simple in regards to retry-logic and loggin.\nThe library is created with mewo services in mind (e.g. mub).\nThis is not intended to be a flexible http client for all purposes. It just offers a simple, opinionated, highlevel interface for http communication within mewo.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.19",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad902bb18045aa6d45ac257376e555d9720747dd81f5f0dd0c756cb66247eb5f",
                "md5": "1215638504b4f7f5668e2a082967050b",
                "sha256": "1ae48ca74d94581c5ef871233650a9f845e8a01ed9ddd3da2c9740a583a2c978"
            },
            "downloads": -1,
            "filename": "mewo_http_client-0.1.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1215638504b4f7f5668e2a082967050b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 8075,
            "upload_time": "2023-11-16T05:14:02",
            "upload_time_iso_8601": "2023-11-16T05:14:02.463130Z",
            "url": "https://files.pythonhosted.org/packages/ad/90/2bb18045aa6d45ac257376e555d9720747dd81f5f0dd0c756cb66247eb5f/mewo_http_client-0.1.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 05:14:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mewo-http-client"
}
        
Elapsed time: 0.24533s