LICENSE
README.md
pyproject.toml
setup.py
src/wealthica/__init__.py
src/wealthica/client.py
src/wealthica/constants.py
src/wealthica/exceptions.py
src/wealthica.egg-info/PKG-INFO
src/wealthica.egg-info/SOURCES.txt
src/wealthica.egg-info/dependency_links.txt
src/wealthica.egg-info/requires.txt
src/wealthica.egg-info/top_level.txt
src/wealthica/resources/__init__.py
src/wealthica/resources/base.py
src/wealthica/resources/history.py
src/wealthica/resources/institutions.py
src/wealthica/resources/positions.py
src/wealthica/resources/providers.py
src/wealthica/resources/teams.py
src/wealthica/resources/transactions.py
tests/test_client.py
tests/test_resources.py