gitextract_u09a6gwo/ ├── .git-blame-ignore-revs ├── .github/ │ └── workflows/ │ ├── main.yml │ └── publish.yml ├── .gitignore ├── .pre-commit-config.yaml ├── CHANGES.rst ├── LICENSE ├── README.rst ├── codecov.yml ├── price_parser/ │ ├── __init__.py │ ├── _currencies.py │ ├── parser.py │ └── py.typed ├── pyproject.toml ├── tests/ │ └── test_price_parsing.py └── tox.ini