gitextract_b1d9ea39/ ├── .github/ │ └── workflows/ │ ├── python-ci.yml │ └── python-publish.yml ├── .gitignore ├── LICENSE.md ├── MANIFEST.in ├── README.md ├── docs/ │ ├── Makefile │ ├── make.bat │ └── source/ │ ├── conf.py │ └── index.rst ├── pyproject.toml ├── requirements.txt ├── tests/ │ ├── __init__.py │ └── test_hs.py ├── tradingpatterns/ │ ├── __init__.py │ ├── analysis.py │ ├── hard_data.py │ ├── tradingpatterns.py │ └── tradingpatterns_tech.py └── update_docs.sh