MANIFEST.in
README.md
requirements.txt
setup.py
src/foundry_db/__init__.py
src/foundry_db.egg-info/PKG-INFO
src/foundry_db.egg-info/SOURCES.txt
src/foundry_db.egg-info/dependency_links.txt
src/foundry_db.egg-info/requires.txt
src/foundry_db.egg-info/top_level.txt
src/foundry_db/enums/__init__.py
src/foundry_db/enums/id_query_types.py
src/foundry_db/sdk/__init__.py
src/foundry_db/sdk/sql_db.py
src/foundry_db/sdk/table_id_query_builder.py
src/foundry_db/tables/__init__.py
src/foundry_db/tables/base_table.py
src/foundry_db/tables/category.py
src/foundry_db/tables/company.py
src/foundry_db/tables/datapoints.py
src/foundry_db/tables/dates.py
src/foundry_db/tables/flags.py
src/foundry_db/tables/price_discounts.py
src/foundry_db/tables/product_categories.py
src/foundry_db/tables/products.py
src/foundry_db/tables/regions.py
src/foundry_db/tables/sales.py
src/foundry_db/tables/sku_table.py
src/foundry_db/tables/stores.py
src/foundry_db/tables/time_region_features.py
src/foundry_db/tables/time_region_features_description.py
src/foundry_db/tables/time_store_features.py
src/foundry_db/tables/time_store_features_description.py