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/index.py
embed/resources/investment.py
embed/resources/price.py
embed/resources/saving.py
embed/resources/trade.py
embed/resources/transaction.py
embed/resources/wallet.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/client/__init__.py
tests/client/test_client.py
tests/resources/__init__.py
tests/resources/test_accounts.py
tests/resources/test_assets.py
tests/resources/test_indexes.py
tests/resources/test_investments.py
tests/resources/test_price.py
tests/resources/test_savings.py
tests/resources/test_trade.py
tests/resources/test_transactions.py
tests/resources/test_wallets.py