custom-profiler


Namecustom-profiler JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/KarGeekrie/customProfiler
SummaryTime and memory profiler
upload_time2025-01-10 13:45:39
maintainerKarim Ammar
docs_urlNone
authorKarim Ammar
requires_python<4,>=3.6
licenseNone
keywords profiler timer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            custom_profiler is a simple, interactive and lightweight (the only dependency is psutil) way of profiling the memory and execution time of your python code. Doc in https://github.com/KarGeekrie/customProfiler

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KarGeekrie/customProfiler",
    "name": "custom-profiler",
    "maintainer": "Karim Ammar",
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "profiler, timer",
    "author": "Karim Ammar",
    "author_email": "karim.ammar@cea.fr",
    "download_url": "https://files.pythonhosted.org/packages/39/56/4d9cd70558d678d47c5fa495dcb3ea2188086e905d66c8aa7360563ad554/custom_profiler-0.3.0.tar.gz",
    "platform": null,
    "description": "custom_profiler is a simple, interactive and lightweight (the only dependency is psutil) way of profiling the memory and execution time of your python code. Doc in https://github.com/KarGeekrie/customProfiler\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Time and memory profiler",
    "version": "0.3.0",
    "project_urls": {
        "Bug Reports": "https://github.com/KarGeekrie/customProfiler/issues",
        "Homepage": "https://github.com/KarGeekrie/customProfiler",
        "Source": "https://github.com/KarGeekrie/customProfiler"
    },
    "split_keywords": [
        "profiler",
        " timer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d7693a7258de50a7492d5ab2fd9292d9e509e2a06c76484fc145b32f2e68252",
                "md5": "c4b5e4ad95ff3361b7f202285d858b68",
                "sha256": "724be36e39b45436618232ac05bba2ed88e53888b82337deb93b7e692881cbf8"
            },
            "downloads": -1,
            "filename": "custom_profiler-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4b5e4ad95ff3361b7f202285d858b68",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 8699,
            "upload_time": "2025-01-10T13:45:38",
            "upload_time_iso_8601": "2025-01-10T13:45:38.284349Z",
            "url": "https://files.pythonhosted.org/packages/7d/76/93a7258de50a7492d5ab2fd9292d9e509e2a06c76484fc145b32f2e68252/custom_profiler-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39564d9cd70558d678d47c5fa495dcb3ea2188086e905d66c8aa7360563ad554",
                "md5": "c8cda851e18122ca13e508ed03625676",
                "sha256": "dbbfb3566237dea38166d560064288089aa73c027b08ed41a0b4c09c807afcd3"
            },
            "downloads": -1,
            "filename": "custom_profiler-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c8cda851e18122ca13e508ed03625676",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 10213,
            "upload_time": "2025-01-10T13:45:39",
            "upload_time_iso_8601": "2025-01-10T13:45:39.453991Z",
            "url": "https://files.pythonhosted.org/packages/39/56/4d9cd70558d678d47c5fa495dcb3ea2188086e905d66c8aa7360563ad554/custom_profiler-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 13:45:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KarGeekrie",
    "github_project": "customProfiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "custom-profiler"
}
        
Elapsed time: 0.62746s