SmartlingApiSdk
python library to work with Smartling translation services APIs
What it is and what it does
SmartlingApiSdk is a Python client library for the Smartling translation platform, a service that provides computer-assisted translation and localization management. It wraps Smartling's REST API, allowing developers to programmatically submit content for translation, retrieve translations, manage translation projects, and integrate localization workflows into their applications or build pipelines.
The package has no runtime dependencies, making it lightweight to install. It has been in development since 2014-12-25 and is positioned in the top 15000 PyPI packages by download volume. However, its aging maintenance status—with the last release 345 days ago—means you should verify that it remains compatible with current Smartling API endpoints before adopting it for new projects.
Use it for:
- Automate submission of user-facing strings to Smartling for professional translation in a CI/CD pipeline.
- Retrieve completed translations from Smartling and integrate them back into your application's localization workflow.
- Programmatically manage translation projects, jobs, or language pairs via the Smartling API.
- Build a custom localization dashboard or admin tool that syncs content with Smartling's platform.
- Integrate Smartling translation services into a content management or documentation build system.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python SDK for interacting with Smartling's translation API, enabling programmatic access to computer-assisted translation services and localization workflows.
Yes, if you are already committed to Smartling as your translation provider and need Python API access. The permissive license and zero runtime dependencies make it low-risk to add. However, verify API compatibility before use, and be aware that the aging maintenance status means you may need to maintain patches yourself if Smartling's API evolves.
Install
smartlingapisdk on PyPI
pip
pip install smartlingapisdkuv
uv add smartlingapisdkpoetry
poetry add smartlingapisdkInstalling SmartlingApiSdk
Before you install
Low install friction with no runtime dependencies. Maintenance status is aging—last release was 345 days ago—so expect slower response to issues or API changes.
License in practice
Licensed under Apache License v2.0 (permissive), so you can use, modify, and distribute it freely in commercial or private projects with minimal restrictions.
Quickstart
pip install SmartlingApiSdk==3.1.9
from smartlingapisdk import SmartlingApiSdk
sdk = SmartlingApiSdk(user_identifier='your_user_id', user_secret='your_secret')
Requires valid Smartling account credentials (user_identifier and user_secret) to authenticate with the API.
Verify before relying
- Whether the SDK supports current Smartling API versions or if breaking changes have occurred since the last release.
- Python version compatibility—requires_python is unspecified in the fact sheet.
- Whether the package is actively maintained or in maintenance-only mode.
Package facts
| License | Apache License v2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | aging — 345 days since the last release |
| First released | |
| Downloads | 783,386/month — #5,075 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: SmartlingApiSdk-3.1.9-py3-none-any.whl
Keywords: translation, localization, internationalization
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
translationstringProvides translation string objects and…
permissive · top 5,000 on PyPI
babelBabel provides internationalization (i18n) and…
permissive · top 1,000 on PyPI
zope.i18nProvides internationalization and localization…
unclear · top 15,000 on PyPI
translate-toolkitTranslate Toolkit converts, validates, and…
copyleft · top 15,000 on PyPI
python-i18nProvides internationalization (i18n)…
permissive · top 15,000 on PyPI
flask-babelAdds internationalization (i18n) and…
permissive · top 5,000 on PyPI
flufl.i18nflufl.i18n provides a high-level API for…
permissive · top 15,000 on PyPI
python-lokalise-apiPython client library for the Lokalise API v2,…
permissive · top 15,000 on PyPI
quart_babelAdds internationalization (i18n) and…
permissive · top 15,000 on PyPI
crowdin-api-clientA lightweight Python client library for the…
permissive · top 15,000 on PyPI