Metadata-Version: 2.1
Name: vbiz-parser
Version: 0.2.3
Summary: The vBiz parser
Home-page: https://github.com/ltdangkhoa/vbiz_parser
Author: Kris Luu
Author-email: luuthaidangkhoa@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pdfminer

### Dependencies


~~This package uses [pdfminer.six](https://pypi.org/project/pdfminer.six/) package for parsing pdf file~~

~~```pip install pdfminer.six```~~

#### From 0.2.1

This package uses [pdfminer](https://pypi.org/project/pdfminer/) package for parsing pdf file

```pip install pdfminer```

### Usage

Change dir to folder which contains .pdf files downloaded from https://bocaodientu.dkkd.gov.vn/

Run command

```
vbiz_parser
vbiz_parser -i /path/to/file.pdf -o file.csv
vbiz_parser -i /path/to/file.pdf -u https://linktoupload.com
```

### Publish package

```
python setup.py sdist bdist_wheel
twine upload dist/*
```

### Install package

Locally
```
pip install .
```

PiPy
```
pip install vbiz_parser
```


