aiogram_tool


Nameaiogram_tool JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryTools which doing work with aiogram simple
upload_time2025-07-24 19:50:00
maintainerNone
docs_urlNone
authorVlad_shayzi1
requires_python>=3.10
licenseMIT
keywords aiogram rate throttling limit dependency-injection depends cooldown delay
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## aiogram_tool
It's libriary with tools for aiogram.


# What kind of tools are these?
- [Dependency Injection](https://github.com/shayzi3/aiogram_tool/blob/master/examples/depend/default.py)
- [Rate limiter for handlers](https://github.com/shayzi3/aiogram_tool/blob/master/examples/limit/default.py)


## Installation

### Pip
```cmd
pip install aiogram_tool
```

### Poetry
```cmd
poetry add aiogram_tool
```


## Documentation

- [RU](https://github.com/shayzi3/aiogram_tool/tree/master/docs/ru)
- [EN](https://github.com/shayzi3/aiogram_tool/tree/master/docs/en)


## Features `Depend`

- Depend without response for Router, handler
- Exit from depend before call handler
- use cache

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aiogram_tool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "aiogram, rate, throttling, limit, dependency-injection, depends, cooldown, delay",
    "author": "Vlad_shayzi1",
    "author_email": "tecnomega@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/f5/88/8bdda9e34af13194f86022c174d23c2fc407c23628ef705df9c405fa25ae/aiogram_tool-1.0.1.tar.gz",
    "platform": null,
    "description": "## aiogram_tool\nIt's libriary with tools for aiogram.\n\n\n# What kind of tools are these?\n- [Dependency Injection](https://github.com/shayzi3/aiogram_tool/blob/master/examples/depend/default.py)\n- [Rate limiter for handlers](https://github.com/shayzi3/aiogram_tool/blob/master/examples/limit/default.py)\n\n\n## Installation\n\n### Pip\n```cmd\npip install aiogram_tool\n```\n\n### Poetry\n```cmd\npoetry add aiogram_tool\n```\n\n\n## Documentation\n\n- [RU](https://github.com/shayzi3/aiogram_tool/tree/master/docs/ru)\n- [EN](https://github.com/shayzi3/aiogram_tool/tree/master/docs/en)\n\n\n## Features `Depend`\n\n- Depend without response for Router, handler\n- Exit from depend before call handler\n- use cache\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools which doing work with aiogram simple",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "aiogram",
        " rate",
        " throttling",
        " limit",
        " dependency-injection",
        " depends",
        " cooldown",
        " delay"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "518251226366cb63c4181479f7bdad9d41e8af11189abffa1187c8c4ebdba473",
                "md5": "bd1f2473b8172213ae94c6255899795a",
                "sha256": "d6ea7d396403cb860449145e50554dae81cbef5108ef43d04d0593235300927d"
            },
            "downloads": -1,
            "filename": "aiogram_tool-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd1f2473b8172213ae94c6255899795a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10150,
            "upload_time": "2025-07-24T19:49:59",
            "upload_time_iso_8601": "2025-07-24T19:49:59.214820Z",
            "url": "https://files.pythonhosted.org/packages/51/82/51226366cb63c4181479f7bdad9d41e8af11189abffa1187c8c4ebdba473/aiogram_tool-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5888bdda9e34af13194f86022c174d23c2fc407c23628ef705df9c405fa25ae",
                "md5": "0beae05272b83238869791a3529f5d83",
                "sha256": "651d204b9b27c1260fd0398b40335ff4b83b0926840d2c776bc1ec176794ed2b"
            },
            "downloads": -1,
            "filename": "aiogram_tool-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0beae05272b83238869791a3529f5d83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5162,
            "upload_time": "2025-07-24T19:50:00",
            "upload_time_iso_8601": "2025-07-24T19:50:00.712181Z",
            "url": "https://files.pythonhosted.org/packages/f5/88/8bdda9e34af13194f86022c174d23c2fc407c23628ef705df9c405fa25ae/aiogram_tool-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 19:50:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aiogram_tool"
}
        
Elapsed time: 2.25249s