Metadata-Version: 2.1
Name: throttler
Version: 0.1
Summary: Simple throttling with asyncio support
Home-page: https://github.com/uburuntu/throttler
Author: uburuntu
Author-email: bekbulatov.ramzan@ya.ru
License: UNKNOWN
Download-URL: https://github.com/uburuntu/throttler/archive/master.zip
Description: # Throttler
        
        [![Python](https://img.shields.io/badge/Python-3.6%20%7C%203.7%20%7C%203.8-blue.svg?longCache=true)]()
        [![PyPI](https://img.shields.io/pypi/v/throttler.svg)](https://pypi.python.org/pypi/throttler)
        [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/uburuntu/throttler/blob/master/LICENSE)
        
        Python package for simple throttling with asyncio support.
        
        ## рџЋЁ Features
        
        TODO
        
        ## рџЋ’ Install
        
        Just
        ```sh
        pip install throttler
        ```
        
        ## рџ›  Usage
        
        TODO
        
        ## рџ‘ЁрџЏ»вЂЌрџ’» Author
        
        **Ramzan Bekbulatov**:
        * Telegram: [@rm_bk](https://t.me/rm_bk)
        * Github: [@uburuntu](https://github.com/uburuntu)
        * LinkedIn: [@rmbk](https://linkedin.com/in/rmbk)
        
        ## рџ’¬ Contributing
        
        Contributions, issues and feature requests are welcome! 
        
        ## рџ“ќ License
        
        This project is [MIT](https://github.com/uburuntu/throttler/blob/master/LICENSE) licensed.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
