gitextract_93dvnwww/ ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── docs/ │ ├── Makefile │ ├── changelog.rst │ ├── conf.py │ ├── faq.rst │ ├── index.rst │ ├── make.bat │ ├── overview.rst │ └── usage.rst ├── requirements.txt ├── setup.cfg ├── setup.py ├── test.py └── tradingview_ta/ ├── __init__.py ├── main.py └── technicals.py