Metadata-Version: 2.1
Name: CRO-Tax-Debtors
Version: 0.5.0
Summary: List of Croatian tax debtors
Home-page: https://github.com/arrrlo/CRO-Tax-Debtors
Author: Ivan Arar
Author-email: ivan.arar@gmail.com
License: MIT
Project-URL: Source, https://github.com/arrrlo/CRO-Tax-Debtors
Keywords: croatia,tax,debt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: click (~=6.7)
Requires-Dist: colorama (~=0.3)
Requires-Dist: db-transfer (~=0.5.0)
Requires-Dist: requests (~=2.18.4)
Requires-Dist: lxml (==4.2.1)
Requires-Dist: python-slugify (~=1.2.5)
Requires-Dist: pyfiglet (~=0.7.5)
Requires-Dist: termcolor (~=1.1.0)
Requires-Dist: progress (<1.3,>=1.2)
Requires-Dist: six (~=1.11.0)

<h1>Cro Tax Debtors</h1>

[![PyPI version](https://badge.fury.io/py/CRO-Tax-Debtors.svg)](https://badge.fury.io/py/CRO-Tax-Debtors)

<p>Parse and search data from Croatian Tax Debtors website.</p>

<h2>Installation</h2>


```
pip install cro-tax-debtors
```

<h2>CLI</h2>

<p>file_path parameter is a path to yaml file with the source definition.<br/>
Check websites.yaml for definition structure.</p>

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

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

Commands:
  delete
  find
  parse
```

<p>Parse data from website:</p>

```
Usage: crotaxdebtors parse [OPTIONS]

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

<p>Search through scraped data:</p>

```
Usage: crotaxdebtors find [OPTIONS]

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

<p>Delete all data:</p>

```
Usage: crotaxdebtors delete [OPTIONS]

Options:
  --help           Show this message and exit.
```


