LICENSE
README.md
pyproject.toml
src/macrotools/__init__.py
src/macrotools/pull_data.py
src/macrotools/storage.py
src/macrotools/time_series.py
src/macrotools/time_series_graph.py
src/macrotools/utils.py
src/macrotools.egg-info/PKG-INFO
src/macrotools.egg-info/SOURCES.txt
src/macrotools.egg-info/dependency_links.txt
src/macrotools.egg-info/requires.txt
src/macrotools.egg-info/top_level.txt
src/macrotools/data/pceseries.csv
src/macrotools/data/series_ce.csv
src/macrotools/data/series_ci.csv
src/macrotools/data/series_cu.csv
src/macrotools/data/series_cx.csv
src/macrotools/data/series_ei.csv
src/macrotools/data/series_jt.csv
src/macrotools/data/series_la.csv
src/macrotools/data/series_ln.csv
src/macrotools/data/series_pc.csv
src/macrotools/data/series_tu.csv
src/macrotools/data/series_wp.csv
src/macrotools/styles/defaultstyle.mplstyle
src/macrotools/styles/eastyle.mplstyle
src/macrotools/styles/fonts/Lato-Bold.ttf
src/macrotools/styles/fonts/Montserrat-Bold.ttf
src/macrotools/styles/fonts/Montserrat-Regular.ttf
tests/test_pull_data.py
tests/test_time_series.py
tests/test_tsgraph.py