fastapi-skywalking-middleware


Namefastapi-skywalking-middleware JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/sunhailin-Leo/fastapi_skywalking_middleware
SummaryA FastAPI Middleware of Skywalking(APM) to trace your service method calls.
upload_time2024-03-10 05:15:07
maintainer
docs_urlNone
authorsunhailin-Leo
requires_python
licenseMIT
keywords fastapi apache-skywalking skywalking middleware
VCS
bugtrack_url
requirements fastapi apache-skywalking
Travis-CI
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sunhailin-Leo/fastapi_skywalking_middleware",
    "name": "fastapi-skywalking-middleware",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "fastapi,apache-skywalking,skywalking,middleware",
    "author": "sunhailin-Leo",
    "author_email": "379978424@qq.com",
    "download_url": "",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A FastAPI Middleware of Skywalking(APM) to trace your service method calls.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/sunhailin-Leo/fastapi_skywalking_middleware"
    },
    "split_keywords": [
        "fastapi",
        "apache-skywalking",
        "skywalking",
        "middleware"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ded82524987f5c614f0fa27e7532204a9d84e8d956385fa9dcc9889f9291fc4",
                "md5": "1d9ac00c377bd7c9f1b5056fbad94279",
                "sha256": "1cb333c7fc86a40c38f10b98c60ce66fef47bf17eed289c042c212cb5885592e"
            },
            "downloads": -1,
            "filename": "fastapi_skywalking_middleware-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d9ac00c377bd7c9f1b5056fbad94279",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4213,
            "upload_time": "2024-03-10T05:15:07",
            "upload_time_iso_8601": "2024-03-10T05:15:07.171608Z",
            "url": "https://files.pythonhosted.org/packages/3d/ed/82524987f5c614f0fa27e7532204a9d84e8d956385fa9dcc9889f9291fc4/fastapi_skywalking_middleware-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 05:15:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunhailin-Leo",
    "github_project": "fastapi_skywalking_middleware",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "apache-skywalking",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        }
    ],
    "lcname": "fastapi-skywalking-middleware"
}
        
Elapsed time: 0.23032s