1 repositorio
Non-blocking libraries designed for high-concurrency network operations using Python async syntax.
Distinct from Python Libraries: The candidates are too specific (TUI, Security) or generic; this captures the architectural identity of an async framework.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Asynchronous Python Frameworks. Refine with filters or upvote what's useful.
Pyrogram is an asynchronous Python framework for interacting with the Telegram MTProto API. It serves as both a bot framework and a user client library, providing a concrete implementation of the MTProto protocol for secure communication with Telegram servers. The library distinguishes itself by providing a high-level wrapper layer that abstracts complex protocol methods into Python functions, while still allowing for the execution of raw API functions and low-level peer resolution. It supports multi-client concurrency, enabling the management of several user or bot identities within a single
Built as a non-blocking framework designed for high-concurrency network operations using Python async syntax.