LICENSE
README.md
pyproject.toml
src/cli/main.py
src/cli/commands/__init__.py
src/cli/commands/general_extra.py
src/cli/commands/get_inventory.py
src/cli/commands/get_media.py
src/cli/commands/get_products.py
src/cli/commands/get_seller_info.py
src/cli/commands/get_users.py
src/cli/commands/get_warehouses.py
src/cli/commands/products_extra.py
src/cli/commands/set_price.py
src/core/models.py
src/services/general.py
src/services/inventory.py
src/services/media.py
src/services/prices.py
src/services/products.py
src/services/products_extra.py
src/services/warehouse.py
src/wb_cli_ai.egg-info/PKG-INFO
src/wb_cli_ai.egg-info/SOURCES.txt
src/wb_cli_ai.egg-info/dependency_links.txt
src/wb_cli_ai.egg-info/entry_points.txt
src/wb_cli_ai.egg-info/requires.txt
src/wb_cli_ai.egg-info/top_level.txt
tests/test_get_seller_info.py
tests/test_get_warehouses.py