Metadata-Version: 2.1
Name: htmlparsingbs4based
Version: 1.0.0
Summary: This package extracts/parses information from source HTML.
Home-page: https://finquest.com/
Author: Yaxiong Yuan
Author-email: yaxiong.yuan@finquest.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8

# HTML Parser

extracts/parses information from source HTML.

# construct a Pypi package

* python3 setup.py sdist bdist_wheel
* twine upload dist/*

# install package

* python3 -m pip install htmlparsingbs4based

# create CLI from dist

* python3 -m pip install /home/yaxiong/html_parsing/dist/htmlparsingbs4based-0.1.0.tar.gz

# run CLI (examples)

* mode1: eleasticsearch
* PARSE -i 'http://www.mineracamargo.com/MCA_Investors.html' -gpf elasticsearch -esusr readwrite -espw ''

* mode2: local
* PARSE -i 'https://bryansfuel.on.ca/about/' -f /home/yaxiong/data_crawled_websites/crawled_websites_first_batch
* PARSE -i 'http://www.mineracamargo.com/MCA_Investors.html' -f /home/yaxiong/data_crawled_websites/crawled_websites_first_batch
* PARSE -i 'https://www.conpak.com/About-Conpak/' -f /home/yaxiong/data_crawled_websites/crawled_websites_first_batch
