Metadata-Version: 2.1
Name: site-scrapers
Version: 0.0.34
Summary: 
Home-page: https://github.com/dmitrijs-balcers/site_scrapers
Author: Dmitrijs Balcers,
Author-email: dmitrijs.balcers@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: gazpacho (>=1.1,<2.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: returns (>=0.19.0,<0.20.0)
Description-Content-Type: text/markdown

### Installation:

`pip install site-scrapers`

### What this does?
Will fetch car details from dealership (concurrently)

### Usage:

```python
import asyncio

from site_scrapers.scrapers import scrape_all

if __name__ == '__main__':
    results = asyncio.run(scrape_all())
    print(*results, sep="\n")  # will output fetched car details
```

### Supported Dealerships
https://lietotiauto.mollerauto.lv  
https://lv.brcauto.eu  
https://certified.inchcape.lv/auto

