CRO-Tax-Debtors

List of Croatian tax debtors


Keywords
croatia, tax, debt
License
MIT
Install
pip install CRO-Tax-Debtors==0.3.3

Documentation

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.