- Initial release of the Wealthica Python SDK
- Provider APIs:
get_list(),get_one() - Team APIs:
info() - Institution APIs:
get_list(),get_one(),sync(),remove() - Transaction APIs:
get_list(),get_one() - Position APIs:
get_list() - History APIs:
get_list() - JWT-based token authentication with automatic refresh
- Context manager support
- Typed exception classes for error handling
- Basic usage example
- Flask server example