Metadata-Version: 2.4
Name: electrogram
Version: 0.3.224
Summary: Telegram MTProto API framework in Python, designed for fluid user and bot interactions.
Project-URL: homepage, https://github.com/AeonOrg/Electrogram
Project-URL: community, https://t.me/ProjectAeon
Project-URL: repository, https://github.com/AeonOrg/Electrogram
Author-email: 5hojib <yesiamshojib@gmail.com>
License: MIT License
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: aiosqlite>=0.22.1
Requires-Dist: anyio>=4.12.1
Requires-Dist: electrocrypto>=2.0.2
Requires-Dist: pymediainfo>=7.0.1
Requires-Dist: pymongo>=4.16.0
Requires-Dist: pysocks>=1.7.1
Provides-Extra: dev
Requires-Dist: hatch>=1.16.3; extra == 'dev'
Requires-Dist: pytest-asyncio>=1.3.0; extra == 'dev'
Requires-Dist: pytest-cov>=7.0.0; extra == 'dev'
Requires-Dist: pytest>=9.0.2; extra == 'dev'
Requires-Dist: twine>=6.2.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-immaterial>=0.13.9; extra == 'docs'
Requires-Dist: sphinx<10.0.0; extra == 'docs'
Requires-Dist: tornado>=6.5.4; extra == 'docs'
