LICENSE
README.md
pyproject.toml
setup.cfg
src/fin_crawler/__init__.py
src/fin_crawler/crawler.py
src/fin_crawler/fetcher.py
src/fin_crawler/parameter.py
src/fin_crawler.egg-info/PKG-INFO
src/fin_crawler.egg-info/SOURCES.txt
src/fin_crawler.egg-info/dependency_links.txt
src/fin_crawler.egg-info/requires.txt
src/fin_crawler.egg-info/top_level.txt
src/fin_crawler/plugins/__init__.py
src/fin_crawler/plugins/tw_col_names.py
src/fin_crawler/plugins/tw_institutional_investors_daily.py
src/fin_crawler/plugins/tw_stock_info.py
src/fin_crawler/plugins/tw_stock_price.py
src/fin_crawler/plugins/tw_stock_price_daily.py
src/fin_crawler/plugins/utils.py
src/tests/__init__.py
src/tests/test_crawler.py
src/tests/test_fetcher.py
src/tests/test_plugins_utils.py
src/tests/test_tw_institutional_investors_daily.py
src/tests/test_tw_institutional_investors_daily_real.py
src/tests/test_tw_stock_info.py
src/tests/test_tw_stock_info_real.py
src/tests/test_tw_stock_price.py
src/tests/test_tw_stock_price_daily.py
src/tests/test_tw_stock_price_daily_real.py
src/tests/test_tw_stock_price_real.py