项目作者: arrrlo

项目描述 :
Parse and search data from Croatian Tax Debtors website
高级语言: Python
项目地址: git://github.com/arrrlo/CRO-Tax-Debtors.git
创建时间: 2012-08-02T09:49:23Z
项目社区:https://github.com/arrrlo/CRO-Tax-Debtors

开源协议:MIT License

下载


Cro Tax Debtors

PyPI version

Parse and search data from Croatian Tax Debtors website.

Installation

  1. 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.

  1. Usage: crotaxdebtors [OPTIONS] COMMAND [ARGS]...
  2. Options:
  3. -f, --file_path FILENAME Input YAML file
  4. --help Show this message and exit.
  5. Commands:
  6. delete
  7. find
  8. parse

Parse data from website:

  1. Usage: crotaxdebtors parse [OPTIONS]
  2. Options:
  3. -p, --print_in_terminal Print in terminal
  4. --help Show this message and exit.

Search through scraped data:

  1. Usage: crotaxdebtors find [OPTIONS]
  2. Options:
  3. -n, --name TEXT Name of the debtor
  4. --help Show this message and exit.

Delete all data:

  1. Usage: crotaxdebtors delete [OPTIONS]
  2. Options:
  3. --help Show this message and exit.