telepager


Nametelepager JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA fancy paginator for your Telegram bots
upload_time2024-09-16 15:45:43
maintainerNone
docs_urlNone
authorprostomarkeloff
requires_python<4.0,>=3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Telepager

No need to code pagination yourself again and again.

```bash
pip install telepager
# or

poetry add telepager
```

Telepager works both with [telegrinder](https://github.com/timoniq/telegrinder) and [aiogram](https://github.com/aiogram/aiogram)

Look at [examples](./examples). They give both basic knowdedge of telepager and advanced usage too.


![img](https://imgur.com/jveuNyV)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "telepager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "prostomarkeloff",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c4/c1/f8c3ddd9e280ea22ed1447a209cc269149e71aa2ba92318e054020c10641/telepager-0.1.0.tar.gz",
    "platform": null,
    "description": "# Telepager\n\nNo need to code pagination yourself again and again.\n\n```bash\npip install telepager\n# or\n\npoetry add telepager\n```\n\nTelepager works both with [telegrinder](https://github.com/timoniq/telegrinder) and [aiogram](https://github.com/aiogram/aiogram)\n\nLook at [examples](./examples). They give both basic knowdedge of telepager and advanced usage too.\n\n\n![img](https://imgur.com/jveuNyV)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A fancy paginator for your Telegram bots",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e29fae6c258ade6685d3dc185a53ceeb3faee83b362a35e48116c648e8350f3",
                "md5": "2cf03345844316d795469244f615c44d",
                "sha256": "10c628b2eeef527518ac5044938a88456358d9828ab6b9b37f1cdde6ceb5391c"
            },
            "downloads": -1,
            "filename": "telepager-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cf03345844316d795469244f615c44d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 10979,
            "upload_time": "2024-09-16T15:45:42",
            "upload_time_iso_8601": "2024-09-16T15:45:42.415952Z",
            "url": "https://files.pythonhosted.org/packages/9e/29/fae6c258ade6685d3dc185a53ceeb3faee83b362a35e48116c648e8350f3/telepager-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4c1f8c3ddd9e280ea22ed1447a209cc269149e71aa2ba92318e054020c10641",
                "md5": "79850eaf2807f9791c9985fcde3eb365",
                "sha256": "31ed936d8abe1cdb7d6d4d31ae34564096dd5334f7ddbcaa0585bf41b16bb30f"
            },
            "downloads": -1,
            "filename": "telepager-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "79850eaf2807f9791c9985fcde3eb365",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 8677,
            "upload_time": "2024-09-16T15:45:43",
            "upload_time_iso_8601": "2024-09-16T15:45:43.988909Z",
            "url": "https://files.pythonhosted.org/packages/c4/c1/f8c3ddd9e280ea22ed1447a209cc269149e71aa2ba92318e054020c10641/telepager-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-16 15:45:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telepager"
}
        
Elapsed time: 0.52163s