v1.0.2
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
- Documentation: https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/
- Changelog: docs/CHANGELOG.md
- v1.x release notes: docs/032_v1_RELEASE_NOTES.md
- Release engineering: docs/037_RELEASE_FREEZE.md (v1.0.1 model; v1.0.2 mirrors it)