A simple library for easy work with key-value storages and document databases
Project description
Apiogram
Simple wrapper for aiogram - little framework for comfortable develop telegram bots
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apiogram-0.2.2.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file apiogram-0.2.2.tar.gz
.
File metadata
- Download URL: apiogram-0.2.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 517d3346df92bcf724a9f3d87710ff56eefbafe1d0624b4e8ffc130e1e4f7e93 |
|
MD5 | 60a61612bfec34744389e836e1f138e8 |
|
BLAKE2b-256 | c90b2ce24b966b87bac5640c3f78c9aa16aacf736863b7c5754fe023bb234fda |
File details
Details for the file apiogram-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: apiogram-0.2.2-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d88316b182d7089e3e8011ba0c6662002dd48d2f998beee21e8391605585db8 |
|
MD5 | b426b559605e349fdf449958a64cf4dd |
|
BLAKE2b-256 | 36366b3e07964b5e04dfb6a64b0c31224e94767da79e17a7af7876ece2b670ff |