AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/pydeflate.deflate.rst
docs/pydeflate.get_data.rst
docs/pydeflate.rst
docs/pydeflate.tools.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file 2.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus 2.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus 2.png
docs/_build/html/_static/plus.png
pydeflate/__init__.py
pydeflate/config.py
pydeflate/utils.py
pydeflate.egg-info/PKG-INFO
pydeflate.egg-info/SOURCES.txt
pydeflate.egg-info/dependency_links.txt
pydeflate.egg-info/not-zip-safe
pydeflate.egg-info/requires.txt
pydeflate.egg-info/top_level.txt
pydeflate/data/FP.CPI.TOTL_1950_2025.feather
pydeflate/data/NY.GDP.DEFL.ZS.AD_1950_2025.feather
pydeflate/data/NY.GDP.DEFL.ZS_1950_2025.feather
pydeflate/data/PA.NUS.FCRF_1950_2025.feather
pydeflate/data/PX.REX.REER_1950_2025.feather
pydeflate/data/dac1.feather
pydeflate/data/dac_deflators.csv
pydeflate/data/dac_exchange_rates.csv
pydeflate/data/data_updates.json
pydeflate/data/deflators_data.csv
pydeflate/data/exchange_data.csv
pydeflate/data/gdp_const_raw.csv
pydeflate/data/gdp_lcu_raw.csv
pydeflate/data/wb_cache.sqlite
pydeflate/data/weo2021_2.csv
pydeflate/deflate/__init__.py
pydeflate/deflate/deflate.py
pydeflate/deflate/deflators.py
pydeflate/get_data/__init__.py
pydeflate/get_data/imf_data.py
pydeflate/get_data/oecd_data.py
pydeflate/get_data/wb_data.py
pydeflate/tools/__init__.py
pydeflate/tools/exchange.py
pydeflate/tools/update_data.py
tests/.DS_Store
tests/__init__.py
tests/test_utils.py
tests/test_deflate/.DS_Store
tests/test_deflate/__init__.py
tests/test_deflate/test_deflate.py
tests/test_deflate/test_deflators.py
tests/test_deflate/testing_parameters.py
tests/test_deflate/.pytest_cache/.gitignore
tests/test_deflate/.pytest_cache/CACHEDIR.TAG
tests/test_deflate/.pytest_cache/README.md
tests/test_deflate/.pytest_cache/v/cache/nodeids
tests/test_deflate/.pytest_cache/v/cache/stepwise
tests/test_get_data/__init__.py
tests/test_get_data/test_imf_data.py
tests/test_get_data/test_oecd_data.py
tests/test_get_data/test_wb_data.py
tests/test_tools/__init__.py
tests/test_tools/test_exchange.py
tests/test_tools/test_update_data.py