pstats-extender


Namepstats-extender JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/GrafLearnt/pstats_extender
SummaryDesigned to save pstats log to folder.
upload_time2024-07-31 21:18:10
maintainerNone
docs_urlNone
authorKostiantyn Shmyhelskyi
requires_python<4.0,>=3.10
licenseGNU
keywords pstats profiler
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Abstract
Designed to save pstats log to folder...
# Install
```bash
    pip3 install git+https://github.com/GrafLearnt/pstats_extender.git
```
# Usage
```python
import pstats_extender


@pstats_extender.profile()
def some_function():
    ...
```
## or
```python
import pstats_extender


with pstats_extender.profile(
    sortby=pstats_extenter.SortKey.CUMULATIVE, directory="../pstats"
):
    # your code here
```
## or
```python
import pstats_extender


with pstats_extender.profile():
    # your code here
```


## License

This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GrafLearnt/pstats_extender",
    "name": "pstats-extender",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "pstats, profiler",
    "author": "Kostiantyn Shmyhelskyi",
    "author_email": "graflearnt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/d1/df60914af20a5d516913fa31f9cb8c35c1311ce87d412d6324673a8d6df7/pstats_extender-0.1.2.tar.gz",
    "platform": null,
    "description": "# Abstract\nDesigned to save pstats log to folder...\n# Install\n```bash\n    pip3 install git+https://github.com/GrafLearnt/pstats_extender.git\n```\n# Usage\n```python\nimport pstats_extender\n\n\n@pstats_extender.profile()\ndef some_function():\n    ...\n```\n## or\n```python\nimport pstats_extender\n\n\nwith pstats_extender.profile(\n    sortby=pstats_extenter.SortKey.CUMULATIVE, directory=\"../pstats\"\n):\n    # your code here\n```\n## or\n```python\nimport pstats_extender\n\n\nwith pstats_extender.profile():\n    # your code here\n```\n\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.\n\n",
    "bugtrack_url": null,
    "license": "GNU",
    "summary": "Designed to save pstats log to folder.",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://github.com/GrafLearnt/pstats_extender/blob/main/README.md",
        "Homepage": "https://github.com/GrafLearnt/pstats_extender"
    },
    "split_keywords": [
        "pstats",
        " profiler"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efba66be56c02b2156e9981d1b0a18d14bb1d9f441a112406886cddf9ee6bb72",
                "md5": "7d8b75ab09ea05eb2bc4d85d4ad4fe25",
                "sha256": "27e6aff69c3fa905706b2d1059f8988c2b573bdf110dba4bc67c02daf8aed509"
            },
            "downloads": -1,
            "filename": "pstats_extender-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d8b75ab09ea05eb2bc4d85d4ad4fe25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 2509,
            "upload_time": "2024-07-31T21:18:08",
            "upload_time_iso_8601": "2024-07-31T21:18:08.735781Z",
            "url": "https://files.pythonhosted.org/packages/ef/ba/66be56c02b2156e9981d1b0a18d14bb1d9f441a112406886cddf9ee6bb72/pstats_extender-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62d1df60914af20a5d516913fa31f9cb8c35c1311ce87d412d6324673a8d6df7",
                "md5": "01349f0ec08d5ffb780e963c7b7892cd",
                "sha256": "9118c5744c1a077befa810087b4bb2c79a068ca795cc5d9fe9e98d5082f02169"
            },
            "downloads": -1,
            "filename": "pstats_extender-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "01349f0ec08d5ffb780e963c7b7892cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2074,
            "upload_time": "2024-07-31T21:18:10",
            "upload_time_iso_8601": "2024-07-31T21:18:10.186411Z",
            "url": "https://files.pythonhosted.org/packages/62/d1/df60914af20a5d516913fa31f9cb8c35c1311ce87d412d6324673a8d6df7/pstats_extender-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 21:18:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GrafLearnt",
    "github_project": "pstats_extender",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pstats-extender"
}
        
Elapsed time: 0.61812s