Metadata-Version: 2.1
Name: asyncbs4
Version: 1.0.3
Summary: Asynchronous BeautifulSoup Library.
Home-page: https://github.com/muntakim1/asyncBeautifulSoup
Author: Muntakimur rahaman
Author-email: muntakim1104001@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: asyncio
Requires-Dist: bs4

# asyncbs4 


[![Python](https://img.shields.io/pypi/pyversions/tensorflow.svg?style=plastic)](https://pypi.org/project/asyncbs4/)
[![PyPI](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&type=6&v=1.0.2&x2=0)](https://pypi.org/project/asyncbs4/


asyncbs4 is an asynchrounous beautiful soup library which is useful for the developers to scrap file asynchrounously.

## Installation

` pip install asyncbs4 `



## Usage

``` from asyncbs4 import AsyncBeautifulSoup as asyncbs

url="https://facebook.com"

soup = asyncbs.get_content(url) ```


