Metadata-Version: 2.1
Name: fgrequests
Version: 0.0.2
Summary: Fastest async group request package for Python
Home-page: https://github.com/faridlu/fgrequests
Author: Farid Chowdhury
Author-email: faridstudylu@gmail.com
License: UNKNOWN
Description: # FGrequests: Fastest Asyncronous Group Requests
        
        
        [![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.org/project/fgrequests/)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
        [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
        
        This is a Python implementation of John Gruber's [Markdown][].
        It is almost completely compliant with the reference implementation,
        though there are a few known issues. See [Features][] for information
        on what exactly is supported and what is not. Additional features are
        supported by the [Available Extensions][].
        
        [Python-Markdown]: https://Python-Markdown.github.io/
        [Markdown]: https://daringfireball.net/projects/markdown/
        [Features]: https://Python-Markdown.github.io#Features
        [Available Extensions]: https://Python-Markdown.github.io/extensions
        
        # Installation
        Install using pip:
        ```bash
            pip install fgrequests
        ```
        
        
        Documentation
        -------------
        
        
        See the change log at <https://Python-Markdown.github.io/change_log>.
        
        Support
        -------
        
        You may report bugs, ask for help, and discuss various other issues on the [bug tracker][].
        
        [bug tracker]: https://github.com/faridlu/fgrequests/issues
        
        Code of Conduct
        ---------------
        
        Everyone interacting in the Python-Markdown project's codebases, issue trackers,
        and mailing lists is expected to follow the [Code of Conduct].
Keywords: Fastest async group requests python multiple threading
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
