.gitignore
.pre-commit-config.yaml
0.11.0
ADVANCED_ANALYSIS_SUMMARY.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
LLM_ANALYSIS_GUIDE.md
Makefile
PROJECT_CHECKLIST.md
README.md
SECURITY.md
TESTING_SUMMARY.md
docker-compose.yml
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
test_quick.py
tox-simple.ini
tox.ini
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml.disabled
docs/API_REFERENCE.md
docs/EXAMPLES.md
docs/INSTALLATION.md
docs/TESTING_GUIDE.md
docs/conf.py
examples/advanced_matplotlib.py
examples/advanced_seaborn.py
examples/minimal_matplotlib.py
examples/minimal_seaborn.py
notebooks/Microsoft_stock_data.csv
notebooks/README.md
notebooks/demo_plot2llm.ipynb
notebooks/eda-stock-analysis.ipynb
notebooks/example.ipynb
notebooks/plot2llm_demo.ipynb
notebooks/test_notebook.py
plot2llm/__init__.py
plot2llm/converter.py
plot2llm/formatters.py
plot2llm/utils.py
plot2llm.egg-info/PKG-INFO
plot2llm.egg-info/SOURCES.txt
plot2llm.egg-info/dependency_links.txt
plot2llm.egg-info/requires.txt
plot2llm.egg-info/top_level.txt
plot2llm/analyzers/__init__.py
plot2llm/analyzers/base_analyzer.py
plot2llm/analyzers/matplotlib_analyzer.py
plot2llm/analyzers/seaborn_analyzer.py
plot2llm_examples/README.md
scripts/optimize_coverage.py
scripts/run_tests.py
tests/conftest.py
tests/test_advanced_integration.py
tests/test_base_analyzer.py
tests/test_converter.py
tests/test_matplotlib_analyzer.py
tests/test_matplotlib_formats.py
tests/test_seaborn_analyzer.py
tests/test_utils.py