LICENSE
MANIFEST.in
README.md
setup.py
src/maxplotlib/__init__.py
src/maxplotlib/cli.py
src/maxplotlib/plot.py
src/maxplotlib/run.py
src/maxplotlib.egg-info/PKG-INFO
src/maxplotlib.egg-info/SOURCES.txt
src/maxplotlib.egg-info/dependency_links.txt
src/maxplotlib.egg-info/entry_points.txt
src/maxplotlib.egg-info/requires.txt
src/maxplotlib.egg-info/top_level.txt
src/maxplotlib/llm/__init__.py
src/maxplotlib/llm/anthropic_provider.py
src/maxplotlib/llm/llm_interface.py
src/maxplotlib/llm/mlx_generation.py
src/maxplotlib/llm/mlx_provider.py
src/maxplotlib/llm/openai_provider.py
src/server/__init__.py
src/server/server.py