Metadata-Version: 2.1
Name: site-scrapers
Version: 0.0.5
Summary: Scrape cars from dealerships
Home-page: UNKNOWN
Author: Dmitrijs Balcers
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

Usage

```python
from scrapers.mollerAuto import parse_moller_auto

if __name__ == '__main__':
    print(*flow(
        parse_moller_auto(),
        unwrap_or_failure,
    ), sep="\n")
```


