LICENSE
README.md
setup.py
embed/__init__.py
embed/client.py
embed/common.py
embed/errors.py
embed/version.py
embed/resources/__init__.py
embed/resources/account.py
embed/resources/asset.py
embed/resources/deposit.py
embed/resources/fixed_notes.py
embed/resources/flexible_savings.py
embed/resources/index.py
embed/resources/integrations.py
embed/resources/investment.py
embed/resources/misc.py
embed/resources/price.py
embed/resources/saving.py
embed/resources/settlement.py
embed/resources/stock.py
embed/resources/stock_portfolio.py
embed/resources/trade.py
embed/resources/transaction.py
embed/resources/wallet.py
embed/resources/withdrawal.py
embed/resources/withdrawal_intents.py
embedpy.egg-info/PKG-INFO
embedpy.egg-info/SOURCES.txt
embedpy.egg-info/dependency_links.txt
embedpy.egg-info/requires.txt
embedpy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_common.py
tests/resources/__init__.py
tests/resources/test_accounts.py
tests/resources/test_assets.py
tests/resources/test_deposits.py
tests/resources/test_fixed_notes.py
tests/resources/test_flexible_savings.py
tests/resources/test_indexes.py
tests/resources/test_integrations.py
tests/resources/test_investments.py
tests/resources/test_misc.py
tests/resources/test_price.py
tests/resources/test_savings.py
tests/resources/test_settlement.py
tests/resources/test_stock.py
tests/resources/test_stock_portfolio.py
tests/resources/test_trade.py
tests/resources/test_transactions.py
tests/resources/test_wallets.py
tests/resources/test_withdrawal_intents.py
tests/resources/test_withdrawals.py