{"library":"ntropy-sdk","title":"Ntropy SDK","description":"SDK for the Ntropy API, enabling financial transaction enrichment and categorization. Current version 5.3.0, actively maintained with weekly releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install ntropy-sdk"],"cli":null},"imports":["from ntropy_sdk import Ntropy","from ntropy_sdk import NtropyError"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from ntropy_sdk import Ntropy\nimport os\n\napi_key = os.environ.get('NTROPY_API_KEY', '')\nsdk = Ntropy(api_key)\ntry:\n    account_holder = sdk.account_holders.create(type='business', business_name='Test Inc')\n    print(account_holder.id)\nexcept Exception as e:\n    print(e)","lang":"python","description":"Initialize SDK with API key and create an account holder (requires NTROPY_API_KEY environment variable).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}