Metadata-Version: 2.1
Name: machy
Version: 1.0.1
Summary: Web scraper utils
Home-page: https://github.com/Ennoriel/machy
Author: Maxime Dupont
License: MIT
Description-Content-Type: text/markdown

# Documentation

Web scraper utils

```
# test
python setup.py pytest
# build
python -m pip install --upgrade build
python -m build
# publish
python -m twine upload dist/*
```
