# python-TDS **Repository Path**: mirrors_enthought/python-TDS ## Basic Information - **Project Name**: python-TDS - **Description**: Default Repo description from terraform module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Python-TDS ========== A Python wrapper around the `Address Validation & Zip+4 Tax Rates Web Service`_ from `TaxDataSystems`_. .. code:: python >>> # Init the client >>> from TDS.tax import TaxAPI >>> client = TaxAPI("login_id", "password") >>> # Get sales tax for a given address >>> response, tax = client.get_tax_data(address1="", citystatezip="") >>> # Get remaining hits >>> hits = client.get_remaining_hits() .. _`Address Validation & Zip+4 Tax Rates Web Service`: https://www.taxdatasystems.net/Down/Address%20Validation%20zip4%20Edition%20Web%20Service%20Documentation.pdf .. _TaxDataSystems: https://www.taxdatasystems.net/