power-decos


Namepower-decos JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://mrcode200.github.io/power_decos/
SummaryA python package full of different decorator utils
upload_time2024-09-22 10:58:20
maintainerNone
docs_urlNone
authorMrCode200
requires_python<4.0,>=3.11
licenseMIT
keywords decorators log retry get_time cache
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Project Logo](https://imgs.search.brave.com/lPl-BWFfBCvh025FDErfp0uAWDvVYXzi_YjqXf3AjRM/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9jZG5h/Lmljb25zY291dC5j/b20vaW1nL2V4Y2x1/c2l2ZS4xZTFiZTQ3/LnN2Zw)

# PowerDecos

|         |Badges                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Testing | [![CI - Test](https://img.shields.io/codecov/c/github/MrCode200/power_decos?logo=codecov&label=Coverage)](https://app.codecov.io/github/MrCode200/power_decos)|
| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/power-decos)](https://pypi.org/project/power-decos/) [![PyPI Downloads](https://img.shields.io/pypi/dm/power-decos.svg?label=PyPI%20downloads)](https://pypi.org/project/power-decos/) ![Forks](https://img.shields.io/github/forks/MrCode200/power_decos?style=flat&label=Forks)
| Meta    |[![License - MIT](https://img.shields.io/github/license/MrCode200/power_decos)](https://github.com/MrCode200/power_decos/blob/main/LICENSE) ![Poetry](https://img.shields.io/badge/poetry-managed-blue)



A Python package full of various decorator utilities.


### It provides:

- Powerful, Simple but useful decorators

## Table of Contents

- [Installation](#installation)
- [Testing](#testing)
- [License](LICENSE.txt)
- [Documentation](#documentation)
- [Road Map](#road-map)
- [Getting Help](#getting-help)
- [Discussion and Development](#discussion-and-development)
- [Call for Contributions](#call-for-contributions)
- [Credits](#credits)
- [Getting Help](#getting-help)

### Installation

1. Ensure you have [Python](https://www.python.org/) installed.

   ```bash
    pip install git+https://github.com/MrCode200/power_decos.git   
   ```
   ```bash
    pip install power_decos
   ```

### Testing:

PowerDecos requires `pytest`. Tests can then be run after installation inside the package folder with:
- run:`pytest`
- or run: `poetry run pytest`
- to get a html coverage review add `--cov-report=html` to the end of `pytest`

## Documentation

- To view documentation in your website click [here](https://rawcdn.githack.com/MrCode200/power_deco/2ae2dfe5ec7338010a98d0f27f0fd0e7c618eadd/docs/html/index.html).

Or

- Run [index.html](docs/html/index.html) in your browser after cloning this project


## Road Map

1. [x] Add custom path to log decorator


## Call for Contributions

We’re excited that you’re interested in contributing to PowerDecos! Whether you’re fixing bugs, adding new features, improving documentation, or simply suggesting enhancements, your contributions are invaluable to us.


Every bit helps, and we appreciate your effort and enthusiasm!

Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

## Credits

- [shenanigansd](https://github.com/shenanigansd) helped create and fix github actions :)

## Getting Help

For any questions or support, please first read our [FAQ.md](FAQ.md)

Then contact:

- **Your Name** - [luffydmoneky19992024@gmail.com](mailto:luffydmoneky19992024@gmail.com)
- **Project Link** - [https://github.com/MrCode200/power_deco](https://github.com/MrCode200/power_deco)


            

Raw data

            {
    "_id": null,
    "home_page": "https://mrcode200.github.io/power_decos/",
    "name": "power-decos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "decorators, log, retry, get_time, cache",
    "author": "MrCode200",
    "author_email": "navidyaghmaei@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/8d/02b3dd3eb6dfd5158068d42d2d0c01f666e63cbb9de911e1cd5c2629464a/power_decos-0.1.5.tar.gz",
    "platform": null,
    "description": "![Project Logo](https://imgs.search.brave.com/lPl-BWFfBCvh025FDErfp0uAWDvVYXzi_YjqXf3AjRM/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9jZG5h/Lmljb25zY291dC5j/b20vaW1nL2V4Y2x1/c2l2ZS4xZTFiZTQ3/LnN2Zw)\n\n# PowerDecos\n\n|         |Badges                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Testing | [![CI - Test](https://img.shields.io/codecov/c/github/MrCode200/power_decos?logo=codecov&label=Coverage)](https://app.codecov.io/github/MrCode200/power_decos)|\n| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/power-decos)](https://pypi.org/project/power-decos/) [![PyPI Downloads](https://img.shields.io/pypi/dm/power-decos.svg?label=PyPI%20downloads)](https://pypi.org/project/power-decos/) ![Forks](https://img.shields.io/github/forks/MrCode200/power_decos?style=flat&label=Forks)\n| Meta    |[![License - MIT](https://img.shields.io/github/license/MrCode200/power_decos)](https://github.com/MrCode200/power_decos/blob/main/LICENSE) ![Poetry](https://img.shields.io/badge/poetry-managed-blue)\n\n\n\nA Python package full of various decorator utilities.\n\n\n### It provides:\n\n- Powerful, Simple but useful decorators\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Testing](#testing)\n- [License](LICENSE.txt)\n- [Documentation](#documentation)\n- [Road Map](#road-map)\n- [Getting Help](#getting-help)\n- [Discussion and Development](#discussion-and-development)\n- [Call for Contributions](#call-for-contributions)\n- [Credits](#credits)\n- [Getting Help](#getting-help)\n\n### Installation\n\n1. Ensure you have [Python](https://www.python.org/) installed.\n\n   ```bash\n    pip install git+https://github.com/MrCode200/power_decos.git   \n   ```\n   ```bash\n    pip install power_decos\n   ```\n\n### Testing:\n\nPowerDecos requires `pytest`. Tests can then be run after installation inside the package folder with:\n- run:`pytest`\n- or run: `poetry run pytest`\n- to get a html coverage review add `--cov-report=html` to the end of `pytest`\n\n## Documentation\n\n- To view documentation in your website click [here](https://rawcdn.githack.com/MrCode200/power_deco/2ae2dfe5ec7338010a98d0f27f0fd0e7c618eadd/docs/html/index.html).\n\nOr\n\n- Run [index.html](docs/html/index.html) in your browser after cloning this project\n\n\n## Road Map\n\n1. [x] Add custom path to log decorator\n\n\n## Call for Contributions\n\nWe\u2019re excited that you\u2019re interested in contributing to PowerDecos! Whether you\u2019re fixing bugs, adding new features, improving documentation, or simply suggesting enhancements, your contributions are invaluable to us.\n\n\nEvery bit helps, and we appreciate your effort and enthusiasm!\n\nPlease refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n## Credits\n\n- [shenanigansd](https://github.com/shenanigansd) helped create and fix github actions :)\n\n## Getting Help\n\nFor any questions or support, please first read our [FAQ.md](FAQ.md)\n\nThen contact:\n\n- **Your Name** - [luffydmoneky19992024@gmail.com](mailto:luffydmoneky19992024@gmail.com)\n- **Project Link** - [https://github.com/MrCode200/power_deco](https://github.com/MrCode200/power_deco)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package full of different decorator utils",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://mrcode200.github.io/power_decos/",
        "Repository": "https://github.com/MrCode200/power_decos"
    },
    "split_keywords": [
        "decorators",
        " log",
        " retry",
        " get_time",
        " cache"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ae87713552cde1ea2cafd8dd7246535a8e5d68a8b4c978c2dba1b85683fce2",
                "md5": "f091c4ac84d9da1e9019998aa09c6b29",
                "sha256": "de1e6972d459b3f73c4fa5fac8feb08ab8645b474e2e03b4a182b17d42b68824"
            },
            "downloads": -1,
            "filename": "power_decos-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f091c4ac84d9da1e9019998aa09c6b29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 12326,
            "upload_time": "2024-09-22T10:58:18",
            "upload_time_iso_8601": "2024-09-22T10:58:18.726261Z",
            "url": "https://files.pythonhosted.org/packages/36/ae/87713552cde1ea2cafd8dd7246535a8e5d68a8b4c978c2dba1b85683fce2/power_decos-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8d02b3dd3eb6dfd5158068d42d2d0c01f666e63cbb9de911e1cd5c2629464a",
                "md5": "8215386221542d2f836dd39b21ac3700",
                "sha256": "e45a8f5e770560487f0f0c55591d0f3a1088bd7e2804ecedb8b7aa36d7b21922"
            },
            "downloads": -1,
            "filename": "power_decos-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8215386221542d2f836dd39b21ac3700",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 11132,
            "upload_time": "2024-09-22T10:58:20",
            "upload_time_iso_8601": "2024-09-22T10:58:20.717207Z",
            "url": "https://files.pythonhosted.org/packages/8c/8d/02b3dd3eb6dfd5158068d42d2d0c01f666e63cbb9de911e1cd5c2629464a/power_decos-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 10:58:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MrCode200",
    "github_project": "power_decos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "power-decos"
}
        
Elapsed time: 0.40514s