SDK for the Ntropy API, enabling financial transaction enrichment and categorization. Current version 5.3.0, actively maintained with weekly releases.
pip install ntropy-sdkVerified import paths — ran on the pinned version, not inferred.
Initialize SDK with API key and create an account holder (requires NTROPY_API_KEY environment variable).
Use 'async with ntropy_sdk.Ntropy(api_key) as sdk:' pattern for async operations, or rely on default sync mode in v5.3.
Ensure all transaction creates include 'description' and 'amount'.
Set NTROPY_API_KEY environment variable before using SDK.