.gitignore
LICENSE
README.rst
conftest.py
example.env
pyproject.toml
pytest.ini
setup.py
.github/workflows/documentation.yml
.github/workflows/publish.yml
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/pages/currency.rst
docs/pages/inventory.rst
docs/pages/item.rst
docs/pages/marketplace_tf.rst
docs/pages/offer.rst
docs/pages/prices_tf.rst
docs/pages/prices_tf_websocket.rst
docs/pages/schema.rst
docs/pages/sku.rst
docs/pages/utils.rst
docs/usage/currency.py
docs/usage/inventory.py
docs/usage/item.py
docs/usage/prices_tf_socket.py
docs/usage/sku.py
src/tf2_utils/__init__.py
src/tf2_utils/currency.py
src/tf2_utils/exceptions.py
src/tf2_utils/instances.py
src/tf2_utils/inventory.py
src/tf2_utils/item.py
src/tf2_utils/item_name.py
src/tf2_utils/marketplace_tf.py
src/tf2_utils/offer.py
src/tf2_utils/schema.py
src/tf2_utils/sku.py
src/tf2_utils/utils.py
src/tf2_utils.egg-info/PKG-INFO
src/tf2_utils.egg-info/SOURCES.txt
src/tf2_utils.egg-info/dependency_links.txt
src/tf2_utils.egg-info/requires.txt
src/tf2_utils.egg-info/top_level.txt
src/tf2_utils/providers/custom.py
src/tf2_utils/providers/express_load.py
src/tf2_utils/providers/provider.py
src/tf2_utils/providers/providers.py
src/tf2_utils/providers/steam_supply.py
src/tf2_utils/providers/steamapis.py
src/tf2_utils/providers/steamcommunity.py
tests/__init__.py
tests/test_currency.py
tests/test_inventory.py
tests/test_item.py
tests/test_marketplace_tf.py
tests/test_offer.py
tests/test_providers.py
tests/test_schema.py
tests/test_sku.py
tests/test_utils.py
tests/json/bot_inventory.json
tests/json/crusaders_crossbow.json
tests/json/ellis_cap.json
tests/json/hong_kong_cone.json
tests/json/inventory.json
tests/json/offer.json
tests/json/painted_hat.json
tests/json/picked_metals.json
tests/json/spelled_item.json
tests/json/uncraftable_hat.json