late-sdk
The official Python library for the Zernio API
What it is and what it does
This is an official Python SDK for publishing and managing social media content across 16 major platforms through a single unified API. Instead of integrating separately with each platform, you write one call and it routes your post to whichever accounts you specify, with optional platform-specific content customization. The SDK handles authentication, scheduling, media upload, and analytics retrieval.
It wraps httpx for HTTP requests and uses pydantic for request/response validation. The library supports both synchronous and asynchronous workflows, bulk operations from CSV, and detailed error handling with specific exception types. Backward compatibility is maintained—old imports from the 'late' package still work alongside the new namespace.
Use it for:
- Publish a single post to multiple platforms simultaneously with one API call.
- Schedule posts across multiple platforms for a specific date and time.
- Upload media once and distribute to multiple platforms with platform-specific metadata.
- Retrieve analytics and engagement metrics across all connected accounts.
- Bulk import and schedule posts from CSV across social media accounts.
- Customize post content per platform with different text and media per destination.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Official Python SDK for publishing social media posts across 16 platforms with a single API call, supporting Instagram, TikTok, YouTube, LinkedIn, X/Twitter, Facebook, Pinterest, Threads, Bluesky, Reddit, Snapchat, Telegram, WhatsApp, and Google Business Profile.
Yes. The SDK is actively maintained, has no known vulnerabilities, low install friction, and a permissive Apache-2.0 license. Install it if you need to publish to multiple social platforms from Python code. The unified API simplifies multi-platform workflows compared to managing separate integrations. Verify that platform coverage and pricing match your use case before committing.
Install
late-sdk on PyPI
pip
pip install late-sdkuv
uv add late-sdkpoetry
poetry add late-sdkInstalling late-sdk
Before you install
Low friction install with only two runtime dependencies (httpx, pydantic). Active maintenance with latest release on 2026-08-14. Supports Python 3.10 through 3.13.
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects.
Quickstart
pip install late-sdk
from late import Late
client = Late() # reads LATE_API_KEY from environment
post = client.posts.create(
content="Hello world",
platforms=[{"platform": "twitter", "accountId": "acc_xxx"}],
publish_now=True
)
Requires an API key (set via LATE_API_KEY or ZERNIO_API_KEY environment variable or passed explicitly) and connected social media accounts.
Verify before relying
- Rate limiting behavior and quotas for the API backend.
- Whether media upload file size limits vary by platform.
- Async performance characteristics under concurrent requests.
- Specific platform coverage and any regional restrictions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — httpx, pydantic |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 107,277/month — #12,620 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: late_sdk-1.4.507-py3-none-any.whl
Keywords: api, bluesky, facebook, instagram, late, linkedin, pinterest, reddit, scheduling, sdk, snapchat, social-media, telegram, threads, tiktok, twitter, x, youtube, zernio
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
xdkA Python SDK for interacting with the X API,…
permissive · top 15,000 on PyPI
zernio-sdkUnified Python client for publishing social…
permissive · top 15,000 on PyPI
instagrapiUnofficial Instagram API wrapper that automates…
permissive · top 5,000 on PyPI
facebook-businessProvides Python bindings to Facebook's Business…
unclear · top 5,000 on PyPI
pyobjc-framework-SocialProvides Python bindings to macOS's Social…
permissive · top 15,000 on PyPI
TikTokApiUnofficial Python wrapper for retrieving public…
permissive · top 15,000 on PyPI
filestack-pythonOfficial Python SDK for Filestack that handles…
permissive · top 15,000 on PyPI
TikTokLiveConnect to TikTok livestreams and receive…
permissive · top 15,000 on PyPI
clx-sdk-xmsPython SDK for the CLX Communications REST API…
permissive · top 15,000 on PyPI
brightdata-sdkOfficial Python SDK for Bright Data APIs,…
permissive · top 15,000 on PyPI