LICENSE
README.md
pyproject.toml
src/figio/__init__.py
src/figio/command_line.py
src/figio/composite.py
src/figio/cross_correlation.py
src/figio/factory.py
src/figio/figure.py
src/figio/hello.py
src/figio/histogram.py
src/figio/parse.py
src/figio/schema.py
src/figio/utility.py
src/figio/xybase.py
src/figio/xymodel.py
src/figio/xytypes.py
src/figio/xyview.py
src/figio/yml_to_dict.py
src/figio.egg-info/PKG-INFO
src/figio.egg-info/SOURCES.txt
src/figio.egg-info/dependency_links.txt
src/figio.egg-info/entry_points.txt
src/figio.egg-info/requires.txt
src/figio.egg-info/top_level.txt
tests/test_hello.py
tests/test_histogram.py
tests/test_schema.py