Metadata-Version: 1.2
Name: telethon-cryptg
Version: 0.0.4
Summary: telethon bindings for the tgcrypto module
Home-page: https://github.com/painor/telethon-tgcrypto
Author: Painor
Author-email: pi.oussama@gmail.com
License: MIT License
Description: telethon-tgcrypto
        =================
        
        Module ``telethon-tgcrypto`` brings better performance to
        `Telethon <https://github.com/LonamiWebs/Telethon>`__ lib.
        
        Installation
        ~~~~~~~~~~~~
        
        **N.B.** you must not have ``cryptg`` installed, because it interferes with
        this module.
        
        To install this module and patch your Telethon installation just run:
        
        ::
        
            pip install telethon-tgcrypto
        
        Credits
        ~~~~~~~
        
        -  `@painor <https://github.com/painor>`__ for making this module
        -  `@andrew <https://github.com/kittyandrew>`__ for writing this readme
        -  `@tulir <https://github.com/tulir>`__ for the basic implementation
        -  `@lonami <https://github.com/lonami>`__ &
           `contributors <https://github.com/LonamiWebs/Telethon/graphs/contributors>`__
           for making `telethon <https://github.com/LonamiWebs/Telethon>`__
        -  `unknown <https://github.com/explore>`__ `d <https://github.com/delivrance>`__\ `eveloper <https://github.com/explore>`__
           for the fast crypto module
Keywords: telethon tgcrypto
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
