Skip to content

v1.0.2

Choose a tag to compare

@prashantprakash28 prashantprakash28 released this 30 Jun 22:48

un-comtrade-sdk v1.0.2

Production release of the UN Comtrade (UNSD) Python SDK.

What ships

  • All six implementation phases (foundation, trade layer, ETL, storage, analytics, query engine)
  • v1.0.1 performance patch — DuckDB bulk-insert ~100x, country_vs_country filter fusion ~5-10x
  • v1.0.2 release-metadata sync guard
  • Source byte-identical to TestPyPI v1.0.2 (the only delta is the polished README)

Install

\�ash
pip install un-comtrade-sdk
\

Verify

\python

import un_comtrade
un_comtrade.version
''1.0.2''
from un_comtrade import ComtradeClient
client = ComtradeClient()
\

CLI

\�ash
un-comtrade --version
un-comtrade metadata countries
\

Resources