Skip to main content

Telegram bare-metal lib

Project description

CONSIGLIERE

A library for building Telegram apps.

PyPI PyPI - Downloads

Code style: black Maintainability Lines of code main codecov

Packages

pydantic

black flake8 isort mypy pylint pytest


Terms and shortcuts

Mission

The mission of this library is to provide a strict interface for the API. By strict we mean that all types and methods in the library interface maps to those described in the API docs.

You won't meet any auxiliary stuff like sophisticated OOP patterns, obscure event loops and listeners and that like kind of stuff.

API types are Pydantic models with strict type hints. API methods are pure Python functions which accept params with exactly the same type as described in API. Any optional field/param are marked as Optional in the code, so don't be afraid of tri-state bool types :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oyabun-2022.8.10.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

oyabun-2022.8.10-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page