apiogram


Nameapiogram JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/frontdevops/apiogram
SummaryA simple library for easy work with key-value storages and document databases
upload_time2023-01-31 15:47:00
maintainer
docs_urlNone
authorAlexander Majorov
requires_python>=3.10.8
licenseMIT
keywords aiogram telegram storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Apiogram
Simple wrapper for aiogram - little framework for comfortable develop telegram bots

[![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/apiogram)
[![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/apiogram)
[![Supported python versions](https://img.shields.io/badge/Python-3.10.8,3.11-blue)](https://pypi.python.org/pypi/apiogram)
[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-6.2-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)

```py
import logging
from magic_config import Config
from apiogram import start_polling


def main():
    """Main function"""
    # Logging module configuration
    logging.basicConfig(level=logging.DEBUG if Config.DEBUG else logging.INFO)
    # Dafult configuration get from Config object
    start_polling()


if __name__ == "__main__":
    """Run main function"""
    main()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frontdevops/apiogram",
    "name": "apiogram",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10.8",
    "maintainer_email": "",
    "keywords": "aiogram,telegram,storage",
    "author": "Alexander Majorov",
    "author_email": "Alexander Majorov <alexander.majorov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c9/0b/2ce24b966b87bac5640c3f78c9aa16aacf736863b7c5754fe023bb234fda/apiogram-0.2.2.tar.gz",
    "platform": null,
    "description": "# Apiogram\nSimple wrapper for aiogram - little framework for comfortable develop telegram bots\n\n[![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/apiogram)\n[![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/apiogram)\n[![Supported python versions](https://img.shields.io/badge/Python-3.10.8,3.11-blue)](https://pypi.python.org/pypi/apiogram)\n[![Telegram Bot API](https://img.shields.io/badge/Telegram%20Bot%20API-6.2-blue.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api)\n[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\n```py\nimport logging\nfrom magic_config import Config\nfrom apiogram import start_polling\n\n\ndef main():\n    \"\"\"Main function\"\"\"\n    # Logging module configuration\n    logging.basicConfig(level=logging.DEBUG if Config.DEBUG else logging.INFO)\n    # Dafult configuration get from Config object\n    start_polling()\n\n\nif __name__ == \"__main__\":\n    \"\"\"Run main function\"\"\"\n    main()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple library for easy work with key-value storages and document databases",
    "version": "0.2.2",
    "split_keywords": [
        "aiogram",
        "telegram",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36366b3e07964b5e04dfb6a64b0c31224e94767da79e17a7af7876ece2b670ff",
                "md5": "b426b559605e349fdf449958a64cf4dd",
                "sha256": "3d88316b182d7089e3e8011ba0c6662002dd48d2f998beee21e8391605585db8"
            },
            "downloads": -1,
            "filename": "apiogram-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b426b559605e349fdf449958a64cf4dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.8",
            "size": 8997,
            "upload_time": "2023-01-31T15:46:59",
            "upload_time_iso_8601": "2023-01-31T15:46:59.329678Z",
            "url": "https://files.pythonhosted.org/packages/36/36/6b3e07964b5e04dfb6a64b0c31224e94767da79e17a7af7876ece2b670ff/apiogram-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c90b2ce24b966b87bac5640c3f78c9aa16aacf736863b7c5754fe023bb234fda",
                "md5": "60a61612bfec34744389e836e1f138e8",
                "sha256": "517d3346df92bcf724a9f3d87710ff56eefbafe1d0624b4e8ffc130e1e4f7e93"
            },
            "downloads": -1,
            "filename": "apiogram-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "60a61612bfec34744389e836e1f138e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.8",
            "size": 9132,
            "upload_time": "2023-01-31T15:47:00",
            "upload_time_iso_8601": "2023-01-31T15:47:00.805134Z",
            "url": "https://files.pythonhosted.org/packages/c9/0b/2ce24b966b87bac5640c3f78c9aa16aacf736863b7c5754fe023bb234fda/apiogram-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 15:47:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "frontdevops",
    "github_project": "apiogram",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "apiogram"
}
        
Elapsed time: 0.03505s