/CRO-Tax-Debtors

Parse and search data from Croatian Tax Debtors website

Primary LanguagePythonMIT LicenseMIT

Cro Tax Debtors

PyPI version

Parse and search data from Croatian Tax Debtors website.

Installation

pip install cro-tax-debtors

CLI

file_path parameter is a path to yaml file with the source definition.
Check websites.yaml for definition structure.

Usage: crotaxdebtors [OPTIONS] COMMAND [ARGS]...

Options:
  -f, --file_path FILENAME  Input YAML file
  --help                    Show this message and exit.

Commands:
  delete
  find
  parse

Parse data from website:

Usage: crotaxdebtors parse [OPTIONS]

Options:
  -p, --print_in_terminal  Print in terminal
  --help                   Show this message and exit.

Search through scraped data:

Usage: crotaxdebtors find [OPTIONS]

Options:
  -n, --name TEXT  Name of the debtor
  --help           Show this message and exit.

Delete all data:

Usage: crotaxdebtors delete [OPTIONS]

Options:
  --help           Show this message and exit.