pshmodule https://pypi.org/project/pshmodule/
db : sqlalchemy, pymysql excutemany query
processing : data 정규표현식 전처리
selenium : selenium 크롤링
utils : filemanager 파일 load, save 및 전반 utils
test directory의 test 파일로 예시 참고 ex) alchemy_test, selenium_test
https://github.com/hipster4020/pshmodule/tree/master/test
pip3 install pshmodule
- [src]
- [pshmodule]
- [db]
- [init.py]
- [alchemy.py]
- [config.py]
- [processing]
- [init.py]
- [processing.py]
- [selenium]
- [init.py]
- [helper.py]
- [utils]
- [init.py]
- [filemanager.py]
- [init.py]
- [db]
- [pshmodule]
- [test]
- [selenium_test.py]
- [README.md]
- [setup.py]
python3 setup.py sdist bdist_wheel twine upload --repository-url https://upload.pypi.org/legacy/ dist/*