Metadata-Version: 2.1
Name: betteraiohttp
Version: 0.1.0
Summary: A better version of aiohttp that allows for url filtering and rickroll detection.
Home-page: https://github.com/BobDotCom/betteraiohttp
Author: BobDotCom
Author-email: bobdotcomgt@gmail.com
License: MIT
Download-URL: https://github.com/BobDotCom/betteraiohttp/releases
Project-URL: Documentation, https://betteraiohttp.readthedocs.io/en/latest/index.html
Project-URL: Source, https://github.com/BobDotCom/betteraiohttp
Project-URL: Tracker, https://github.com/BobDotCom/betteraiohttp/issues
Description: ===================
        betteraiohttp 0.1.0
        ===================
        
        A better version of aiohttp that allows for url filtering and rickroll detection.
        
        |Status badge| |Docs badge| |Downloads badge|
        
        .. |Status badge| image:: https://github.com/BobDotCom/betteraiohttp/workflows/Python%20Package/badge.svg
           :target: https://github.com/BobDotCom/betteraiohttp/actions?query=workflow%3A"Python+Package"
           :alt: Package Status
        
        .. |Docs badge| image:: https://readthedocs.org/projects/betteraiohttp/badge/?version=latest
           :target: https://betteraiohttp.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. |Downloads badge| image:: https://static.pepy.tech/personalized-badge/betteraiohttp?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads
           :target: https://pepy.tech/project/betteraiohttp
           :alt: Download Counter
        
        PyPI: https://pypi.org/project/betteraiohttp/
        
        Docs: https://betteraiohttp.readthedocs.io/en/latest/
        
        Installation
        ############
        You can install released versions of growstocks from the Python Package Index via pip or a similar tool:
        
        **Stable Release:** ``pip install betteraiohttp``
        
        **Working Version:** ``pip install git+https://github.com/BobDotCom/betteraiohttp.git``
        
        Usage
        #####
        Used in the exact same way as aiohttp, except the response object has blocked and rickroll attributes.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
