MANIFEST.in
README.txt
setup.py
gallery/raw/0.001.txt
gallery/raw/0.002.txt
gallery/raw/0.003.txt
gallery/raw/10.001.txt
gallery/raw/10.002.txt
gallery/raw/10.003.txt
gallery/raw/20.001.txt
gallery/raw/20.002.txt
gallery/raw/20.003.txt
gallery/raw/30.001.txt
gallery/raw/30.002.txt
gallery/raw/30.003.txt
gallery/raw/40.001.txt
gallery/raw/40.002.txt
gallery/raw/40.003.txt
gallery/raw/50.001.txt
gallery/raw/50.002.txt
gallery/raw/50.003.txt
skeleton/setup.py
skeleton/src/graf/__init__.py
skeleton/src/graf/builtins/__init__.py
skeleton/src/graf/plugins/__init__.py
skeleton/src/graf/plugins/filters/__init__.py
skeleton/src/graf/plugins/loaders/__init__.py
skeleton/src/graf/plugins/parsers/__init__.py
src/graf/__init__.py
src/graf/config.py
src/graf/console.py
src/graf/loader.py
src/graf/parser.py
src/graf.egg-info/PKG-INFO
src/graf.egg-info/SOURCES.txt
src/graf.egg-info/dependency_links.txt
src/graf.egg-info/entry_points.txt
src/graf.egg-info/requires.txt
src/graf.egg-info/top_level.txt
src/graf.egg-info/zip-safe
src/graf/builtins/__init__.py
src/graf/builtins/load.py
src/graf/builtins/pyplot.py
src/graf/builtins/styles.py
src/graf/plugins/__init__.py
src/graf/plugins/filters/__init__.py
src/graf/plugins/filters/relative.py
src/graf/plugins/filters/statistics.py
src/graf/plugins/loaders/__init__.py
src/graf/plugins/loaders/plain.py
src/graf/plugins/parsers/__init__.py
src/graf/plugins/parsers/plain.py
src/graf/styles/__init__.py
src/graf/styles/color.py
src/graf/styles/linestyle.py
src/graf/styles/markerstyle.py
src/graf/utils/__init__.py
src/graf/utils/bunch.py
src/graf/utils/rglob.py