fastapi-profiler


Namefastapi-profiler JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/sunhailin-Leo/fastapi_profiler
SummaryA FastAPI Middleware of pyinstrument to check your service performance.
upload_time2024-05-15 01:49:46
maintainerNone
docs_urlNone
authorsunhailin-Leo
requires_pythonNone
licenseMIT
keywords fastapi pyinstrument profiler
VCS
bugtrack_url
requirements fastapi pyinstrument
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sunhailin-Leo/fastapi_profiler",
    "name": "fastapi-profiler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "fastapi, pyinstrument, profiler",
    "author": "sunhailin-Leo",
    "author_email": "379978424@qq.com",
    "download_url": null,
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A FastAPI Middleware of pyinstrument to check your service performance.",
    "version": "1.4.0",
    "project_urls": {
        "Homepage": "https://github.com/sunhailin-Leo/fastapi_profiler"
    },
    "split_keywords": [
        "fastapi",
        " pyinstrument",
        " profiler"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfb2673fed6a17e939bc28d3505a3fb3cbf5bf6589fa0a6cc4ff89a829ed03cd",
                "md5": "aedb7efd84e7e41e5e34b27765c6ee2e",
                "sha256": "5f82a037d22001c8475ca0f2cea7ccc18968bfb5e6c6902d634a2991976b9881"
            },
            "downloads": -1,
            "filename": "fastapi_profiler-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aedb7efd84e7e41e5e34b27765c6ee2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4521,
            "upload_time": "2024-05-15T01:49:46",
            "upload_time_iso_8601": "2024-05-15T01:49:46.685026Z",
            "url": "https://files.pythonhosted.org/packages/bf/b2/673fed6a17e939bc28d3505a3fb3cbf5bf6589fa0a6cc4ff89a829ed03cd/fastapi_profiler-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 01:49:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunhailin-Leo",
    "github_project": "fastapi_profiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "pyinstrument",
            "specs": [
                [
                    ">=",
                    "4.4.0"
                ]
            ]
        }
    ],
    "lcname": "fastapi-profiler"
}
        
Elapsed time: 3.09238s